summaryrefslogtreecommitdiff
path: root/usr.bin/netstat
AgeCommit message (Expand)Author
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
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-24Make this work again.mycroft
1996-05-11Avoid spewing if there is no MFC.mycroft
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
1996-01-31Update to match kernel.mycroft
1995-10-17Implement change done in revision 1.12 (for PR #1473 & duplicates) in ajtc
1995-10-03New-style RCS ids.thorpej