CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/06/05 03:29:05
Modified files:
sys/kern : exec_script.c kern_descrip.c kern_event.c
kern_exec.c sys_pipe.c tty_pty.c
uipc_syscalls.c vfs_syscalls.c
sys/sys : file.h filedesc.h
usr.sbin/pstat : pstat.8 pstat.c
Log message:
Revert introduction of fdinsert(), a sanitify check triggers when
closing a LARVAL file.
Found the hardway by sthen@.
