Age | Commit message (Expand) | Author |
2021-12-05 | sys/select.h is not needed, if howmany/NBBY are needed they will arrive | Theo de Raadt |
2021-11-29 | local copy of roundup() means no more sys/param.h | Theo de Raadt |
2021-11-21 | Add the new `ipsec_exctdb' ipsec(4) counter to count and expose to the | Vitaliy Makkoveev |
2021-03-17 | Netstat wants to access kernel internal structures for the kvm walker of | Claudio Jeker |
2021-01-26 | satisfy -fno-common, by (1) copying all the variable decls from | Theo de Raadt |
2021-01-26 | sockb variable is unused (and even worse, was common unused) | Theo de Raadt |
2021-01-24 | Add missing __KAME__ markers. | Florian Obser |
2021-01-17 | Replace SB_KNOTE and sb_flagsintr with direct checking of klist. | Visa Hankala |
2021-01-16 | Unle recover the scope_id from a possible embedded scope if the scope_id | Claudio Jeker |
2021-01-02 | Add missing .Cm macros to the Address Family table. | Ingo Schwarze |
2021-01-02 | Markup route flags such that apropos(1) finds them | kn |
2020-12-29 | getifaddrs() can return entries where ifa_addr is NULL. Check for this | Sebastian Benoit |
2020-12-23 | Print specific headline for TCP state and IP protocol in netstat. | Alexander Bluhm |
2020-09-15 | "Route show" and "netstat -r" provide formatting for routing tables with | pamela |
2020-07-18 | oops - the description of -i had a similarly incorrect text as -I concerning | Jason McIntyre |
2020-07-18 | the text describing the effect of -f on -I is apparently wrong - no such code | Jason McIntyre |
2020-06-16 | rework SYNOPSIS/usage() to show better the various use formats, | Jason McIntyre |
2020-06-12 | Remove superflous space I added with my last commit. | remi |
2020-06-12 | update usage() with -R. | remi |
2020-06-12 | Add -R to show a summary of rdomains with associated interfaces and tables. | remi |
2020-01-15 | Print the correct field, sb_timeo has been replaced by sb_timeo_nsecs. | Martin Pieuchot |
2019-12-08 | Make sure packet destination address matches interface address, | Alexandr Nedvedicky |
2019-09-02 | The output of netstat -g was mangled. Fix header line and print | Alexander Bluhm |
2019-07-16 | Prevent integer overflow in kernel and userland when checking mbuf | Alexander Bluhm |
2019-07-12 | Count the number of TCP SACK options that were dropped due to the | Alexander Bluhm |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2019-06-13 | Do memory size calculations as unsigned long. Otherwise | Alexander Bluhm |
2019-05-10 | Delete superfluous #includes of <ifaddrs.h>, <net/if_dl.h>, and <net/if_enc.h> | Philip Guenther |
2019-04-28 | Fix reading route entries via kvm(3). | Martin Pieuchot |
2019-04-20 | The rip6 checksum errors are accounted per socket. So the no socket | Alexander Bluhm |
2019-04-17 | signpost the location of the text explaining routing table output a little be... | Jason McIntyre |
2019-04-17 | remove some unneccessary baggage: Nm does not require an argument, | Jason McIntyre |
2019-03-05 | add -e to usage; while here, change the argument name to -T from tableid | Jason McIntyre |
2019-03-04 | when showing interface stats, combine the queue drops with errors as fails | David Gwynne |
2018-12-18 | With option -l, show only UDP sockets that can receive packets from | Sebastian Benoit |
2018-11-19 | Utilize sigio with sockets. | Visa Hankala |
2018-08-31 | Dont print "default" for "0.0.0.0" if it is a host route. | YASUOKA Masahiko |
2018-08-13 | Print global IPsec counters. | Martin Pieuchot |
2018-07-13 | Use "rtable" not "tableid" as argument name for rtable | kn |
2018-06-04 | Zap unused mifi_t. | kn |
2018-06-04 | Zap unused sockaddr. | kn |
2018-04-26 | Use <fcntl.h> instead of <sys/file.h> for open() and friends. | Philip Guenther |
2018-04-26 | AF_LOCAL is #define-non-grata; 'local' is 'unix' | Philip Guenther |
2018-01-05 | No need for <sys/socketvar.h> | Martin Pieuchot |
2017-11-07 | Convert all the fields of {ah,esp,ipcomp}stat to uint64. | Visa Hankala |
2017-10-28 | Bring "netstat -m" output up to speed with the kernel | Mike Belopuhov |
2017-10-25 | Remove the TCP_FACK option and associated #if{,n}def code. | job |
2017-08-12 | add option -l to show only listening sockets (for tcp) | Sebastian Benoit |
2017-07-27 | uint32_t is never < 0; pointed out by clang. | Florian Obser |
2017-05-16 | When printing a tcpcb with -P and -v, also show the inp in netstat | Alexander Bluhm |