CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/02/10 20:03:09
Modified files:
sys/kern : kern_sysctl.c
lib/libkvm : kvm_file2.c kvm_getfiles.3
lib/libc/gen : sysctl.3
Log message:
sysctl({CTL_KERN, KERN_FILE, KERN_FILE_BYFILE}) previously required
the extra argument to be zero; instead, make it filter on the file
type (DTYPE_*) when non-zero to make claudio's netstat work easier.
ok claudio@
