.. |
Makefile
|
Added bpf.c.
|
2005-08-04 19:40:00 +00:00 |
atalk.c
|
Added #include <kvm.h> since netstat.h, which is included too, needs it.
|
2005-08-04 19:41:28 +00:00 |
bpf.c
|
Place the sysctl code under an if block and print an error message if the
|
2005-09-02 22:52:24 +00:00 |
fast_ipsec.c
|
Added #include <kvm.h> since netstat.h, which is included too, needs it.
|
2005-08-04 19:41:28 +00:00 |
if.c
|
Added #include <kvm.h> since netstat.h, which is included too, needs it.
|
2005-08-04 19:41:28 +00:00 |
inet.c
|
Use PRIxPTR when printing a pointer.
|
2005-08-12 14:08:16 +00:00 |
inet6.c
|
Use net.inet6.{ip6,udp6,pim6,raw6}.stats for live systems.
|
2005-08-28 21:06:57 +00:00 |
ipsec.c
|
Added #include <kvm.h> since netstat.h, which is included too, needs it.
|
2005-08-04 19:41:28 +00:00 |
iso.c
|
Added #include <kvm.h> since netstat.h, which is included too, needs it.
|
2005-08-04 19:41:28 +00:00 |
main.c
|
make bpf stats #ifndef SMALL,
|
2005-09-14 15:35:26 +00:00 |
mbuf.c
|
Added #include <kvm.h> since netstat.h, which is included too, needs it.
|
2005-08-04 19:41:28 +00:00 |
mroute.c
|
Added #include <kvm.h> since netstat.h, which is included too, needs it.
|
2005-08-04 19:41:28 +00:00 |
mroute6.c
|
Added #include <kvm.h> since netstat.h, which is included too, needs it.
|
2005-08-04 19:41:28 +00:00 |
netstat.1
|
Punctuation fix. From YOMURA Masanori in private mail.
|
2005-09-11 23:20:12 +00:00 |
netstat.h
|
Request process information using sysctl(3) and not kvm(3) since bpf(4)
|
2005-09-02 22:23:13 +00:00 |
ns.c
|
Added #include <kvm.h> since netstat.h, which is included too, needs it.
|
2005-08-04 19:41:28 +00:00 |
route.c
|
Added #include <kvm.h> since netstat.h, which is included too, needs it.
|
2005-08-04 19:41:28 +00:00 |
unix.c
|
Use sysctl to fetch AF_LOCAL PCB lists if reading live kernel.
|
2005-09-04 18:59:57 +00:00 |