CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2012/05/24 22:39:41
Modified files:
sys/compat/linux: linux_sched.c
sys/kern : kern_sysctl.c
Log message:
Change the KERN_FILE_BYPID and KERN_FILE_BYUID modes of the KERN_FILE2
sysctl() to be per-process instead of per-thread. This means the
filedesc table has to really be per-process instead of per-thread,
so make it an error for the linux clone() emulation to try to do
otherwise. This removes pointless duplication in fstat's output.
requested by jsing@ and deraadt@, ok matthew@ deraadt@