summaryrefslogtreecommitdiffstats
path: root/usr.bin/netstat
Commit message (Expand)AuthorAgeFilesLines
* 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
* Divide statistics in the number of packets with 1000 instead of 1024hrs2015-09-021-21/+25
* - Add -W flag support for network column in intpr() (-i flag) andhrs2015-09-019-284/+226
* Failure of dropping privilege should be fatal, so test and bail outdelphij2015-09-011-3/+6
* Use the userland exported states and handle them completely.tuexen2015-08-291-7/+16
* add documentation for timers that silby added in r197244, almost 6 yearsjmg2015-08-271-1/+7
* Upgrade libxo to 0.4.5.marcel2015-08-241-3/+1
* Fix counter reads on platforms where sizeof(uint64_t) != sizeof(uint64_t *).markj2015-07-211-6/+18
* Fix some libxo format string errors in the pfkey stats code.markj2015-07-201-2/+2
* New AES modes for IPSec, user space components.gnn2015-07-031-0/+3
* Add META_MODE support.sjg2015-06-131-0/+24
|\
| * dirdeps.mk now sets DEP_RELDIRsjg2015-06-081-2/+0
| * Merge sync of headsjg2015-05-2720-1862/+2504
| |\ | |/ |/|
| * Merge from head@274682sjg2014-11-191-8/+8
| |\
| * \ Merge head from 7/28sjg2014-08-195-261/+546
| |\ \
| * | | Updated dependenciessjg2014-05-161-1/+0
| * | | Updated dependenciessjg2014-05-101-1/+2
| * | | Merge from headsjg2014-05-083-13/+16
| |\ \ \
| * \ \ \ Merge headsjg2014-04-2814-1624/+874
| |\ \ \ \
| * \ \ \ \ Merge from headsjg2013-09-0510-324/+256
| |\ \ \ \ \
| * \ \ \ \ \ sync from headsjg2013-04-128-165/+216
| |\ \ \ \ \ \
| * | | | | | | Updated dependenciessjg2013-03-111-0/+1
| * | | | | | | Updated dependenciessjg2013-02-161-2/+0
| * | | | | | | Sync with HEAD.obrien2013-02-082-1/+7
| |\ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| *---. \ \ \ \ \ \ \ Sync from headsjg2012-11-046-12/+62
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-221-0/+25
| | |_|/ / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Properly align the header and the data columns for netstat -r with andloos2015-05-181-2/+2
* | | | | | | | | | | Adjust the string format to match the actual number of arguments.loos2015-05-171-1/+1
* | | | | | | | | | | Printing interface names:glebius2015-05-061-3/+13
* | | | | | | | | | | Like it was already done for 'netstat -i', drop the kvm(3) supportglebius2015-04-072-394/+14
OpenPOWER on IntegriCloud