| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r303541, r303542, r303543, r303545, r303546, r303547, r304225, r304226, r... | araujo | 2016-10-21 | 1 | -2/+1 |
* | MFC r304292: | tuexen | 2016-08-20 | 1 | -4/+4 |
* | MFC r302904: | tuexen | 2016-07-24 | 2 | -90/+14 |
* | Use macro MAX() from sys/param.h. | araujo | 2016-04-22 | 1 | -1/+1 |
* | Use NULL instead of 0 for pointers. | araujo | 2016-04-18 | 3 | -7/+7 |
* | netstat: avoid returning uninitialized value in p_sockaddr(). | pfg | 2016-03-27 | 1 | -0/+1 |
* | Print running TCP connection counts with TCP statistics. | glebius | 2016-03-15 | 4 | -6/+54 |
* | DIRDEPS_BUILD: Regenerate without local dependencies. | bdrewery | 2016-02-24 | 1 | -10/+0 |
* | Increase max allowed backlog for listen sockets | alfred | 2016-02-02 | 3 | -9/+10 |
* | New sendfile(2) syscall. A joint effort of NGINX and Netflix from 2013 and | glebius | 2016-01-08 | 1 | -3/+23 |
* | Switch the IPsec related statistics to using the built in sysctl | gnn | 2015-12-17 | 2 | -14/+24 |
* | Add more text to explain --libxo flag. | rodrigc | 2015-12-01 | 1 | -1/+8 |
* | At the time a destination or a gateway of `netstat -r' | ume | 2015-12-01 | 1 | -6/+14 |
* | Update dependencies after r291406 added libelf to libkvm. | bdrewery | 2015-12-01 | 1 | -0/+1 |
* | Replace DPSRCS that work fine in SRCS. | bdrewery | 2015-11-25 | 1 | -2/+1 |
* | Fix udp entry of `netstat -TW'. | ume | 2015-11-25 | 1 | -0/+2 |
* | Correct alignment of the addresses in the `netstat -aW' output. | ume | 2015-11-24 | 1 | -12/+21 |
* | Add missing error check after xo_parse_args() in netstat(8). | ume | 2015-11-24 | 1 | -0/+2 |
* | Don't truncate an interface name when -W option is specified. | ume | 2015-11-20 | 1 | -1/+5 |
* | Avoid core dump when output style is html. | ume | 2015-11-20 | 1 | -10/+8 |
* | JSON doesn't permit a hexadecimal notation of an integer. | ume | 2015-11-17 | 1 | -1/+1 |
* | Do not truncate addresses when printing in encoded format. | ume | 2015-11-06 | 1 | -10/+11 |
* | - Fix alignment for padding link address. | ume | 2015-11-06 | 1 | -2/+2 |
* | Fix compiling netstat after r290367 by substituting sys/types.h for | ngie | 2015-11-06 | 1 | -1/+1 |
* | Give enough room for addresses when -W option is specified. | ume | 2015-11-05 | 1 | -11/+25 |
* | Fix alignment of `Drop' header. | ume | 2015-11-05 | 1 | -1/+1 |
* | Use returned network name from getnetbyaddr() correctly. | ume | 2015-11-05 | 1 | -6/+5 |
* | Revert previous workaround. This problem was fixed | ume | 2015-11-05 | 1 | -4/+0 |
* | Since sa->sa_len doesn't match sizeof(struct sockaddr_dl), | ume | 2015-11-04 | 1 | -0/+4 |
* | Fix alignment of AF_LINK address. | ume | 2015-11-04 | 1 | -2/+1 |
* | Simplify r290367 using asterisk for a field width | ume | 2015-11-04 | 1 | -8/+3 |
* | Unify AF_INET case and AF_INET6 case. | ume | 2015-11-04 | 1 | -15/+1 |
* | Change to not truncate an interface name when -W option | ume | 2015-11-04 | 1 | -11/+24 |
* | Mask an IPv6 network address. | ume | 2015-11-04 | 1 | -1/+8 |
* | Restore an interface name field to left align. | ume | 2015-11-04 | 1 | -2/+2 |
* | Update META_MODE dependencies. | bdrewery | 2015-09-17 | 1 | -0/+10 |
* | Use a common subroutine to fetch and zero protocol stats instead of | markj | 2015-09-11 | 10 | -242/+119 |
* | Remove prototypes for undefined functions from netstat.h. | markj | 2015-09-11 | 1 | -15/+0 |
* | Simplify kvm symbol resolution and error handling. The symbol table | hrs | 2015-09-02 | 8 | -241/+151 |
* | Divide statistics in the number of packets with 1000 instead of 1024 | hrs | 2015-09-02 | 1 | -21/+25 |
* | - Add -W flag support for network column in intpr() (-i flag) and | hrs | 2015-09-01 | 9 | -284/+226 |
* | Failure of dropping privilege should be fatal, so test and bail out | delphij | 2015-09-01 | 1 | -3/+6 |
* | Use the userland exported states and handle them completely. | tuexen | 2015-08-29 | 1 | -7/+16 |
* | add documentation for timers that silby added in r197244, almost 6 years | jmg | 2015-08-27 | 1 | -1/+7 |
* | Upgrade libxo to 0.4.5. | marcel | 2015-08-24 | 1 | -3/+1 |
* | Fix counter reads on platforms where sizeof(uint64_t) != sizeof(uint64_t *). | markj | 2015-07-21 | 1 | -6/+18 |
* | Fix some libxo format string errors in the pfkey stats code. | markj | 2015-07-20 | 1 | -2/+2 |
* | New AES modes for IPSec, user space components. | gnn | 2015-07-03 | 1 | -0/+3 |
* | Add META_MODE support. | sjg | 2015-06-13 | 1 | -0/+24 |
|\ |
|
| * | dirdeps.mk now sets DEP_RELDIR | sjg | 2015-06-08 | 1 | -2/+0 |