| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove $FreeBSD$: one-line .c pattern | Warner Losh | 2023-08-16 | 1 | -2/+0 |
| * | netstat -i: compute most field widths dynamically | Mike Karels | 2023-07-26 | 1 | -77/+140 |
| * | pf: make contents of struct pfsync_state configurable | Kajetan Staszkiewicz | 2023-05-30 | 1 | -4/+8 |
| * | netstat: fix pfsync stats spelling | Kajetan Staszkiewicz | 2023-03-05 | 1 | -1/+1 |
| * | netstat -i: do not truncate interface names | Mike Karels | 2022-07-06 | 1 | -13/+13 |
| * | General further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-20 | 1 | -0/+2 |
| * | Renumber copyright clause 4 | Warner Losh | 2017-02-28 | 1 | -1/+1 |
| * | Use strlcpy and snprintf in netstat(1). | Xin LI | 2017-01-05 | 1 | -2/+2 |
| * | Avoid core dump when output style is html. | Hajimu UMEMOTO | 2015-11-20 | 1 | -10/+8 |
| * | JSON doesn't permit a hexadecimal notation of an integer. | Hajimu UMEMOTO | 2015-11-17 | 1 | -1/+1 |
| * | Do not truncate addresses when printing in encoded format. | Hajimu UMEMOTO | 2015-11-06 | 1 | -10/+11 |
| * | - Fix alignment for padding link address. | Hajimu UMEMOTO | 2015-11-06 | 1 | -2/+2 |
| * | Fix compiling netstat after r290367 by substituting sys/types.h for | Enji Cooper | 2015-11-06 | 1 | -1/+1 |
| * | Give enough room for addresses when -W option is specified. | Hajimu UMEMOTO | 2015-11-05 | 1 | -11/+25 |
| * | Fix alignment of `Drop' header. | Hajimu UMEMOTO | 2015-11-05 | 1 | -1/+1 |
| * | Fix alignment of AF_LINK address. | Hajimu UMEMOTO | 2015-11-04 | 1 | -2/+1 |
| * | Simplify r290367 using asterisk for a field width | Hajimu UMEMOTO | 2015-11-04 | 1 | -8/+3 |
| * | Unify AF_INET case and AF_INET6 case. | Hajimu UMEMOTO | 2015-11-04 | 1 | -15/+1 |
| * | Change to not truncate an interface name when -W option | Hajimu UMEMOTO | 2015-11-04 | 1 | -11/+24 |
| * | Restore an interface name field to left align. | Hajimu UMEMOTO | 2015-11-04 | 1 | -2/+2 |
| * | Use a common subroutine to fetch and zero protocol stats instead of | Mark Johnston | 2015-09-11 | 1 | -14/+4 |
| * | Divide statistics in the number of packets with 1000 instead of 1024 | Hiroki Sato | 2015-09-02 | 1 | -21/+25 |
| * | - Add -W flag support for network column in intpr() (-i flag) and | Hiroki Sato | 2015-09-01 | 1 | -78/+51 |
| * | Printing interface names: | Gleb Smirnoff | 2015-05-06 | 1 | -3/+13 |
| * | Stop including if_var.h from userland. | Gleb Smirnoff | 2015-04-06 | 1 | -1/+0 |
| * | Fix typo in dropped-packets attribute (missing s). | Marcel Moolenaar | 2015-03-04 | 1 | -1/+1 |
| * | Fix "netstat -hdw 1" output. | Marcel Moolenaar | 2015-02-25 | 1 | -4/+0 |
| * | Convert netstat to use libxo. | Marcel Moolenaar | 2015-02-21 | 1 | -109/+210 |
| * | Now, after r263102 we have ifi_oqdrops in if_data, restore printing of | Gleb Smirnoff | 2014-03-19 | 1 | -3/+7 |
| * | Remove AppleTalk support. | Gleb Smirnoff | 2014-03-14 | 1 | -6/+0 |
| * | Remove IPX support. | Gleb Smirnoff | 2014-03-14 | 1 | -18/+0 |
| * | Since 32-bit if_baudrate isn't enough to describe a baud rate of a 10 Gbit | Gleb Smirnoff | 2014-03-13 | 1 | -2/+4 |
| * | Claim copyright since I've almost rewritten this file in r256512. | Gleb Smirnoff | 2013-12-29 | 1 | -0/+1 |
| * | Use more fine-grained kvm(3) symbol lookup: routing code retrieves only | Alexander V. Chernikov | 2013-12-20 | 1 | -1/+1 |
| * | Make userland tools honor WITHOUT_PF build option. | Gleb Smirnoff | 2013-10-29 | 1 | -2/+6 |
| * | Rewrite netstat/if.c to use getifaddrs(3) and getifmaddrs(3) instead of | Gleb Smirnoff | 2013-10-15 | 1 | -430/+287 |
| * | Merge the projects/pf/head branch, that was worked on for last six months, | Gleb Smirnoff | 2012-09-08 | 1 | -5/+32 |
| * | With pf 4.5 import the name of pfsync stats sysctl has changed, thus | Gleb Smirnoff | 2012-04-04 | 1 | -2/+2 |
| * | Fix warning when compiling with gcc46: | Eitan Adler | 2012-01-10 | 1 | -2/+0 |
| * | Replace index() and rindex() calls with strchr() and strrchr(). | Ed Schouten | 2012-01-03 | 1 | -1/+1 |
| * | Truncate link addresses like it is done for any | Michael Tuexen | 2011-07-12 | 1 | -1/+1 |
| * | - Hide the internal scope address representation of the KAME IPv6 | Hajimu UMEMOTO | 2011-01-20 | 1 | -10/+14 |
| * | Remove the advertising clause from UCB copyrighted files in usr.bin. This | Joel Dahl | 2010-12-11 | 1 | -4/+0 |
| * | When netstat was run with -i/-I and -w1 to produce running counters, the idrop | Ryan Stone | 2010-11-18 | 1 | -0/+1 |
| * | Remove more extraneous ;s. | Ed Maste | 2010-07-15 | 1 | -1/+1 |
| * | Add a new option, -q howmany, which when used in conjuction with -w, | Xin LI | 2010-01-11 | 1 | -0/+2 |
| * | Revert most part of 200420 as requested, as more review and polish is | Xin LI | 2009-12-13 | 1 | -0/+1 |
| * | Remove unneeded header includes from usr.bin/ except contributed code. | Xin LI | 2009-12-11 | 1 | -1/+0 |
| * | Unbreak user space after if_timer/if_watchdog removal in r199975. | Bjoern A. Zeeb | 2009-12-01 | 1 | -6/+0 |
| * | Add the possibility to show informations about dropped packets on the | Attilio Rao | 2009-11-25 | 1 | -4/+13 |