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