summaryrefslogtreecommitdiffstats
path: root/usr.bin/netstat
Commit message (Expand)AuthorAgeFilesLines
* Partial merge of the SPDX changeseadler2018-03-1412-0/+24
* MFC r326276:eadler2018-03-052-0/+4
* MFC r323016:bapt2017-09-171-3/+2
* MFC 318996: Add descriptions for AES-GCM IPSec authentication (AH) counters.jhb2017-06-201-0/+9
* MFC r316610:asomers2017-04-281-2/+2
* MFC r304572 (by bz):ae2017-03-181-1/+14
* MFC r310698:araujo2017-01-271-0/+6
* MFC r311769:smh2017-01-161-3/+3
* MFC r311762: Fix typo.delphij2017-01-121-1/+1
* MFC r311426:ume2017-01-081-1/+1
* MFC r311392:delphij2017-01-088-70/+101
* MFC r303541, r303542, r303543, r303545, r303546, r303547, r304225, r304226, r...araujo2016-10-211-2/+1
* MFC r304292:tuexen2016-08-201-4/+4
* MFC r302904:tuexen2016-07-242-90/+14
* Use macro MAX() from sys/param.h.araujo2016-04-221-1/+1
* Use NULL instead of 0 for pointers.araujo2016-04-183-7/+7
* netstat: avoid returning uninitialized value in p_sockaddr().pfg2016-03-271-0/+1
* Print running TCP connection counts with TCP statistics.glebius2016-03-154-6/+54
* DIRDEPS_BUILD: Regenerate without local dependencies.bdrewery2016-02-241-10/+0
* Increase max allowed backlog for listen socketsalfred2016-02-023-9/+10
* New sendfile(2) syscall. A joint effort of NGINX and Netflix from 2013 andglebius2016-01-081-3/+23
* Switch the IPsec related statistics to using the built in sysctlgnn2015-12-172-14/+24
* Add more text to explain --libxo flag.rodrigc2015-12-011-1/+8
* At the time a destination or a gateway of `netstat -r'ume2015-12-011-6/+14
* Update dependencies after r291406 added libelf to libkvm.bdrewery2015-12-011-0/+1
* Replace DPSRCS that work fine in SRCS.bdrewery2015-11-251-2/+1
* Fix udp entry of `netstat -TW'.ume2015-11-251-0/+2
* Correct alignment of the addresses in the `netstat -aW' output.ume2015-11-241-12/+21
* Add missing error check after xo_parse_args() in netstat(8).ume2015-11-241-0/+2
* Don't truncate an interface name when -W option is specified.ume2015-11-201-1/+5
* Avoid core dump when output style is html.ume2015-11-201-10/+8
* JSON doesn't permit a hexadecimal notation of an integer.ume2015-11-171-1/+1
* Do not truncate addresses when printing in encoded format.ume2015-11-061-10/+11
* - Fix alignment for padding link address.ume2015-11-061-2/+2
* Fix compiling netstat after r290367 by substituting sys/types.h forngie2015-11-061-1/+1
* Give enough room for addresses when -W option is specified.ume2015-11-051-11/+25
* Fix alignment of `Drop' header.ume2015-11-051-1/+1
* Use returned network name from getnetbyaddr() correctly.ume2015-11-051-6/+5
* Revert previous workaround. This problem was fixedume2015-11-051-4/+0
* Since sa->sa_len doesn't match sizeof(struct sockaddr_dl),ume2015-11-041-0/+4
* Fix alignment of AF_LINK address.ume2015-11-041-2/+1
* Simplify r290367 using asterisk for a field widthume2015-11-041-8/+3
* Unify AF_INET case and AF_INET6 case.ume2015-11-041-15/+1
* Change to not truncate an interface name when -W optionume2015-11-041-11/+24
* Mask an IPv6 network address.ume2015-11-041-1/+8
* Restore an interface name field to left align.ume2015-11-041-2/+2
* Update META_MODE dependencies.bdrewery2015-09-171-0/+10
* Use a common subroutine to fetch and zero protocol stats instead ofmarkj2015-09-1110-242/+119
* Remove prototypes for undefined functions from netstat.h.markj2015-09-111-15/+0
* Simplify kvm symbol resolution and error handling. The symbol tablehrs2015-09-028-241/+151
OpenPOWER on IntegriCloud