freebsd-skq/usr.bin/netstat
Gleb Smirnoff c151f24d08 o Make net.inet6.ip6.mif6table return special API structure, that doesn't
contain kernel pointers, and instead has interface index.
  Bump __FreeBSD_version for that change.
o Now, netstat/mroute6.c no longer needs to kvm_read(3) struct ifnet, and
  no longer needs to include if_var.h

Note that this change is far from being a complete move of IPv6 multicast
routing to a proper API. Other structures are still dumped into their
sysctls as is, requiring userland application to #define _KERNEL when
including ip6_mroute.h and then call kvm_read(3) to gather all bits and
pieces. But fixing this is out of scope of the opaque ifnet project.

Sponsored by:	Nginx, Inc.
Sponsored by:	Netflix
2015-04-06 22:12:18 +00:00
..
bpf.c Stop including if_var.h from userland. 2015-04-06 09:42:23 +00:00
flowtable.c Convert netstat to use libxo. 2015-02-21 23:47:20 +00:00
if.c Stop including if_var.h from userland. 2015-04-06 09:42:23 +00:00
inet6.c Stop including if_var.h from userland. 2015-04-06 09:42:23 +00:00
inet.c Convert netstat to use libxo. 2015-02-21 23:47:20 +00:00
ipsec.c Convert netstat to use libxo. 2015-02-21 23:47:20 +00:00
main.c Convert netstat to use libxo. 2015-02-21 23:47:20 +00:00
Makefile Convert netstat to use libxo. 2015-02-21 23:47:20 +00:00
mbuf.c Convert netstat to use libxo. 2015-02-21 23:47:20 +00:00
mroute6.c o Make net.inet6.ip6.mif6table return special API structure, that doesn't 2015-04-06 22:12:18 +00:00
mroute.c Convert netstat to use libxo. 2015-02-21 23:47:20 +00:00
netgraph.c Convert netstat to use libxo. 2015-02-21 23:47:20 +00:00
netisr.c Convert netstat to use libxo. 2015-02-21 23:47:20 +00:00
netstat.1 o Make net.inet6.ip6.mif6table return special API structure, that doesn't 2015-04-06 22:12:18 +00:00
netstat.h Convert netstat to use libxo. 2015-02-21 23:47:20 +00:00
pfkey.c Convert netstat to use libxo. 2015-02-21 23:47:20 +00:00
route.c Convert netstat to use libxo. 2015-02-21 23:47:20 +00:00
sctp.c Convert netstat to use libxo. 2015-02-21 23:47:20 +00:00
unix.c Convert netstat to use libxo. 2015-02-21 23:47:20 +00:00