summaryrefslogtreecommitdiffstats
path: root/usr.bin/netstat
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update netstat(1) for recent conversion of netipx to queue(9) fromrwatson2004-12-312-4/+24
* For variables that are only checked with defined(), don't provideru2004-10-241-1/+1
* -c flag (cache stats) was killed in rev. 1.68. Fix getopt(3) andmaxim2004-10-201-2/+2
* Print link level address on vlan interfaces using ether_ntoa(), to makeglebius2004-07-281-0/+1
* Use the length modifier 'll' instead of 'q' to print long longs.stefanf2004-07-281-6/+6
* Add __FBSDID. Replace local variable sin by sockin to not conflict with sin(3).charnier2004-07-2614-78/+82
* Add SACK statistics to netstat.ps2004-06-291-0/+10
* Make netstat(1) more closely follow documented behaviour. If a TCPbms2004-06-161-1/+2
* Add missing dot and newline in a message.fjoe2004-06-021-1/+1
* Bring in mbuma to replace mballoc.bmilekic2004-05-314-200/+9
* Bumped document date.ru2004-05-191-2/+2
* Output style nit.ru2004-05-121-1/+1
* Add the bad reset statistic (corresponds to tcp_input.c rev 1.235)silby2004-04-261-0/+1
* Replace ROUNDUP/ADVANCE with SA_SIZEluigi2004-04-131-7/+1
* Show link-level multicast packet counters with the -a option.ru2004-04-121-2/+14
* Fixed alignment of multicast addresses when printing that gotru2004-04-121-2/+4
* Sort SRCS in Makefile and document -g option additions.bms2004-03-252-2/+3
* Output style: Get rid of an unnecessary newline.bms2004-03-251-1/+0
* Teach netstat(1) how to print the multicast group memberships presentbms2004-03-254-2/+154
* More cleanups:ru2004-03-181-20/+20
* NULL -> 0.ru2004-03-171-1/+1
* Do not print a warning about net.inet.pim.stats if errno isdes2004-03-121-1/+2
* Fixed misspellings of 0 as NULL.bde2004-03-111-3/+3
* printed statistics about source address selection rules.ume2004-02-051-0/+25
* stops program if kvm_read fails.ume2004-02-051-2/+3
* - support hmac-ripemd160.ume2004-02-051-1/+10
OpenPOWER on IntegriCloud