| Age | Commit message (Expand) | Author |
| 1999-12-16 | Make this compile on the Alpha again. | thorpej |
| 1999-12-13 | per-interface statistics. | itojun |
| 1999-12-02 | Define "_KERNEL" not "KERNEL" before including "netinet6/ip6_mroute.h". | tron |
| 1999-11-27 | Print Internet6 header properly without -f. | soren |
| 1999-11-24 | more clarification to field width of netstat -rn -f inet6. | itojun |
| 1999-11-22 | use old WID_{DST,GW} value (field width for netstat -rn) for non-INET6 | itojun |
| 1999-11-19 | Change printf formats for 64bit counters. | bouyer |
| 1999-09-15 | Add -L option. netstat -r -L behaves like 4.3BSD netstat -r, that is, it | is |
| 1999-09-15 | Netstat knows about "-f inet6". | is |
| 1999-09-12 | RTF_PROTO1 is indicated by the flag '1' and RTF_PROTO2 is indicated by the fl... | dbj |
| 1999-09-03 | sync with recent KAME. | itojun |
| 1999-08-19 | not all kvm_getfiles() errors are "out of memory." for instance, | cgd |
| 1999-07-30 | do not include netinet/in6_systm.h, which has been empty for a while. | itojun |
| 1999-07-12 | Revert previous, as it merely worked around a recent bug in make(1) which | thorpej |
| 1999-07-12 | make sure to use files in ${.CURDIR} before ${.CURDIR}/../../sys/netiso. | itojun |
| 1999-07-12 | merge SRCS into one. | itojun |
| 1999-07-06 | add NetBSD RCS ID. | itojun |
| 1999-07-01 | make netstat IPv6-ready. | itojun |
| 1999-04-29 | Print SYN,ACK retransmission statistics. | thorpej |
| 1999-04-02 | Remove duplicated if() statementA. | hubertf |
| 1999-04-02 | don't use malloc for large sockaddr's, just name the union declared above | chopps |
| 1999-04-01 | user err() not errx() | chopps |
| 1999-04-01 | fix for sockaddr's that are bigger than standard sockaddr's (e.g., iso) | chopps |
| 1999-03-31 | Define __POOL_EXPOSE to get at the guts of the pool descriptor. | thorpej |
| 1999-03-22 | More and more .Os cleanups. .Os is defined in the tmac.doc-common file, | garbled |
| 1999-03-14 | Make the damned columns line up. | mycroft |
| 1999-03-14 | There is no -h flag. From OpenBSD. | kristerw |
| 1999-02-27 | fix PR7057: division by zero if no mbufs allocated | sommerfe |
| 1999-02-18 | rework so that `-A -n' won't truncate the `ipaddr.port' fields, by displaying | lukem |
| 1999-02-08 | fix dumping of pcbs | explorer |
| 1999-02-02 | remove sentence consistenting solely of "When" | lukem |
| 1999-01-15 | Added a verbose flag for route display that will show | kml |
| 1999-01-11 | #ifndef SMALL changes. saves 30k on the sparc | mrg |
| 1999-01-06 | Apply (slightly modified) patch from 5543 to fix -s behaviour for netatalk. | abs |
| 1998-12-05 | Make a network number by shifting out host bits in octet units. | pk |
| 1998-11-23 | fix invalid shift. colsed PR#5160. | msaitoh |
| 1998-10-31 | put all the different struct sockaddr_xxx types into the union pt_u, to force... | mrg |
| 1998-08-25 | Add { and } to shut up egcs. Reformat the more questionable code. | ross |
| 1998-07-20 | Fix bogon in length argument to snprintf when formatting port number | sommerfe |
| 1998-07-18 | use AF_LOCAL instead of AF_UNIX. support -f local as synonym for -f unix | lukem |
| 1998-07-12 | - KNF | mrg |
| 1998-07-06 | - change setgid kmem programs (that lend themselves to this) so setegid(getgi... | mrg |
| 1998-07-06 | - use an array MAXHOSTNAMELEN+1 size to hold hostnames | mrg |
| 1998-06-03 | Add an option to dump the contents of a PCB at the specified address, and | thorpej |
| 1998-05-14 | Partial fix for PR kern/5435 -- changed netstat to use unsigned counters | kml |
| 1998-05-14 | Ensure that the 'L' lock flag for MTU is always displayed when present. | kml |
| 1998-04-29 | Add support for printing fast forwarded packets. | matt |
| 1998-03-19 | Add support for a '-b' option to provide byte counts in and out, | kml |
| 1998-01-29 | s/_offsetof/offsetof and include stddef.h to reflect recent | frueauf |
| 1998-01-07 | if INP_ANONPORT is set in the pcb, don't getservbyport the local port, | lukem |