aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/netstat
Commit message (Expand)AuthorAgeFilesLines
* Use uintptr_t alone when assigning to kvaddr_t variables.Brooks Davis2018-07-102-3/+3
* Work around lame warnings in ancient gcc on 32-bit platforms.Brooks Davis2018-07-052-3/+3
* Make struct xinpcb and friends word-size independent.Brooks Davis2018-07-052-3/+3
* Add a SPD cache to speed up lookups.Fabien Thomas2018-05-221-4/+7
* Bump netstat.1's .Dd after r331347.Jonathan T. Looney2018-03-221-1/+1
* Add the "TCP Blackbox Recorder" which we discussed at the developerJonathan T. Looney2018-03-224-5/+17
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-272-0/+4
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-209-0/+18
* spdx: initial adoption of licensing ID tags.Pedro F. Giffuni2017-11-183-0/+6
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* Hide struct socket and struct unpcb from the userland.Gleb Smirnoff2017-10-023-15/+13
* The combination of IPv6 and SCTP is also supported.Michael Tuexen2017-09-091-2/+2
* Don't call kresolv_list() if using netstat on live kernelBaptiste Daroussin2017-08-301-3/+2
* Use counter(9) for PLPMTUD counters.Sean Bruno2017-08-251-1/+13
* After inpcb route caching was put back in place there is no need forBjoern A. Zeeb2017-07-274-91/+1
* Listening sockets improvements.Gleb Smirnoff2017-06-081-6/+9
* Add descriptions for AES-GCM IPSec authentication (AH) counters.John Baldwin2017-05-271-0/+9
* Fix userland tools that don't check the format of routing socketPatrick Kelsey2017-04-161-2/+3
* usr.bin/netstat: strcpy -> strlcpyAlan Somers2017-04-071-2/+2
* Hide struct inpcb, struct tcpcb from the userland.Gleb Smirnoff2017-03-211-146/+24
* Typo.Gleb Smirnoff2017-03-101-1/+1
* Renumber copyright clause 4Warner Losh2017-02-2811-11/+11
* Merge projects/ipsec into head/.Andrey V. Elsukov2017-02-061-1/+14
* Fix rstat: symbol not in namelist from netstatSteven Hartland2017-01-091-3/+3
* Fix typo.Xin LI2017-01-091-1/+1
* When displaying netstat details with libxo in JSONHajimu UMEMOTO2017-01-051-1/+1
* Use strlcpy and snprintf in netstat(1).Xin LI2017-01-058-70/+101
* Print hostcache usage counts with TCP statistics.Marcelo Araujo2016-12-281-0/+6
* Use bogus_page to properly reduce number of I/Os in sendfile(2). The newGleb Smirnoff2016-11-171-0/+3
* Fix build without INET6 and with gcc. A function definition was ifdefedBruce Evans2016-08-271-0/+2
* Fix the output for scope statistics.Michael Tuexen2016-08-171-2/+2
* Use names for SCTP and UDPLite when reporting the input histogram.Michael Tuexen2016-08-171-2/+2
* Use nitems() from sys/param.h.Marcelo Araujo2016-07-301-2/+1
* Don't duplicate code for SCTP, just use the ones used for UDP and TCP.Michael Tuexen2016-07-171-83/+4
* Ensure that the -a, -W, -L options for SCTP behave similarMichael Tuexen2016-07-151-3/+6
* When calling netstat -Laptcp the local address values are not alignedMichael Tuexen2016-07-151-3/+3
* Fix a bug which results in a core dump when running netstat withMichael Tuexen2016-07-151-1/+1
* Use macro MAX() from sys/param.h.Marcelo Araujo2016-04-221-1/+1
* Use NULL instead of 0 for pointers.Marcelo Araujo2016-04-183-7/+7
* netstat: avoid returning uninitialized value in p_sockaddr().Pedro F. Giffuni2016-03-271-0/+1
* Print running TCP connection counts with TCP statistics.Gleb Smirnoff2016-03-154-6/+54
* DIRDEPS_BUILD: Regenerate without local dependencies.Bryan Drewery2016-02-241-10/+0
* Increase max allowed backlog for listen socketsAlfred Perlstein2016-02-023-9/+10
* New sendfile(2) syscall. A joint effort of NGINX and Netflix from 2013 andGleb Smirnoff2016-01-081-3/+23
* Switch the IPsec related statistics to using the built in sysctlGeorge V. Neville-Neil2015-12-172-14/+24
* Add more text to explain --libxo flag.Craig Rodrigues2015-12-011-1/+8
* At the time a destination or a gateway of `netstat -r'Hajimu UMEMOTO2015-12-011-6/+14
* Update dependencies after r291406 added libelf to libkvm.Bryan Drewery2015-12-011-0/+1
* Replace DPSRCS that work fine in SRCS.Bryan Drewery2015-11-251-2/+1
* Fix udp entry of `netstat -TW'.Hajimu UMEMOTO2015-11-251-0/+2