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
/
bpf.c
Age
Commit message (
Expand
)
Author
2022-11-19
netstat/bpf.c: Don't print garbage for stale pid
yamt
2022-09-01
KNF. No functional change.
msaitoh
2020-08-28
netstat: strengthen against kernel changes
ozaki-r
2019-08-18
netstat: Add indirection of symbols to remove clash with sanitizers
kamil
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
2012-12-14
Fix memory leak.
msaitoh
2010-12-13
Add netstat rump client. For now, it always sets -X, i.e. will
pooka
2009-04-12
Fix many WARNS=4 issues (-Wshadow -Wcast-qual -Wsign-compare).
lukem
2008-04-28
Remove clause 3 and 4 from TNF licenses
martin
2008-04-24
Note which things are not available by KVM, and print a nice message
thorpej
2006-09-22
PR/31347: Geoff C. Wing: netstat err message is ambiguous about cause
elad
2005-11-21
Convert 3 printf() calls into one puts().
rpaulo
2005-09-02
Place the sysctl code under an if block and print an error message if the
rpaulo
2005-09-02
Request process information using sysctl(3) and not kvm(3) since bpf(4)
rpaulo
2005-08-05
Fix printing formats.
elad
2005-08-04
Implemented the userland part of the BPF statistics and BPF peers,
rpaulo