Module Name: src Committed By: pooka Date: Tue Feb 15 15:54:29 UTC 2011
Modified Files: src/sys/kern: kern_descrip.c kern_exec.c subr_exec_fd.c vfs_cwd.c src/sys/rump/librump/rumpkern: rump.c src/sys/sys: filedesc.h Log Message: Support FD_CLOEXEC in rump kernels. To generate a diff of this commit: cvs rdiff -u -r1.210 -r1.211 src/sys/kern/kern_descrip.c cvs rdiff -u -r1.305 -r1.306 src/sys/kern/kern_exec.c cvs rdiff -u -r1.4 -r1.5 src/sys/kern/subr_exec_fd.c cvs rdiff -u -r1.3 -r1.4 src/sys/kern/vfs_cwd.c cvs rdiff -u -r1.230 -r1.231 src/sys/rump/librump/rumpkern/rump.c cvs rdiff -u -r1.57 -r1.58 src/sys/sys/filedesc.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.