aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/netstat
Commit message (Expand)AuthorAgeFilesLines
* 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
* Simplify r290367 using asterisk for a field widthHajimu UMEMOTO2015-11-041-8/+3
* Unify AF_INET case and AF_INET6 case.Hajimu UMEMOTO2015-11-041-15/+1
* Change to not truncate an interface name when -W optionHajimu UMEMOTO2015-11-041-11/+24
* Mask an IPv6 network address.Hajimu UMEMOTO2015-11-041-1/+8
* Restore an interface name field to left align.Hajimu UMEMOTO2015-11-041-2/+2
* Update META_MODE dependencies.Bryan Drewery2015-09-171-0/+10
* Use a common subroutine to fetch and zero protocol stats instead ofMark Johnston2015-09-1110-242/+119
* Remove prototypes for undefined functions from netstat.h.Mark Johnston2015-09-111-15/+0
* Simplify kvm symbol resolution and error handling. The symbol tableHiroki Sato2015-09-028-241/+151
* Divide statistics in the number of packets with 1000 instead of 1024Hiroki Sato2015-09-021-21/+25
* - Add -W flag support for network column in intpr() (-i flag) andHiroki Sato2015-09-019-284/+226
* Failure of dropping privilege should be fatal, so test and bail outXin LI2015-09-011-3/+6
* Use the userland exported states and handle them completely.Michael Tuexen2015-08-291-7/+16
* add documentation for timers that silby added in r197244, almost 6 yearsJohn-Mark Gurney2015-08-271-1/+7
* Upgrade libxo to 0.4.5.Marcel Moolenaar2015-08-241-3/+1
* Fix counter reads on platforms where sizeof(uint64_t) != sizeof(uint64_t *).Mark Johnston2015-07-211-6/+18
* Fix some libxo format string errors in the pfkey stats code.Mark Johnston2015-07-201-2/+2
* New AES modes for IPSec, user space components.George V. Neville-Neil2015-07-031-0/+3
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+24
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-2720-1862/+2504
| |\ | |/ |/|
| * Merge from head@274682Simon J. Gerraty2014-11-191-8/+8
| |\
| * \ Merge head from 7/28Simon J. Gerraty2014-08-195-261/+546
| |\ \
| * | | Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * | | Updated dependenciesSimon J. Gerraty2014-05-101-1/+2
| * | | Merge from headSimon J. Gerraty2014-05-083-13/+16
| |\ \ \
| * \ \ \ Merge headSimon J. Gerraty2014-04-2814-1624/+874
| |\ \ \ \
| * \ \ \ \ Merge from headSimon J. Gerraty2013-09-0510-324/+256
| |\ \ \ \ \