index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
netstat
Age
Commit message (
Expand
)
Author
2022-12-28
if not given an interface to monitor by default, pick the one
mrg
2022-12-21
Add note about "netstat -mssv".
msaitoh
2022-12-12
Use warn() instead of warnx() and simplify.
msaitoh
2022-11-19
netstat/if.c: Fix error message with "-w" option.
taca
2022-11-19
netstat/bpf.c: Don't print garbage for stale pid
yamt
2022-10-28
Adjust userland commands for struct inpcb separation
ozaki-r
2022-10-28
Adjust userland commands for struct inpcb integration
ozaki-r
2022-10-24
Make ifq_drops in struct ifqueue and struct ifaltq 64 bit.
msaitoh
2022-09-21
s/u_quad_t/uint64_t/. No functional change.
msaitoh
2022-09-12
Print oqdrops correctly in continuous display mode using with kvm.
msaitoh
2022-09-11
Fix printing current output drop packet count in continuous display mode.
msaitoh
2022-09-05
G.C. No functional change.
msaitoh
2022-09-05
Print oqdrops correctly.
msaitoh
2022-09-05
Get if_data correctly when kvm is used.
msaitoh
2022-09-02
KNF. No functional change.
msaitoh
2022-09-01
KNF. No functional change.
msaitoh
2022-08-18
Use NULL instead of 0.
msaitoh
2022-01-07
mention ifmcstat(8) in SEE ALSO.
bad
2021-10-30
netstat(1): convert malloc(x * y) and realloc(x * y) to reallocarr
nia
2021-09-10
usr.bin: remove unnecessary lint comment CONSTCOND
rillig
2021-03-10
Remove Network ATM soft intr queue reporting, we don't have that in the
simonb
2021-03-02
Don't show any of the completely and utterly undocumented VTW info if
simonb
2020-08-28
netstat: strengthen against kernel changes
ozaki-r
2020-08-28
netstat: support new packet counters
ozaki-r
2020-08-06
add missing {IP,IP6}_STAT_NOIPSEC to netstat.
knakahara
2020-07-21
netstat.1: add various xrefs present in the body to "See Also"
gutteridge
2020-05-27
Update sysctl key in netstat(1)
yamaguchi
2020-04-23
Avoid common symbol definitions.
joerg
2020-04-23
sockb is only used locally, so move it into the function
joerg
2020-04-23
Avoid global scope for variables only used locally
joerg
2020-04-03
remove unused
christos
2020-04-03
Make route and netstat share the same struct progops (and initialization
martin
2020-02-02
Update for per-cpu interface statistics.
thorpej
2019-10-13
introduce some common variables for use in GCC warning disables:
mrg
2019-10-06
sprintf() -> snprintf(), and adjust a buffer size to avoid any
mrg
2019-08-18
netstat: Add indirection of symbols to remove clash with sanitizers
kamil
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
[next]