CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/05/09 08:59:30
Modified files:
sys/kern : kern_sysctl.c
sys/net : pf_ioctl.c
sys/sys : sysctl.h
Log message:
Add a sysctl accessor to struct pf_status. The pf_status only holds the
current status and statistics and can be exported without super-user
rights via sysctl to make it easier for tools like systat to access those.
OK deraadt@, sashan@
