| Commit message (Expand) | Author | Age | Files | Lines |
* | Avoid core dump when output style is html. | ume | 2015-11-20 | 1 | -10/+8 |
* | JSON doesn't permit a hexadecimal notation of an integer. | ume | 2015-11-17 | 1 | -1/+1 |
* | Do not truncate addresses when printing in encoded format. | ume | 2015-11-06 | 1 | -10/+11 |
* | - Fix alignment for padding link address. | ume | 2015-11-06 | 1 | -2/+2 |
* | Fix compiling netstat after r290367 by substituting sys/types.h for | ngie | 2015-11-06 | 1 | -1/+1 |
* | Give enough room for addresses when -W option is specified. | ume | 2015-11-05 | 1 | -11/+25 |
* | Fix alignment of `Drop' header. | ume | 2015-11-05 | 1 | -1/+1 |
* | Fix alignment of AF_LINK address. | ume | 2015-11-04 | 1 | -2/+1 |
* | Simplify r290367 using asterisk for a field width | ume | 2015-11-04 | 1 | -8/+3 |
* | Unify AF_INET case and AF_INET6 case. | ume | 2015-11-04 | 1 | -15/+1 |
* | Change to not truncate an interface name when -W option | ume | 2015-11-04 | 1 | -11/+24 |
* | Restore an interface name field to left align. | ume | 2015-11-04 | 1 | -2/+2 |
* | Use a common subroutine to fetch and zero protocol stats instead of | markj | 2015-09-11 | 1 | -15/+5 |
* | Divide statistics in the number of packets with 1000 instead of 1024 | hrs | 2015-09-02 | 1 | -21/+25 |
* | - Add -W flag support for network column in intpr() (-i flag) and | hrs | 2015-09-01 | 1 | -78/+51 |
* | Printing interface names: | glebius | 2015-05-06 | 1 | -3/+13 |
* | Stop including if_var.h from userland. | glebius | 2015-04-06 | 1 | -1/+0 |
* | Fix typo in dropped-packets attribute (missing s). | marcel | 2015-03-04 | 1 | -1/+1 |
* | Fix "netstat -hdw 1" output. | marcel | 2015-02-25 | 1 | -4/+0 |
* | Convert netstat to use libxo. | marcel | 2015-02-21 | 1 | -109/+210 |
* | Now, after r263102 we have ifi_oqdrops in if_data, restore printing of | glebius | 2014-03-19 | 1 | -3/+7 |
* | Remove AppleTalk support. | glebius | 2014-03-14 | 1 | -6/+0 |
* | Remove IPX support. | glebius | 2014-03-14 | 1 | -18/+0 |
* | Since 32-bit if_baudrate isn't enough to describe a baud rate of a 10 Gbit | glebius | 2014-03-13 | 1 | -2/+4 |
* | Claim copyright since I've almost rewritten this file in r256512. | glebius | 2013-12-29 | 1 | -0/+1 |
* | Use more fine-grained kvm(3) symbol lookup: routing code retrieves only | melifaro | 2013-12-20 | 1 | -1/+1 |
* | Make userland tools honor WITHOUT_PF build option. | glebius | 2013-10-29 | 1 | -2/+6 |
* | Rewrite netstat/if.c to use getifaddrs(3) and getifmaddrs(3) instead of | glebius | 2013-10-15 | 1 | -437/+294 |
* | Merge the projects/pf/head branch, that was worked on for last six months, | glebius | 2012-09-08 | 1 | -5/+32 |
* | With pf 4.5 import the name of pfsync stats sysctl has changed, thus | glebius | 2012-04-04 | 1 | -2/+2 |
* | Fix warning when compiling with gcc46: | eadler | 2012-01-10 | 1 | -2/+0 |
* | Replace index() and rindex() calls with strchr() and strrchr(). | ed | 2012-01-03 | 1 | -1/+1 |
* | Truncate link addresses like it is done for any | tuexen | 2011-07-12 | 1 | -1/+1 |
* | - Hide the internal scope address representation of the KAME IPv6 | ume | 2011-01-20 | 1 | -10/+14 |
* | Remove the advertising clause from UCB copyrighted files in usr.bin. This | joel | 2010-12-11 | 1 | -4/+0 |
* | When netstat was run with -i/-I and -w1 to produce running counters, the idrop | rstone | 2010-11-18 | 1 | -0/+1 |
* | Remove more extraneous ;s. | emaste | 2010-07-15 | 1 | -1/+1 |
* | Add a new option, -q howmany, which when used in conjuction with -w, | delphij | 2010-01-11 | 1 | -0/+2 |
* | Revert most part of 200420 as requested, as more review and polish is | delphij | 2009-12-13 | 1 | -0/+1 |
* | Remove unneeded header includes from usr.bin/ except contributed code. | delphij | 2009-12-11 | 1 | -1/+0 |
* | Unbreak user space after if_timer/if_watchdog removal in r199975. | bz | 2009-12-01 | 1 | -6/+0 |
* | Add the possibility to show informations about dropped packets on the | attilio | 2009-11-25 | 1 | -4/+13 |
* | style(9) | obrien | 2008-01-02 | 1 | -18/+19 |
* | Restore netstat -M functionality for most statistics on core dumps. In | jhb | 2007-07-16 | 1 | -9/+13 |
* | Fixed some style bugs (whitespace lossage for removal of __P(()), and | bde | 2007-02-27 | 1 | -8/+8 |
* | Use a periodic itimer instead of repeated calls to alarm() in | bde | 2007-02-27 | 1 | -7/+9 |
* | Don't always print a space character in show_stat(), since a space | bde | 2006-11-08 | 1 | -12/+23 |
* | Achieve WARNS=2 by using uintmax_t to pass around 64-bit quantities, | yar | 2006-07-28 | 1 | -19/+20 |
* | Align output. | ru | 2005-11-09 | 1 | -2/+2 |
* | Remove bridge(4) from the tree. if_bridge(4) is a full functional | mlaier | 2005-09-27 | 1 | -43/+0 |