summaryrefslogtreecommitdiff
path: root/usr.bin/netstat/if.c
Commit message (Expand)AuthorAgeFilesLines
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Use strlcpy and snprintf in netstat(1).Xin LI2017-01-051-2/+2
* Avoid core dump when output style is html.Hajimu UMEMOTO2015-11-201-10/+8
* JSON doesn't permit a hexadecimal notation of an integer.Hajimu UMEMOTO2015-11-171-1/+1
* Do not truncate addresses when printing in encoded format.Hajimu UMEMOTO2015-11-061-10/+11
* - Fix alignment for padding link address.Hajimu UMEMOTO2015-11-061-2/+2
* Fix compiling netstat after r290367 by substituting sys/types.h forEnji Cooper2015-11-061-1/+1
* Give enough room for addresses when -W option is specified.Hajimu UMEMOTO2015-11-051-11/+25
* Fix alignment of `Drop' header.Hajimu UMEMOTO2015-11-051-1/+1
* Fix alignment of AF_LINK address.Hajimu UMEMOTO2015-11-041-2/+1
* Simplify r290367 using asterisk for a field widthHajimu UMEMOTO2015-11-041-8/+3
* Unify AF_INET case and AF_INET6 case.Hajimu UMEMOTO2015-11-041-15/+1
* Change to not truncate an interface name when -W optionHajimu UMEMOTO2015-11-041-11/+24
* Restore an interface name field to left align.Hajimu UMEMOTO2015-11-041-2/+2
* Use a common subroutine to fetch and zero protocol stats instead ofMark Johnston2015-09-111-15/+5
* Divide statistics in the number of packets with 1000 instead of 1024Hiroki Sato2015-09-021-21/+25
* - Add -W flag support for network column in intpr() (-i flag) andHiroki Sato2015-09-011-78/+51
* Printing interface names:Gleb Smirnoff2015-05-061-3/+13
* Stop including if_var.h from userland.Gleb Smirnoff2015-04-061-1/+0
* Fix typo in dropped-packets attribute (missing s).Marcel Moolenaar2015-03-041-1/+1
* Fix "netstat -hdw 1" output.Marcel Moolenaar2015-02-251-4/+0
* Convert netstat to use libxo.Marcel Moolenaar2015-02-211-109/+210
* Now, after r263102 we have ifi_oqdrops in if_data, restore printing ofGleb Smirnoff2014-03-191-3/+7
* Remove AppleTalk support.Gleb Smirnoff2014-03-141-6/+0
* Remove IPX support.Gleb Smirnoff2014-03-141-18/+0
* Since 32-bit if_baudrate isn't enough to describe a baud rate of a 10 GbitGleb Smirnoff2014-03-131-2/+4
* Claim copyright since I've almost rewritten this file in r256512.Gleb Smirnoff2013-12-291-0/+1
* Use more fine-grained kvm(3) symbol lookup: routing code retrieves onlyAlexander V. Chernikov2013-12-201-1/+1
* Make userland tools honor WITHOUT_PF build option.Gleb Smirnoff2013-10-291-2/+6
* Rewrite netstat/if.c to use getifaddrs(3) and getifmaddrs(3) instead ofGleb Smirnoff2013-10-151-437/+294
* Merge the projects/pf/head branch, that was worked on for last six months,Gleb Smirnoff2012-09-081-5/+32
* With pf 4.5 import the name of pfsync stats sysctl has changed, thusGleb Smirnoff2012-04-041-2/+2
* Fix warning when compiling with gcc46:Eitan Adler2012-01-101-2/+0
* Replace index() and rindex() calls with strchr() and strrchr().Ed Schouten2012-01-031-1/+1
* Truncate link addresses like it is done for anyMichael Tuexen2011-07-121-1/+1
* - Hide the internal scope address representation of the KAME IPv6Hajimu UMEMOTO2011-01-201-10/+14
* Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl2010-12-111-4/+0
* When netstat was run with -i/-I and -w1 to produce running counters, the idropRyan Stone2010-11-181-0/+1
* Remove more extraneous ;s.Ed Maste2010-07-151-1/+1
* Add a new option, -q howmany, which when used in conjuction with -w,Xin LI2010-01-111-0/+2
* Revert most part of 200420 as requested, as more review and polish isXin LI2009-12-131-0/+1
* Remove unneeded header includes from usr.bin/ except contributed code.Xin LI2009-12-111-1/+0
* Unbreak user space after if_timer/if_watchdog removal in r199975.Bjoern A. Zeeb2009-12-011-6/+0
* Add the possibility to show informations about dropped packets on theAttilio Rao2009-11-251-4/+13
* style(9)David E. O'Brien2008-01-021-18/+19
* Restore netstat -M functionality for most statistics on core dumps. InJohn Baldwin2007-07-161-9/+13
* Fixed some style bugs (whitespace lossage for removal of __P(()), andBruce Evans2007-02-271-8/+8
* Use a periodic itimer instead of repeated calls to alarm() inBruce Evans2007-02-271-7/+9
* Don't always print a space character in show_stat(), since a spaceBruce Evans2006-11-081-12/+23