CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/02/11 12:51:06
Modified files:
share/man/man9 : file.9
sys/sys : filedesc.h
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
Log message:
Add a flags argument to falloc() that lets it optionally set the
close-on-exec flag on the newly allocated fd. Make falloc()'s
return arguments non-optional: assert that they're not NULL.
ok mpi@ millert@
