| Commit message (Expand) | Author | Age | Files | Lines |
* | Minor mdoc nit. | joel | 2014-06-06 | 1 | -1/+1 |
* | Sadly, we do not actually live in the future. | allanjude | 2014-06-04 | 1 | -1/+1 |
* | Further updates to the netstat(1) man page and usage message | allanjude | 2014-06-04 | 2 | -253/+515 |
* | Add path markup on sys/mbuf.h to previous netstat(1) man page update | allanjude | 2014-05-25 | 1 | -1/+3 |
* | Document the new -R flag of netstat(1) introduced in r266448 that tracks the | allanjude | 2014-05-25 | 1 | -1/+9 |
* | - Fix a bug which can make sysctl() fail when -F is specified. | hrs | 2014-05-21 | 1 | -9/+5 |
* | Add -R to netstat to dump RSS/flow information. | adrian | 2014-05-19 | 3 | -5/+18 |
* | - Do not override sin6_scope_id in LLA when it is already set to non-zero. | hrs | 2014-05-15 | 1 | -5/+9 |
* | Use src.opts.mk in preference to bsd.own.mk except where we need stuff | imp | 2014-05-06 | 1 | -1/+1 |
* | - Remove net.inet.tcp.reass.overflows sysctl. It counts exactly | glebius | 2014-05-06 | 1 | -1/+2 |
* | Fix "netstat -gW" behavior broken in r259638. | melifaro | 2014-04-29 | 1 | -11/+13 |
* | Now, after r263102 we have ifi_oqdrops in if_data, restore printing of | glebius | 2014-03-19 | 1 | -3/+7 |
* | Garbage collect long time obsoleted (or never used) stuff from routing API. | glebius | 2014-03-15 | 2 | -18/+0 |
* | Remove AppleTalk support. | glebius | 2014-03-14 | 7 | -363/+38 |
* | Remove IPX support. | glebius | 2014-03-14 | 7 | -583/+44 |
* | Since 32-bit if_baudrate isn't enough to describe a baud rate of a 10 Gbit | glebius | 2014-03-13 | 1 | -2/+4 |
* | Fix compilation for 32-bit machines. | glebius | 2014-03-06 | 1 | -4/+4 |
* | Hide struct rtentry from userland. | glebius | 2014-03-05 | 1 | -0/+1 |
* | - Remove rt_metrics_lite and simply put its members into rtentry. | glebius | 2014-03-05 | 3 | -31/+37 |
* | Whenever flowtable lookup fails, we do route lookup and then try to | glebius | 2014-02-14 | 1 | -1/+3 |
* | Reword. | adrian | 2014-02-14 | 1 | -1/+1 |
* | Don't insert a flowtable entry if the lle isn't yet valid. | adrian | 2014-02-14 | 1 | -0/+1 |
* | o Revamp API between flowtable and netinet, netinet6. | glebius | 2014-02-07 | 4 | -3/+87 |
* | Print the MD5 signature information introduced in r221023 in the | bz | 2014-02-05 | 1 | -0/+11 |
* | Bump dates in nestat(1) and route(8) man pages. | melifaro | 2014-01-11 | 1 | -1/+1 |
* | Add -4/-6 shorthand for -finet/-finet6 in route(8) and netstat(8). | melifaro | 2014-01-10 | 2 | -15/+38 |
* | Explicitly free rt_tables to please Coverity. | melifaro | 2013-12-31 | 1 | -1/+3 |
* | Claim copyright since I've almost rewritten this file in r256512. | glebius | 2013-12-29 | 1 | -0/+1 |
* | Further split kvm(3) and sysctl interfaces for route table printing. | melifaro | 2013-12-20 | 1 | -72/+89 |
* | Use more fine-grained kvm(3) symbol lookup: routing code retrieves only | melifaro | 2013-12-20 | 7 | -97/+150 |
* | Restore corefiles handling via kvm(3). | melifaro | 2013-12-18 | 3 | -1/+4 |
* | Switch netstat -rn to use standard API for retrieving list of routes | melifaro | 2013-12-18 | 1 | -59/+121 |
* | 'netstat -i' no longer supports working on a vmcore. | glebius | 2013-10-30 | 1 | -3/+1 |
* | Make userland tools honor WITHOUT_PF build option. | glebius | 2013-10-29 | 3 | -2/+12 |
* | Rewrite netstat/if.c to use getifaddrs(3) and getifmaddrs(3) instead of | glebius | 2013-10-15 | 4 | -450/+307 |
* | Remove obtained, but never used data. | glebius | 2013-10-15 | 1 | -10/+5 |
* | - Use getnameinfo(3) instead of gethostbyaddr(3) or inet_ntop(3). | hrs | 2013-08-17 | 1 | -18/+25 |
* | Remove the large part of struct ipsecstat. Only few fields of this | ae | 2013-07-23 | 1 | -69/+3 |
* | Sweep unused nlist entries. | glebius | 2013-07-16 | 1 | -48/+26 |
* | Introduce new structure sfstat for collecting sendfile's statistics | ae | 2013-07-15 | 2 | -11/+15 |
* | Add -F fibnum option to specify an FIB number for -r flag. | hrs | 2013-07-12 | 4 | -11/+40 |
* | Migrate structs ahstat, espstat, ipcompstat, ipipstat, pfkeystat, | ae | 2013-07-09 | 2 | -5/+5 |
* | Migrate struct carpstats to PCPU counters. | ae | 2013-07-09 | 1 | -1/+1 |
* | Migrate structs ip6stat, icmp6stat and rip6stat to PCPU counters. | ae | 2013-07-09 | 1 | -3/+3 |
* | Migrate structs arpstat, icmpstat, mrtstat, pimstat and udpstat to PCPU | ae | 2013-07-09 | 2 | -5/+5 |
* | Use new macros to implement ipstat and tcpstat using PCPU counters. | ae | 2013-07-09 | 3 | -20/+16 |
* | Prepare network statistics structures for migration to PCPU counters. | ae | 2013-07-09 | 3 | -125/+109 |
* | Replace hardcoded numbers. Also use interface-local scope name instead | ae | 2013-04-16 | 1 | -9/+9 |
* | Use kvm_counter_u64_fetch() to fix obtaining ipstat and tcpstat from | glebius | 2013-04-10 | 3 | -29/+69 |
* | Merge from projects/counters: TCP/IP stats. | glebius | 2013-04-08 | 1 | -124/+130 |