tangled
alpha
login
or
join now
jcs.org
/
openbsd-src
0
fork
atom
jcs's openbsd hax
openbsd
0
fork
atom
overview
issues
pulls
pipelines
openbsd-src
/
usr.bin
/
netstat
/
at
rk3128
14 files
Makefile
Switch the printing of open sockets from ugly KVM internals to use kvm_getfiles. This allows to run netstat without any extra privileges and removes another setgid program from base.. There is still kvm reader code in there which is used for debugging purposes (crashdump). netstat should still behave mostly the same. deraadt@ and sthen@ agree that it is time to get this puppy in.
11 years ago
if.c
Delete obsolete /* ARGSUSED */ lint comments.
3 years ago
inet.c
revert "use pf_states to link mbufs/inpcbs and forwarded connections together"
2 months ago
inet6.c
Remove specific divert6 netstat counters, use divert instead.
9 months ago
main.c
Remove specific divert6 netstat counters, use divert instead.
9 months ago
mbuf.c
Protect mbuf statistics counter with splnet.
9 months ago
mroute.c
Harmonize netstat(1) ip4 and ip6 multicast counter output.
10 months ago
mroute6.c
Harmonize netstat(1) ip4 and ip6 multicast counter output.
10 months ago
net80211.c
sys/select.h is not needed, if howmany/NBBY are needed they will arrive via netinet/in.h and sys/time.h, which I must say surprises me a bit
4 years ago
netstat.1
minor text shuffle, for clarity; ok millert
3 years ago
netstat.h
Remove specific divert6 netstat counters, use divert instead.
9 months ago
route.c
When copying, use the size of the buffer not size of a pointer. In this case the buffer was a uintptr_t, so no functional change.
6 months ago
show.c
ndp, route, netstat: adjust ipv6 address width
3 years ago
unix.c
Use <fcntl.h> instead of <sys/file.h> for open() and friends. Delete a bunch of unnecessary #includes and sort to match style(9) while doing the above cleanup.
8 years ago