summaryrefslogtreecommitdiff
path: root/usr.bin/netstat
AgeCommit message (Expand)Author
2019-08-19Pull up following revision(s) (requested by kamil in ticket #94):martin
2019-06-25Limit maximum owner name to appease gccmartin
2019-05-13Show the number of packets dropped by pfilozaki-r
2018-07-11 Print iqdrops, too. This change also fixes a bug that Odrops printsmsaitoh
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 backwardmsaitoh
2018-05-03Remove now unused tcpip.h includes. Some were already unused before.maxv
2017-12-19Add names of a few more ICMPv6 messages, from RFC6275 (Mobile IPv6)kre
2017-10-10use librumpreschristos
2017-06-29Tweak outputs of netstat -s for IPsecozaki-r
2017-04-13Redo the statistics through an indirection array and put the definitionschristos
2017-02-23Remove mkludge stuffsozaki-r
2017-01-22re-do the previous to avoid malloc/free on the same size every iteration.mrg
2017-01-22sprinkle freechristos
2017-01-13use _KMEMUSER for <sys/file.h>christos
2017-01-11Fix showing multicast addresses of !IFF_UP interfacesozaki-r
2016-12-23for 64 bit mips platforms where we built userland largely as n32 bymrg
2016-12-23in getpcblist_sysctl() if sysctlnametomib() fails, return NULL andmrg
2016-12-17Print previously missing fields from a TCP6 PCB.mlelstv
2016-11-24Fix "sidewaysintpr", the thing that prints interface statistics in adholland
2016-07-14more XXX removal.christos
2016-07-14XXX: removalchristos
2016-07-14remove soft interrupt queues that don't exist anymore.christos
2016-07-14remove __Pchristos
2016-07-14dedupchristos
2016-07-14use sysctl to print multicast addresseschristos
2016-07-13fix sysctl based interface printing, and annotate where we should add thechristos
2016-07-13Use sysctl for interface printing (-i), leave on for multicast address printingchristos
2016-05-12Remove duplicate routing flag listozaki-r
2016-04-04Separate nexthop caches from the routing tableozaki-r
2016-02-29PR/50872: David Binderman: Use logical and instead of arithmeticchristos
2016-02-29PR/50873: David Binderman: use logical or instead of arithmeticchristos
2015-09-20query the window size and use it instead of assuming 24 lines.mrg
2015-07-28revert previous, will fix differently.christos
2015-07-28fix build (stdbool lossage)christos
2015-06-16fix some error handling.christos
2015-06-06Format-string related warnings work fine now with both GCC 4.8 andjoerg
2015-06-06Drop assignment from uninitialized and otherwise unused variable.joerg
2015-05-25Make sure netstat builds with -DSMALLmanu
2015-05-15Fix rump.{netstat,route} shows host's interface names in link local addressesozaki-r
2015-03-23Add RTF_BROADCAST to mark routes used for the broadcast address whenroy
2015-02-26Document RTF_LOCALroy
2015-02-08Allocate the right size for pcb blocks.christos
2015-02-07print the timer flags.christos
2015-01-07adjust to the netname4 prototype.christos
2014-11-12PR/47704: Takahiro HAYASHI: Fix -L flagchristos
2014-11-07fix A,v,T with route display.christos
2014-11-06use the common code from route.cchristos
2014-10-11Give flag argument in description. Add two articles.wiz
2014-10-11- Explicitly describe that kvm(3) is used when -M/-N option is used sinceenami