Age | Commit message (Expand) | Author |
2023-01-04 | minor text shuffle, for clarity; ok millert | Jason McIntyre |
2022-12-23 | remove "-p protocol" from the -r synopsis: it no longer makes sense | Jason McIntyre |
2022-12-22 | move the flag mappings displayed by "route show" from netstat(1) to route(8): | Jason McIntyre |
2022-09-08 | Remove useless -t | Klemens Nanni |
2022-06-19 | There is no reason to print the RTF_DONE bit in the routing table output. | Claudio Jeker |
2022-03-31 | man pages: add missing commas between subordinate and main clauses | Christian Weisgerber |
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-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 | Add -R to show a summary of rdomains with associated interfaces and tables. | remi |
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-04 | when showing interface stats, combine the queue drops with errors as fails | David Gwynne |
2018-07-13 | Use "rtable" not "tableid" as argument name for rtable | kn |
2018-04-26 | AF_LOCAL is #define-non-grata; 'local' is 'unix' | Philip Guenther |
2017-08-12 | add option -l to show only listening sockets (for tcp) | Sebastian Benoit |
2016-10-12 | Mention that netstat -P needs kmem access. | Jeremie Courreges-Anglas |
2016-09-01 | Document all letters used for route flags in "netstat -r". | Alexander Bluhm |
2016-07-13 | Introduce RTF_MULTICAST and flag corresponding IPv6 routes as such | Martin Pieuchot |
2015-09-11 | Remove XRESOLVE support. | Martin Pieuchot |
2015-02-12 | be more explicit about how -A and -P work, and fix a booboo in previous; | Jason McIntyre |
2015-02-12 | Switch the printing of open sockets from ugly KVM internals to use | Claudio Jeker |
2015-02-08 | -a for -I or -i is gone for good. So adjust manpage. | Claudio Jeker |
2015-02-06 | Remove route/netstat -f encap in favor of ipsecctl -s flow. | Reyk Floeter |
2014-10-23 | Remove networks(5) support. | Ingo Schwarze |
2014-05-10 | catch up with the inet(3) rename; this commit missed in previous | Jason McIntyre |
2014-05-08 | Introduce two new route flags: RTF_LOCAL and RTF_BROADCAST. | Martin Pieuchot |
2012-08-22 | remove unneccessary .Pp; | Jason McIntyre |
2012-08-22 | i missed usage and the manpage. prod by jmc | Ted Unangst |
2011-11-01 | Do some cleanup and improve the manpage. From Andreas Bartelt; ok henning, jmc | Mike Belopuhov |
2011-09-03 | make -column lists pretty again; | Jason McIntyre |
2011-08-19 | as with other list types, column lists generally do not need a Pp/-compact | Jason McIntyre |
2011-07-09 | remove more atalk bits | Theo de Raadt |
2011-03-15 | Add a -B flag to netstat which displays buffer sizes for TCP sockets. | Joel Sing |
2011-03-05 | remove a stray character (editing accident) i introduced a year ago; | Ingo Schwarze |
2010-10-30 | Print socket structure internals when netstat -P pcbaddr is called | Alexander Bluhm |
2010-07-31 | adds a remark about how printing routing labels to -r, it is the | Igor Sobrado |
2010-06-29 | Allow selecting both address family and protocol by passing the address family | Bret Lambert |
2010-01-03 | .Bl always requires .It, even in .Bl -column; | Ingo Schwarze |
2009-11-22 | don't repeat the banner if not a tty. | Ted Unangst |
2009-06-27 | Mark MPLS routes with T (tagged) in route output. | Michele Marchetto |
2009-06-04 | Add mpls and pflow to the list of supported address families, and sort | Michael Knudsen |
2009-01-26 | Again use P to mark multipath routes in route output. OK henning@ | Claudio Jeker |
2008-05-09 | some Xr for tcpbench(1) and tcpdrop(8); | Jason McIntyre |
2007-07-25 | Update synopsis. with help by jmc@ | Claudio Jeker |
2007-07-25 | Make it possible to show alternate routing tables in netstat. This mostly | Claudio Jeker |
2007-06-04 | remove IPX support, agreed by many | Henning Brauer |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |