| Age | Commit message (Expand) | Author |
| 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 |
| 1997-12-17 | Print the connections dropped due to excessive persist timeouts. | thorpej |
| 1997-12-13 | Nuke "delayed window updates" statistic. | thorpej |
| 1997-12-11 | Print window updates delayed (piggybacked on delayed ACKs). | thorpej |
| 1997-12-10 | Report connections drained due to memory shortage. | thorpej |
| 1997-10-28 | Added (and documented) a change to the route display, so that mtu values | kml |
| 1997-10-20 | fix compile warnings on the sparc. | mrg |
| 1997-10-19 | fix up .Nm usage, getopt returns -1 not EOF | lukem |
| 1997-08-01 | add 'atalk' to list of arguments recognized by -f, minor cleanup | mikel |
| 1997-07-23 | Pull SYN_cache_branch down onto the main line. | thorpej |
| 1997-05-22 | PR/3660: Dave Huang: Fix formatting misalignments in appletalk | christos |
| 1997-05-08 | Back out the .PATH.c changes. The .depend problem (and others) | gwr |
| 1997-05-06 | Use .PATH.c: ... | gwr |
| 1997-04-10 | Make the first field 2 characters wider so that XXX.XXX.XXX.XXX/XX fits. | 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 |
| 1997-03-18 | Get the byte-swapping right in netmask(). | mycroft |
| 1997-02-28 | Add compiled-in MCLBYTES and MSIZE to conf/param.c, as 'mclbytes" and "msize". | jonathan |
| 1997-02-27 | Don't assume that sun_path in sockaddr_un is null-terminated; final fix by | mikel |
| 1997-01-02 | ns_print: fix type conflict | mellon |
| 1997-01-02 | ns_print: undo bogus type conflict | mellon |
| 1997-01-02 | Lite2 Merge | mellon |
| 1996-12-09 | errors not generated 'cuz old message was icmp -> [EWW!] | neil |
| 1996-10-25 | Add the `toolong' count to the IP stats display. | thorpej |
| 1996-10-08 | use %lu, not %u. This covers more than my original %d -> %u change... | explorer |
| 1996-10-07 | Netstat -s should use %u for u_long parameters... Closes bin/2817 by me | explorer |