summaryrefslogtreecommitdiffstats
path: root/usr.bin/netstat/if.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* when showing interface stats, combine the queue drops with errors as failsdlg2019-03-041-38/+76
* Handle ifi_oqdrops in netstat(8).uebayasi2015-10-051-10/+7
* Initialize buffer pointers passed to get_sysctl to NULL; otherwise they pointsthen2015-02-121-2/+2
* Get rid of another KVM reader and convert the multicast output to useclaudio2015-02-091-14/+4
* The multicast address printing code has been disabled for 7 years.claudio2015-02-081-49/+1
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-2/+2
* remove pointless if_var.h and socketvar.h includes; ok deraadtmikeb2014-11-211-2/+1
* The second level of the CTL_NET sysctl is a PF_*, not an AF_*guenther2014-06-231-3/+3
* split kernel parts of the if.h into a separate header file if_var.hmikeb2013-11-211-1/+2
* oops, i added a stray character. spotted by jmctedu2012-08-261-2/+2
* -h flag to print human numbers in conjunction with -w -btedu2012-08-221-16/+38
* rmove rotten netatalk bitshenning2011-07-091-5/+1
* have netstat -w default to the first egress interface, which is usually moretedu2011-01-091-2/+54
* don't repeat the banner if not a tty.tedu2009-11-221-7/+8
* fix some warnings. there are others, but nobody wants to look at them.tedu2009-08-041-5/+4
* add missing headers needed for warn() and err().chl2009-02-071-1/+2
* NULL instead of 0 in comparisonclaudio2009-01-261-2/+2
* Plug a couple of memory leaks noticed by deraadt.dhill2008-12-241-1/+3
* Make -I work correctly. RTM_NEWADDR needs to filter the ifname as well.claudio2008-03-181-1/+4
* Make if.c kvm free by fetching the interface stats via sysctl like in systatclaudio2008-01-031-346/+390
* delete rcsid crudderaadt2007-12-191-9/+1
* remove 21 nlist variables, and instead use sysctl to query the kernelderaadt2007-12-141-8/+2
* More 64 bits counters fixes.mk2007-09-111-16/+16
* Counters switched to u_int64_t so use %llu to print them.claudio2007-09-051-5/+6
* Don't truncate interface name.ray2007-06-151-3/+3
* remove IPX support, agreed by manyhenning2007-06-041-39/+2
* change semantics of ff01::/16 to interface local multicastitojun2006-11-171-3/+4
* Kill upHex and use %X instead. Crazy old code found by deraadt.claudio2006-05-271-22/+3
* Moving netstat from kvm snooping to retrieving the routing tables viaclaudio2006-05-271-7/+44
* ARGSUSEDderaadt2005-12-111-2/+3
* Use queue macros instead of directly accessing fields. ok pat@ "put itotto2005-10-171-13/+13
* bye bye, Xerox NS protocolshenning2005-06-081-21/+2
* kill unneeded (char *) casts. ok millert, ottojaredy2005-03-251-12/+10
* make 'netstat -i' print carp link addresses correctly.mpf2005-03-131-2/+3
* remove unneeded casts of if stats; ok krw miod dhartmeijaredy2005-03-041-11/+11
* make counters in struct iftot u_long instead of int, as they overflowdhartmei2005-03-021-10/+10
* remove netisohenning2004-06-251-5/+2
* some NULL vs 0 and knf; parts from nimadeus@pandora.bederaadt2004-03-131-4/+4
* fix columns; sahara@surt.netderaadt2003-09-261-3/+3
* add missing includesdavid2003-07-101-2/+3
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-031-7/+3
* use __KAME__ to determine kame-based kernel.itojun2003-05-141-4/+4
* ansideraadt2003-02-011-13/+7
* use macro to determine link-local multicast addritojun2002-06-191-3/+3
* decode embedded scopeid on -inalv multicast address printingitojun2002-06-191-10/+19
* a night of cleanup, so i can read this easierderaadt2002-05-271-8/+8
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-4/+4
* evil, annoying spaces and tabsmickey2002-01-171-4/+4
* kill more registersmpech2001-11-191-5/+5
* Replace the deprecated BSD sigsetmask/sigblock/sigpause functions with their POSIX counterparts.millert2001-09-041-9/+7