| Age | Commit message (Expand) | Author |
| 2019-08-19 | Pull up following revision(s) (requested by kamil in ticket #94): | martin |
| 2019-06-25 | Limit maximum owner name to appease gcc | martin |
| 2019-05-13 | Show the number of packets dropped by pfil | ozaki-r |
| 2018-07-11 | Print iqdrops, too. This change also fixes a bug that Odrops prints | msaitoh |
| 2018-06-26 | Fix a bug that BPF_D_OUT isn't printed correctly. | msaitoh |
| 2018-06-26 | Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backward | msaitoh |
| 2018-05-03 | Remove now unused tcpip.h includes. Some were already unused before. | maxv |
| 2017-12-19 | Add names of a few more ICMPv6 messages, from RFC6275 (Mobile IPv6) | kre |
| 2017-10-10 | use librumpres | christos |
| 2017-06-29 | Tweak outputs of netstat -s for IPsec | ozaki-r |
| 2017-04-13 | Redo the statistics through an indirection array and put the definitions | christos |
| 2017-02-23 | Remove mkludge stuffs | ozaki-r |
| 2017-01-22 | re-do the previous to avoid malloc/free on the same size every iteration. | mrg |
| 2017-01-22 | sprinkle free | christos |
| 2017-01-13 | use _KMEMUSER for <sys/file.h> | christos |
| 2017-01-11 | Fix showing multicast addresses of !IFF_UP interfaces | ozaki-r |
| 2016-12-23 | for 64 bit mips platforms where we built userland largely as n32 by | mrg |
| 2016-12-23 | in getpcblist_sysctl() if sysctlnametomib() fails, return NULL and | mrg |
| 2016-12-17 | Print previously missing fields from a TCP6 PCB. | mlelstv |
| 2016-11-24 | Fix "sidewaysintpr", the thing that prints interface statistics in a | dholland |
| 2016-07-14 | more XXX removal. | christos |
| 2016-07-14 | XXX: removal | christos |
| 2016-07-14 | remove soft interrupt queues that don't exist anymore. | christos |
| 2016-07-14 | remove __P | christos |
| 2016-07-14 | dedup | christos |
| 2016-07-14 | use sysctl to print multicast addresses | christos |
| 2016-07-13 | fix sysctl based interface printing, and annotate where we should add the | christos |
| 2016-07-13 | Use sysctl for interface printing (-i), leave on for multicast address printing | christos |
| 2016-05-12 | Remove duplicate routing flag list | ozaki-r |
| 2016-04-04 | Separate nexthop caches from the routing table | ozaki-r |
| 2016-02-29 | PR/50872: David Binderman: Use logical and instead of arithmetic | christos |
| 2016-02-29 | PR/50873: David Binderman: use logical or instead of arithmetic | christos |
| 2015-09-20 | query the window size and use it instead of assuming 24 lines. | mrg |
| 2015-07-28 | revert previous, will fix differently. | christos |
| 2015-07-28 | fix build (stdbool lossage) | christos |
| 2015-06-16 | fix some error handling. | christos |
| 2015-06-06 | Format-string related warnings work fine now with both GCC 4.8 and | joerg |
| 2015-06-06 | Drop assignment from uninitialized and otherwise unused variable. | joerg |
| 2015-05-25 | Make sure netstat builds with -DSMALL | manu |
| 2015-05-15 | Fix rump.{netstat,route} shows host's interface names in link local addresses | ozaki-r |
| 2015-03-23 | Add RTF_BROADCAST to mark routes used for the broadcast address when | roy |
| 2015-02-26 | Document RTF_LOCAL | roy |
| 2015-02-08 | Allocate the right size for pcb blocks. | christos |
| 2015-02-07 | print the timer flags. | christos |
| 2015-01-07 | adjust to the netname4 prototype. | christos |
| 2014-11-12 | PR/47704: Takahiro HAYASHI: Fix -L flag | christos |
| 2014-11-07 | fix A,v,T with route display. | christos |
| 2014-11-06 | use the common code from route.c | christos |
| 2014-10-11 | Give flag argument in description. Add two articles. | wiz |
| 2014-10-11 | - Explicitly describe that kvm(3) is used when -M/-N option is used since | enami |