summaryrefslogtreecommitdiffstats
path: root/usr.bin/netstat
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | - Remove rt_metrics_lite and simply put its members into rtentry.glebius2014-03-053-31/+37
* | | | | | | Whenever flowtable lookup fails, we do route lookup and then try toglebius2014-02-141-1/+3
* | | | | | | Reword.adrian2014-02-141-1/+1
* | | | | | | Don't insert a flowtable entry if the lle isn't yet valid.adrian2014-02-141-0/+1
* | | | | | | o Revamp API between flowtable and netinet, netinet6.glebius2014-02-074-3/+87
* | | | | | | Print the MD5 signature information introduced in r221023 in thebz2014-02-051-0/+11
* | | | | | | Bump dates in nestat(1) and route(8) man pages.melifaro2014-01-111-1/+1
* | | | | | | Add -4/-6 shorthand for -finet/-finet6 in route(8) and netstat(8).melifaro2014-01-102-15/+38
* | | | | | | Explicitly free rt_tables to please Coverity.melifaro2013-12-311-1/+3
* | | | | | | Claim copyright since I've almost rewritten this file in r256512.glebius2013-12-291-0/+1
* | | | | | | Further split kvm(3) and sysctl interfaces for route table printing.melifaro2013-12-201-72/+89
* | | | | | | Use more fine-grained kvm(3) symbol lookup: routing code retrieves onlymelifaro2013-12-207-97/+150
* | | | | | | Restore corefiles handling via kvm(3).melifaro2013-12-183-1/+4
* | | | | | | Switch netstat -rn to use standard API for retrieving list of routesmelifaro2013-12-181-59/+121
* | | | | | | 'netstat -i' no longer supports working on a vmcore.glebius2013-10-301-3/+1
* | | | | | | Make userland tools honor WITHOUT_PF build option.glebius2013-10-293-2/+12
* | | | | | | Rewrite netstat/if.c to use getifaddrs(3) and getifmaddrs(3) instead ofglebius2013-10-154-450/+307
* | | | | | | Remove obtained, but never used data.glebius2013-10-151-10/+5
| |_|_|_|_|/ |/| | | | |
* | | | | | - Use getnameinfo(3) instead of gethostbyaddr(3) or inet_ntop(3).hrs2013-08-171-18/+25
* | | | | | Remove the large part of struct ipsecstat. Only few fields of thisae2013-07-231-69/+3
* | | | | | Sweep unused nlist entries.glebius2013-07-161-48/+26
* | | | | | Introduce new structure sfstat for collecting sendfile's statisticsae2013-07-152-11/+15
* | | | | | Add -F fibnum option to specify an FIB number for -r flag.hrs2013-07-124-11/+40
* | | | | | Migrate structs ahstat, espstat, ipcompstat, ipipstat, pfkeystat,ae2013-07-092-5/+5
* | | | | | Migrate struct carpstats to PCPU counters.ae2013-07-091-1/+1
* | | | | | Migrate structs ip6stat, icmp6stat and rip6stat to PCPU counters.ae2013-07-091-3/+3
* | | | | | Migrate structs arpstat, icmpstat, mrtstat, pimstat and udpstat to PCPUae2013-07-092-5/+5
* | | | | | Use new macros to implement ipstat and tcpstat using PCPU counters.ae2013-07-093-20/+16
* | | | | | Prepare network statistics structures for migration to PCPU counters.ae2013-07-093-125/+109
* | | | | | Replace hardcoded numbers. Also use interface-local scope name insteadae2013-04-161-9/+9
| |_|_|_|/ |/| | | |
* | | | | Use kvm_counter_u64_fetch() to fix obtaining ipstat and tcpstat fromglebius2013-04-103-29/+69
* | | | | Merge from projects/counters: TCP/IP stats.glebius2013-04-081-124/+130
* | | | | Add forgotten .Elmelifaro2013-03-091-0/+1
* | | | | Document netstat -Q flags meaning.melifaro2013-03-091-1/+6
* | | | | WARNS=6 compliancecharnier2013-02-196-11/+10
| |_|_|/ |/| | |
* | | | Use pluralies() for "entry"/"entries".glebius2013-01-221-1/+1
* | | | Fill sin6_scope_id in sockaddr_in6 before passing it from the kernel tohrs2012-11-171-0/+6
| |/ / |/| |
* | | Show the number of times we block waiting for mbufs.alfred2012-10-251-4/+18
* | | Remove unused variable. Newer versions of gcc care.eadler2012-10-221-2/+0
* | | Merge the projects/pf/head branch, that was worked on for last six months,glebius2012-09-081-5/+32
* | | Allow netstat to be build if INET is not defined in the kernel.tuexen2012-07-162-0/+8
| |/ |/|
* | - Updated TOE support in the kernel.np2012-06-191-1/+4
|/
* Eliminate an unused parameter of static method igmp_stats_live_old().delphij2012-04-131-2/+2
* With pf 4.5 import the name of pfsync stats sysctl has changed, thusglebius2012-04-041-2/+2
* After r232745, which makes sure __bswap16(), ntohs() and htons() returndim2012-03-091-3/+0
* Define several extra macros in bsd.sys.mk and sys/conf/kern.pre.mk, todim2012-02-281-3/+1
* Merge multi-FIB IPv6 support from projects/multi-fibv6/head/:bz2012-02-171-13/+16
* Don't print a warning when using netstat to printtuexen2012-01-251-1/+2
* In ng_socket(4) expose less kernel internals to userland. This commitglebius2012-01-231-8/+2
* Fix warning when compiling with gcc46:eadler2012-01-101-2/+0
OpenPOWER on IntegriCloud