summaryrefslogtreecommitdiff
path: root/usr.bin/netstat/if.c
AgeCommit message (Expand)Author
2006-08-26Conditionalize XNS support. No longer enabled.matt
2006-05-28Make netstat use sysctl when dumping routing tables/stats.elad
2005-08-04Added #include <kvm.h> since netstat.h, which is included too, needs it.rpaulo
2004-11-16NI_WITHSCOPEID was not picked up by IETF standardization process.itojun
2003-11-15Use itimerval() instead of alarm() for interval displaying. This increasesragge
2003-08-19correct strange indentationitojun
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-05-14use proper #ifdef to determine behavior (__KAME__)itojun
2003-04-15make char array bigger where it seems too small and may overrun.itojun
2002-06-19use macro to determine link-local multicast addritojun
2002-06-19identify kame scopeid hack with KAME_SCOPEIDitojun
2002-06-08make an auto const variable static.yamt
2001-10-06Use getnameinfo() for printing link-layer addresses in netstat -i, ratherbjh21
2001-04-06pedant changes for strcpy/sprintf.itojun
2001-02-19convert to use getprogname()cgd
2000-11-14Print out IEEE1394 addresses with : . Add a hack to limit the addressmatt
2000-10-11More format string cleanup by sommerfeld.is
2000-07-06more stats. from kameitojun
2000-07-03Allocate one more byte for the asterisk after the name of interface.enami
2000-07-03Make gcc 2.96 (and maybe earlier) happier. Include <stdlib.h>,<string.>,matt
2000-07-02with -inv flag, do not truncate name of the interface (like "strip0").itojun
2000-04-19Define members previously defined as u_long in struct iftot as u_quad_t.enami
2000-02-09use NI_WITHSCOPEID when printing multicast group with -inav.itojun
2000-02-05print IPv6 scopeid on -inv. with -in, scopeid is omitted due to insufficientitojun
2000-01-25better sync with #ifdef notdef part (in -i for AF_INET).itojun
2000-01-25don't truncate IPv4 entries on -i (with -v). it is mainly foritojun
2000-01-17print IPv6 multicast group on -ia (-iav will avoid truncation)itojun
1999-12-13per-interface statistics.itojun
1999-11-19Change printf formats for 64bit counters.bouyer
1999-07-01make netstat IPv6-ready.itojun
1999-03-14Make the damned columns line up.mycroft
1999-01-11#ifndef SMALL changes. saves 30k on the sparcmrg
1998-08-25Add { and } to shut up egcs. Reformat the more questionable code.ross
1998-07-12- KNFmrg
1998-05-14Partial fix for PR kern/5435 -- changed netstat to use unsigned counterskml
1998-03-19Add support for a '-b' option to provide byte counts in and out,kml
1997-10-19fix up .Nm usage, getopt returns -1 not EOFlukem
1997-05-22PR/3660: Dave Huang: Fix formatting misalignments in appletalkchristos
1997-04-07more column alignment fixesmikel
1997-04-07PR/3451: Anders Hjalmarsson: Column alignment fixes after the netatalk addition.christos
1997-04-03- netatalk additionschristos
1997-03-26Print Ethernet and FDDI addresses in the same format as ether_ntoa().thorpej
1996-06-07Fix missing `)' in the sideways view of interfaces (i.e. netstat -w 1).thorpej
1996-06-04bump MAXIF (the maximum number of interfaces for which information is kept,cgd
1996-06-04if doing 'netstat -I <intf> -w <delay>', and netstat can't find ancgd
1996-05-07Kill a couple of unnecessary calls to strlen().thorpej
1996-05-07Update for the changes to struct ifnet. While I'm here, fix a couplethorpej
1995-10-17Implement change done in revision 1.12 (for PR #1473 & duplicates) in ajtc
1995-10-03New-style RCS ids.thorpej
1995-09-28Change formatting so that columns line up; PR #1473 + several duplicatesjtc