summaryrefslogtreecommitdiffstats
path: root/usr.bin/netstat/if.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r287649:markj2016-01-071-15/+5
* MFC r290367, r290370, r290437:ume2015-11-201-10/+16
* MFC r287406:hrs2015-09-091-21/+23
* o Provide a compatibility shim for netstat(1) to obtain output queueglebius2014-04-031-3/+8
* Merge r259562,r259566,r259638,r259645,r260124 by melifaro:glebius2014-03-191-1/+1
* Bulk sync of pf changes from head, in attempt to fixup broken build Iglebius2014-03-121-2/+6
* Merged /head:r256510,256512,257376,257469,260052:glebius2014-01-271-437/+295
* Merge the projects/pf/head branch, that was worked on for last six months,glebius2012-09-081-5/+32
* With pf 4.5 import the name of pfsync stats sysctl has changed, thusglebius2012-04-041-2/+2
* Fix warning when compiling with gcc46:eadler2012-01-101-2/+0
* Replace index() and rindex() calls with strchr() and strrchr().ed2012-01-031-1/+1
* Truncate link addresses like it is done for anytuexen2011-07-121-1/+1
* - Hide the internal scope address representation of the KAME IPv6ume2011-01-201-10/+14
* Remove the advertising clause from UCB copyrighted files in usr.bin. Thisjoel2010-12-111-4/+0
* When netstat was run with -i/-I and -w1 to produce running counters, the idroprstone2010-11-181-0/+1
* Remove more extraneous ;s.emaste2010-07-151-1/+1
* Add a new option, -q howmany, which when used in conjuction with -w,delphij2010-01-111-0/+2
* Revert most part of 200420 as requested, as more review and polish isdelphij2009-12-131-0/+1
* Remove unneeded header includes from usr.bin/ except contributed code.delphij2009-12-111-1/+0
* Unbreak user space after if_timer/if_watchdog removal in r199975.bz2009-12-011-6/+0
* Add the possibility to show informations about dropped packets on theattilio2009-11-251-4/+13
* style(9)obrien2008-01-021-18/+19
* Restore netstat -M functionality for most statistics on core dumps. Injhb2007-07-161-9/+13
* Fixed some style bugs (whitespace lossage for removal of __P(()), andbde2007-02-271-8/+8
* Use a periodic itimer instead of repeated calls to alarm() inbde2007-02-271-7/+9
* Don't always print a space character in show_stat(), since a spacebde2006-11-081-12/+23
* Achieve WARNS=2 by using uintmax_t to pass around 64-bit quantities,yar2006-07-281-19/+20
* Align output.ru2005-11-091-2/+2
* Remove bridge(4) from the tree. if_bridge(4) is a full functionalmlaier2005-09-271-43/+0
* - Print space character in show_stat(). Remove a lot of priuntf(" ").glebius2005-09-271-37/+29
* 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-181-6/+17
* Print newly exported pfsync statistics with netstat(8).mlaier2005-07-141-1/+47
* Add __FBSDID. Replace local variable sin by sockin to not conflict with sin(3).charnier2004-07-261-10/+11
* 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
* Fix some minor nits in netstat whereby large interface names would bebms2003-11-281-4/+16
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-311-12/+6
* Kill #ifdef NS and some leftover #ifdef ISO code. Re-pack the nlist[]peter2003-03-051-31/+0
* - Determine the size of buffers with sizeof() instead of usingrobert2003-02-101-7/+7
* Warns cleanups for netstat:dwmalone2002-09-051-8/+7
* fix warnings; change variable/argument names that mask global names.markm2002-04-281-4/+4
* Print statistics for AF_IPX.mdodd2001-10-191-0/+2
* The previous change also disaligned lines with AF_IPX and AF_NSru2001-10-091-10/+10
* Minor output formatting for 'netstat -i':mdodd2001-10-091-7/+7
* Implement the ``-f address_family'' filter for -i.ru2001-09-111-1/+7
* remove warningsassar2001-06-151-3/+4
* remove K&R supportassar2001-06-151-18/+8
* revert removal of warning and K&R supportassar2001-06-151-7/+16
* First round of netstat(1) cleanup.ru2001-06-151-1/+1
OpenPOWER on IntegriCloud