CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2014/11/19 11:04:54
Modified files:
sbin/sysctl : sysctl.c
lib/libc/gen : sysctl.3
usr.sbin/pstat : pstat.c
sys/sys : sysctl.h vnode.h
sys/kern : kern_sysctl.c vfs_subr.c
Log message:
delete the KERN_VNODE sysctl. it fails to provide any isolation from the
kernel struct vnode defintion, and the only consumer (pstat) still needs
kvm to read much of the required information. no great loss to always use
kvm until there's a better replacement interface.
ok deraadt millert uebayasi