summaryrefslogtreecommitdiffstats
path: root/usr.bin/netstat
Commit message (Expand)AuthorAgeFilesLines
...
* Don't shadow globals.yar2006-11-273-7/+7
* We should return the name in cp, not printf it.yar2006-11-271-1/+3
* Don't always print a space character in show_stat(), since a spacebde2006-11-081-12/+23
* Nits.bms2006-09-292-2/+2
* Push removal of mrouted down to the rest of the tree.bms2006-09-292-2/+2
* Markup fixes.ru2006-09-291-6/+7
* Export tcps_rcvmemdrop available in 'struct tcpstat' with netstat(1).wkoszek2006-09-201-0/+1
* - Achieve WARNS=3 by using sparse initializers or avoiding initializers at all.yar2006-07-286-49/+52
* Achieve WARNS=2 by using uintmax_t to pass around 64-bit quantities,yar2006-07-2818-307/+321
* Both fields of struct timeval are of a non-basic type,yar2006-07-281-6/+10
* Avoid useless work: Do not build inet6.c if INET6 support is off.yar2006-07-281-1/+3
* Not having ipv6 in your kernel is not an error and should not be reported.julian2006-07-141-1/+4
* Since kernel & userland use different timebase and netstat is reading kerneloleg2006-07-061-3/+13
* Reimplementation of world/kernel build options. For details, see:ru2006-03-171-2/+4
* Improved description for packet zone statistics.andre2006-02-181-1/+1
* Print statistics on mbuf+clusters in packet zone.andre2006-02-181-0/+4
* Print statistics on jumbo mbuf clusters.andre2006-02-181-2/+72
* Sort sfbuf allocation counters with other sfbuf information.rwatson2006-02-111-13/+9
* Un-#if 0 the printing of allocation failure counts for mbufs, clusters,rwatson2006-02-111-2/+0
* Add support for printing IPSEC protocol stats if the kernel was compiledkbyanc2005-12-285-97/+489
* Provide some basic documentation explaining what the bpf(4) flags arecsjp2005-12-181-0/+24
* Remove two lines of debugging output that accidentally snuck into therwatson2005-11-281-2/+0
* -mdoc sweep.ru2005-11-181-2/+3
* Modify netstat -mb to use libmemstat when accessing a core dump or liverwatson2005-11-133-178/+54
* Align output.ru2005-11-091-2/+2
* Fix obvious copy'n'paste-O in rev.1.36 While here nit style.mlaier2005-10-221-3/+3
* Remove bridge(4) from the tree. if_bridge(4) is a full functionalmlaier2005-09-274-51/+2
* - Print space character in show_stat(). Remove a lot of priuntf(" ").glebius2005-09-271-37/+29
* Use is '-' to imply that the flag is not set, rather than '.'.csjp2005-09-151-1/+1
* Print a warning if we fail to retrieve the process name for any reason.csjp2005-09-131-1/+3
* If there are'nt any bpf descriptors to process than dont bother attempting tocsjp2005-09-131-0/+2
* Free the bpf descriptor array after we are done with it. This probably isntcsjp2005-09-071-0/+1
* Update usage to reflect the new option.csjp2005-09-071-1/+2
* Merge bpfstat's functionality into the netstat(1) utility. This addscsjp2005-09-075-3/+144
* List -W as one of the meaningful options to the -i (interfaces)yar2005-08-241-1/+1
* Bail if interface is misspelled instead of falling out into theru2005-08-201-0/+2
* Add a new switch -h for interface stats mode, which prints all interfaceglebius2005-08-184-10/+29
* Don't include -lipx twice.phk2005-08-051-2/+2
* Make IPX support depend on NO_IPXphk2005-08-052-2/+16
* Since libmemstat(3) now supports its own error management mechanism,rwatson2005-07-241-1/+2
* Modify "netstat -mb" to use libmemstat(3) when acting on a live system,rwatson2005-07-182-36/+197
* Print newly exported pfsync statistics with netstat(8).mlaier2005-07-143-1/+52
* NI_WITHSCOPEID cleanup. Neither RFC 2553 nor RFC 3493 definesume2005-05-131-2/+2
* Silence a warning on systems without carp(4).ru2005-04-121-1/+2
* Add limits on the number of elements in the sack scoreboard bothps2005-03-091-0/+1
* Add CARP (Common Address Redundancy Protocol), which allows multipleglebius2005-02-223-0/+50
* According to style.Makefile(5):delphij2005-01-231-2/+4
* Make sure that we don't define INET6 when NO_INET6 is defined.delphij2005-01-221-0/+2
* evise use of queue(9) macros for netipx when used from userspace:rwatson2005-01-021-11/+5
* Apply a simplifying patch submitted by rik to the IPX support inrwatson2004-12-311-34/+14
OpenPOWER on IntegriCloud