Age | Commit message (Expand) | Author |
2012-12-05 | Remove excessive sys/cdefs.h inclusion | Theo de Raadt |
2012-12-04 | remove some unnecessary sys/mbuf.h inclusions | Theo de Raadt |
2012-08-26 | oops, i added a stray character. spotted by jmc | Ted Unangst |
2012-08-22 | remove unneccessary .Pp; | Jason McIntyre |
2012-08-22 | i missed usage and the manpage. prod by jmc | Ted Unangst |
2012-08-22 | -h flag to print human numbers in conjunction with -w -b | Ted Unangst |
2012-07-13 | Label node allocation failures as such in netstat -W output. | Stefan Sperling |
2012-03-17 | remove IP_JUMBO, SO_JUMBO, and RTF_JUMBO. | David Gwynne |
2011-11-01 | Do some cleanup and improve the manpage. From Andreas Bartelt; ok henning, jmc | Mike Belopuhov |
2011-11-01 | Fixup previous: don't forget to actually get the current rtable; | Mike Belopuhov |
2011-11-01 | List sockets existing only in the specified or current routing domain. | 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-07-09 | rmove rotten netatalk bits | Henning Brauer |
2011-07-05 | Add so_idletv to netstat -vP pcb-address output. | Alexander Bluhm |
2011-04-06 | Avoid using NULL in non-pointer contexts: use 0 for integer values and '\0' | Miod Vallat |
2011-03-18 | print icps_bmcastecho as "XX echo requests to broadcast/multicast rejected". | Stuart Henderson |
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 |
2011-03-04 | kill is_rx_elem_unknown. | Federico G. Schwindt |
2011-03-02 | Add the socket splicing fields of struct socket to netstat -vP | Alexander Bluhm |
2011-01-09 | have netstat -w default to the first egress interface, which is usually more | Ted Unangst |
2010-12-21 | ip6s_exthdrtoolong is always zero so remove it here which is the last user. | Claudio Jeker |
2010-10-30 | Print socket structure internals when netstat -P pcbaddr is called | Alexander Bluhm |
2010-10-21 | There is neither TCP6 nor struct tcp6cb in our kernel. So remove | Alexander Bluhm |
2010-10-11 | Do similar changes to netstat as done to route(8). Try to show the | Claudio Jeker |
2010-07-31 | adds a remark about how printing routing labels to -r, it is the | Igor Sobrado |
2010-07-30 | Do not print "Label" caption for "netstat -rvA". | Alexander Bluhm |
2010-07-29 | Print a column with the routing label if "netstat -vr" or "route | Alexander Bluhm |
2010-07-14 | pass the correct af if not specified. | David Hill |
2010-07-08 | Remove references to kvm. | lum |
2010-06-30 | Make deprecated command line argument for extracting | lum |
2010-06-29 | Allow selecting both address family and protocol by passing the address family | Bret Lambert |
2010-05-23 | remove unused function | Charles Longeau |
2010-05-19 | remove unused variables | Charles Longeau |
2010-04-28 | Rename nfiles so as not to collide with sys/file.h, | Jonathan Gray |
2010-03-23 | Sync with show.c of route(8). OK michele@ | Claudio Jeker |
2010-01-14 | Similar fix for default route printing as done in netstat. Make sure mask | Claudio Jeker |
2010-01-11 | "default" routes need a mask of 0 too. | David Gwynne |
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-11-05 | IPv6 support for divert sockets. | Michele Marchetto |
2009-10-04 | Add (again) support for divert sockets. They allow you to: | Michele Marchetto |
2009-08-07 | if buffers overlap; result will be undefined. ok claudio@, michele@ | Martynas Venckus |
2009-08-05 | missing break | Theo de Raadt |
2009-08-04 | fix some warnings. there are others, but nobody wants to look at them. | Ted Unangst |
2009-07-17 | revert 1.38: naddy looked closer at the output and some of the sections don't... | Ted Unangst |
2009-07-16 | make the inet6 output a little more like everything else. | Ted Unangst |
2009-07-13 | Token bucket filter has been killed. | Michele Marchetto |