summaryrefslogtreecommitdiff
path: root/usr.bin/netstat
AgeCommit message (Expand)Author
2022-12-28if not given an interface to monitor by default, pick the onemrg
2022-12-21Add note about "netstat -mssv".msaitoh
2022-12-12Use warn() instead of warnx() and simplify.msaitoh
2022-11-19netstat/if.c: Fix error message with "-w" option.taca
2022-11-19netstat/bpf.c: Don't print garbage for stale pidyamt
2022-10-28Adjust userland commands for struct inpcb separationozaki-r
2022-10-28Adjust userland commands for struct inpcb integrationozaki-r
2022-10-24Make ifq_drops in struct ifqueue and struct ifaltq 64 bit.msaitoh
2022-09-21s/u_quad_t/uint64_t/. No functional change.msaitoh
2022-09-12Print oqdrops correctly in continuous display mode using with kvm.msaitoh
2022-09-11Fix printing current output drop packet count in continuous display mode.msaitoh
2022-09-05G.C. No functional change.msaitoh
2022-09-05Print oqdrops correctly.msaitoh
2022-09-05Get if_data correctly when kvm is used.msaitoh
2022-09-02KNF. No functional change.msaitoh
2022-09-01KNF. No functional change.msaitoh
2022-08-18Use NULL instead of 0.msaitoh
2022-01-07mention ifmcstat(8) in SEE ALSO.bad
2021-10-30netstat(1): convert malloc(x * y) and realloc(x * y) to reallocarrnia
2021-09-10usr.bin: remove unnecessary lint comment CONSTCONDrillig
2021-03-10Remove Network ATM soft intr queue reporting, we don't have that in thesimonb
2021-03-02Don't show any of the completely and utterly undocumented VTW info ifsimonb
2020-08-28netstat: strengthen against kernel changesozaki-r
2020-08-28netstat: support new packet countersozaki-r
2020-08-06add missing {IP,IP6}_STAT_NOIPSEC to netstat.knakahara
2020-07-21netstat.1: add various xrefs present in the body to "See Also"gutteridge
2020-05-27Update sysctl key in netstat(1)yamaguchi
2020-04-23Avoid common symbol definitions.joerg
2020-04-23sockb is only used locally, so move it into the functionjoerg
2020-04-23Avoid global scope for variables only used locallyjoerg
2020-04-03remove unusedchristos
2020-04-03Make route and netstat share the same struct progops (and initializationmartin
2020-02-02Update for per-cpu interface statistics.thorpej
2019-10-13introduce some common variables for use in GCC warning disables:mrg
2019-10-06sprintf() -> snprintf(), and adjust a buffer size to avoid anymrg
2019-08-18netstat: Add indirection of symbols to remove clash with sanitizerskamil
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