aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/netstat
Commit message (Expand)AuthorAgeFilesLines
* MFC r354639:Bjoern A. Zeeb2020-01-071-0/+2
* MFC r350522:Bjoern A. Zeeb2019-12-171-4/+4
* MFC: r355554Baptiste Daroussin2019-12-121-0/+3
* MFC r354633:Mike Karels2019-11-231-6/+4
* MFC 353059: Restore description of packets dropped due to full reassembly queue.John Baldwin2019-10-251-2/+2
* MFC 350666:John Baldwin2019-08-211-24/+5
* MFC 344740:Bjoern A. Zeeb2019-04-191-5/+24
* MFC r323352:Michael Tuexen2018-04-071-2/+2
* Revert r330897:Eitan Adler2018-03-2912-24/+0
* Partial merge of the SPDX changesEitan Adler2018-03-1412-0/+24
* MFC r326276:Eitan Adler2018-03-052-0/+4
* MFC r323016:Baptiste Daroussin2017-09-171-3/+2
* MFC 318996: Add descriptions for AES-GCM IPSec authentication (AH) counters.John Baldwin2017-06-201-0/+9
* MFC r316610:Alan Somers2017-04-281-2/+2
* MFC r304572 (by bz):Andrey V. Elsukov2017-03-181-1/+14
* MFC r310698:Marcelo Araujo2017-01-271-0/+6
* MFC r311769:Steven Hartland2017-01-161-3/+3
* MFC r311762: Fix typo.Xin LI2017-01-121-1/+1
* MFC r311426:Hajimu UMEMOTO2017-01-081-1/+1
* MFC r311392:Xin LI2017-01-088-70/+101
* MFC r303541, r303542, r303543, r303545, r303546, r303547, r304225, r304226, r...Marcelo Araujo2016-10-211-2/+1
* MFC r304292:Michael Tuexen2016-08-201-4/+4
* MFC r302904:Michael Tuexen2016-07-242-90/+14
* 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
* Correct alignment of the addresses in the `netstat -aW' output.Hajimu UMEMOTO2015-11-241-12/+21
* Add missing error check after xo_parse_args() in netstat(8).Hajimu UMEMOTO2015-11-241-0/+2
* Don't truncate an interface name when -W option is specified.Hajimu UMEMOTO2015-11-201-1/+5
* Avoid core dump when output style is html.Hajimu UMEMOTO2015-11-201-10/+8
* JSON doesn't permit a hexadecimal notation of an integer.Hajimu UMEMOTO2015-11-171-1/+1
* Do not truncate addresses when printing in encoded format.Hajimu UMEMOTO2015-11-061-10/+11
* - Fix alignment for padding link address.Hajimu UMEMOTO2015-11-061-2/+2
* Fix compiling netstat after r290367 by substituting sys/types.h forEnji Cooper2015-11-061-1/+1
* Give enough room for addresses when -W option is specified.Hajimu UMEMOTO2015-11-051-11/+25
* Fix alignment of `Drop' header.Hajimu UMEMOTO2015-11-051-1/+1
* Use returned network name from getnetbyaddr() correctly.Hajimu UMEMOTO2015-11-051-6/+5
* Revert previous workaround. This problem was fixedHajimu UMEMOTO2015-11-051-4/+0
* Since sa->sa_len doesn't match sizeof(struct sockaddr_dl),Hajimu UMEMOTO2015-11-041-0/+4
* Fix alignment of AF_LINK address.Hajimu UMEMOTO2015-11-041-2/+1