Age | Commit message (Expand) | Author |
2016-10-28 | there's a new mbuf cluster pool. | David Gwynne |
2016-10-12 | Mention that netstat -P needs kmem access. | Jeremie Courreges-Anglas |
2016-09-15 | dont #define _KERNEL around some #includes | David Gwynne |
2016-09-03 | Add userland parts for BFD. Can't work if you don't have it enabled in | Peter Hessler |
2016-09-02 | Drop non-encapulated ESP packets using a UDP-encapsulating TDB, and add | Vincent Gross |
2016-09-01 | Document all letters used for route flags in "netstat -r". | Alexander Bluhm |
2016-09-01 | Display all route flags in "route get", "route show" and "netstat -r" | Alexander Bluhm |
2016-08-27 | Pull in <sys/select.h> for howmany() and NBBY, used by various net*/*.h | Philip Guenther |
2016-08-27 | Pull in <sys/time.h> for struct timespec and timeval | Philip Guenther |
2016-08-13 | %lld -> %llu for u_int64_t struct fields. | Kenneth R Westerback |
2016-08-13 | As the relevant struct's (e.g. tcpstat) use [u_]int64_t types, the | Kenneth R Westerback |
2016-07-20 | To tune the TCP SYN cache we need more information. Print the | Alexander Bluhm |
2016-07-13 | Introduce RTF_MULTICAST and flag corresponding IPv6 routes as such | Martin Pieuchot |
2016-06-05 | In netstat, display correct counter for 'no basic MCS set' error. | Stefan Sperling |
2016-04-28 | Display block ack window slide counter. | Stefan Sperling |
2016-04-27 | Make netstat -W show new 802.11n counters. Requires a new kernel. | Stefan Sperling |
2016-04-26 | Print tcps_noport with netstat -s like it is already done for udp. | Alexander Bluhm |
2016-04-04 | Add sys/queue.h where it's needed. Unbreak userland following recent | Stuart Henderson |
2016-03-28 | Drop if-zeroed gethostbyname2.h header, remnant from KAME times | Jeremie Courreges-Anglas |
2016-03-21 | Add a tcps_sc_seedrandom counter in TCP SYN cache and netstat -s. | Alexander Bluhm |
2016-01-01 | The "-P" option does not need to read routing table symbols so do not | Martin Pieuchot |
2015-12-03 | Print the interface index, we no longer have a pointer to the interface. | Martin Pieuchot |
2015-10-23 | further simplify argv | Ted Unangst |
2015-10-23 | simplify backcompat. no more support for kernel or kmem on argv | Ted Unangst |
2015-10-05 | Handle ifi_oqdrops in netstat(8). | Masao Uebayashi |
2015-09-11 | Remove XRESOLVE support. | Martin Pieuchot |
2015-09-11 | Remove never called functions to dump per-ifp IPv6 statistics now that | Martin Pieuchot |
2015-09-04 | Fix mbuf memory accounting after recent *8 pool size change. | Martin Pieuchot |
2015-08-24 | Remove obsolete fields in struct unpcb. In the past they were used | Alexander Bluhm |
2015-08-20 | Do not cast result of malloc/calloc/realloc* if stdlib.h is in scope | Theo de Raadt |
2015-06-21 | There is no need to include sys/ucred.h. Only sys/file.h is needed for the | Claudio Jeker |
2015-04-27 | sync with rev 1.99 of sbin/route/show.c | Sebastian Benoit |
2015-04-22 | Expand SLIST macro of unix pcb members before printing the pointer. | Alexander Bluhm |
2015-04-16 | remove unfinished/unused support for socket-attached ipsec-policies | Markus Friedl |
2015-04-14 | IPsec auth and credentials are not stored in the kernel anymore; | Mike Belopuhov |
2015-02-13 | implicit declaration of function 'free'; add missing stdlib.h | David Coppa |
2015-02-12 | Free the buffers used for the sysctl. OK sthen@ | Claudio Jeker |
2015-02-12 | be more explicit about how -A and -P work, and fix a booboo in previous; | Jason McIntyre |
2015-02-12 | Initialize buffer pointers passed to get_sysctl to NULL; otherwise they point | Stuart Henderson |
2015-02-12 | Switch the printing of open sockets from ugly KVM internals to use | Claudio Jeker |
2015-02-09 | Get rid of another KVM reader and convert the multicast output to use | Claudio Jeker |
2015-02-08 | Count dropped SYN packets on the tcpstat. They are dropped due to the | YASUOKA Masahiko |
2015-02-08 | -a for -I or -i is gone for good. So adjust manpage. | Claudio Jeker |
2015-02-08 | The multicast address printing code has been disabled for 7 years. | Claudio Jeker |
2015-02-08 | Do extend CFLAGS instead of assigning it so that DEBUG=-g works | Claudio Jeker |
2015-02-06 | Remove route/netstat -f encap in favor of ipsecctl -s flow. | Reyk Floeter |
2015-01-20 | Adjust <sys/param.h> comments regarding use of use of MSIZE, or | Theo de Raadt |
2015-01-19 | First step of hiding many kernel-only parts of <netinet/ip_ipsp.h> | Theo de Raadt |
2015-01-17 | _KERNEL 1? no, just _KERNEL | Theo de Raadt |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |