summaryrefslogtreecommitdiffstats
path: root/usr.bin/netstat/if.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r311392:delphij2017-01-081-2/+2
* Avoid core dump when output style is html.ume2015-11-201-10/+8
* JSON doesn't permit a hexadecimal notation of an integer.ume2015-11-171-1/+1
* Do not truncate addresses when printing in encoded format.ume2015-11-061-10/+11
* - Fix alignment for padding link address.ume2015-11-061-2/+2
* Fix compiling netstat after r290367 by substituting sys/types.h forngie2015-11-061-1/+1
* Give enough room for addresses when -W option is specified.ume2015-11-051-11/+25
* Fix alignment of `Drop' header.ume2015-11-051-1/+1
* Fix alignment of AF_LINK address.ume2015-11-041-2/+1
* Simplify r290367 using asterisk for a field widthume2015-11-041-8/+3
* Unify AF_INET case and AF_INET6 case.ume2015-11-041-15/+1
* Change to not truncate an interface name when -W optionume2015-11-041-11/+24
* Restore an interface name field to left align.ume2015-11-041-2/+2
* Use a common subroutine to fetch and zero protocol stats instead ofmarkj2015-09-111-15/+5
* Divide statistics in the number of packets with 1000 instead of 1024hrs2015-09-021-21/+25
* - Add -W flag support for network column in intpr() (-i flag) andhrs2015-09-011-78/+51
* Printing interface names:glebius2015-05-061-3/+13
* Stop including if_var.h from userland.glebius2015-04-061-1/+0
* Fix typo in dropped-packets attribute (missing s).marcel2015-03-041-1/+1
* Fix "netstat -hdw 1" output.marcel2015-02-251-4/+0
* Convert netstat to use libxo.marcel2015-02-211-109/+210
* Now, after r263102 we have ifi_oqdrops in if_data, restore printing ofglebius2014-03-191-3/+7
* Remove AppleTalk support.glebius2014-03-141-6/+0
* Remove IPX support.glebius2014-03-141-18/+0
* Since 32-bit if_baudrate isn't enough to describe a baud rate of a 10 Gbitglebius2014-03-131-2/+4
* Claim copyright since I've almost rewritten this file in r256512.glebius2013-12-291-0/+1
* Use more fine-grained kvm(3) symbol lookup: routing code retrieves onlymelifaro2013-12-201-1/+1
* Make userland tools honor WITHOUT_PF build option.glebius2013-10-291-2/+6
* Rewrite netstat/if.c to use getifaddrs(3) and getifmaddrs(3) instead ofglebius2013-10-151-437/+294
* 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
OpenPOWER on IntegriCloud