summaryrefslogtreecommitdiff
path: root/usr.bin/netstat
AgeCommit message (Expand)Author
1999-02-27fix PR7057: division by zero if no mbufs allocatedsommerfe
1999-02-18rework so that `-A -n' won't truncate the `ipaddr.port' fields, by displayinglukem
1999-02-08fix dumping of pcbsexplorer
1999-02-02remove sentence consistenting solely of "When"lukem
1999-01-15Added a verbose flag for route display that will showkml
1999-01-11#ifndef SMALL changes. saves 30k on the sparcmrg
1999-01-06Apply (slightly modified) patch from 5543 to fix -s behaviour for netatalk.abs
1998-12-05Make a network number by shifting out host bits in octet units.pk
1998-11-23fix invalid shift. colsed PR#5160.msaitoh
1998-10-31put all the different struct sockaddr_xxx types into the union pt_u, to force...mrg
1998-08-25Add { and } to shut up egcs. Reformat the more questionable code.ross
1998-07-20Fix bogon in length argument to snprintf when formatting port numbersommerfe
1998-07-18use AF_LOCAL instead of AF_UNIX. support -f local as synonym for -f unixlukem
1998-07-12- KNFmrg
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 hostnamesmrg
1998-06-03Add an option to dump the contents of a PCB at the specified address, andthorpej
1998-05-14Partial fix for PR kern/5435 -- changed netstat to use unsigned counterskml
1998-05-14Ensure that the 'L' lock flag for MTU is always displayed when present.kml
1998-04-29Add support for printing fast forwarded packets.matt
1998-03-19Add support for a '-b' option to provide byte counts in and out,kml
1998-01-29s/_offsetof/offsetof and include stddef.h to reflect recentfrueauf
1998-01-07if INP_ANONPORT is set in the pcb, don't getservbyport the local port,lukem
1997-12-17Print the connections dropped due to excessive persist timeouts.thorpej
1997-12-13Nuke "delayed window updates" statistic.thorpej
1997-12-11Print window updates delayed (piggybacked on delayed ACKs).thorpej
1997-12-10Report connections drained due to memory shortage.thorpej
1997-10-28Added (and documented) a change to the route display, so that mtu valueskml
1997-10-20fix compile warnings on the sparc.mrg
1997-10-19fix up .Nm usage, getopt returns -1 not EOFlukem
1997-08-01add 'atalk' to list of arguments recognized by -f, minor cleanupmikel
1997-07-23Pull SYN_cache_branch down onto the main line.thorpej
1997-05-22PR/3660: Dave Huang: Fix formatting misalignments in appletalkchristos
1997-05-08Back out the .PATH.c changes. The .depend problem (and others)gwr
1997-05-06Use .PATH.c: ...gwr
1997-04-10Make the first field 2 characters wider so that XXX.XXX.XXX.XXX/XX fits.christos
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
1997-03-18Get the byte-swapping right in netmask().mycroft
1997-02-28Add compiled-in MCLBYTES and MSIZE to conf/param.c, as 'mclbytes" and "msize".jonathan
1997-02-27Don't assume that sun_path in sockaddr_un is null-terminated; final fix bymikel
1997-01-02ns_print: fix type conflictmellon
1997-01-02ns_print: undo bogus type conflictmellon
1997-01-02Lite2 Mergemellon
1996-12-09 errors not generated 'cuz old message was icmp -> [EWW!]neil
1996-10-25Add the `toolong' count to the IP stats display.thorpej
1996-10-08use %lu, not %u. This covers more than my original %d -> %u change...explorer
1996-10-07Netstat -s should use %u for u_long parameters... Closes bin/2817 by meexplorer