Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/kern



Module Name:    src
Committed By:   christos
Date:           Fri Jul 15 14:50:20 UTC 2011

Modified Files:
        src/sys/kern: kern_descrip.c sys_pipe.c uipc_syscalls.c

Log Message:
fail with EINVAL if flags not are not O_CLOEXEC|O_NONBLOCK in pipe2(2) and
dup3(2)


To generate a diff of this commit:
cvs rdiff -u -r1.215 -r1.216 src/sys/kern/kern_descrip.c
cvs rdiff -u -r1.131 -r1.132 src/sys/kern/sys_pipe.c
cvs rdiff -u -r1.144 -r1.145 src/sys/kern/uipc_syscalls.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index