Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys
Module Name: src
Committed By: pooka
Date: Tue Nov 18 13:01:41 UTC 2008
Modified Files:
src/sys/conf: files
src/sys/kern: kern_descrip.c
Added Files:
src/sys/kern: subr_exec_fd.c
Log Message:
Move fd_closeexec() and fd_checkstd() from kern_descrip to their
own file, subr_exec_fd.c (they're used only by exec).
After this change, the kernel source modules are in a partitioned
enough state to allow building a system without vfs at all.
To generate a diff of this commit:
cvs rdiff -r1.927 -r1.928 src/sys/conf/files
cvs rdiff -r1.183 -r1.184 src/sys/kern/kern_descrip.c
cvs rdiff -r0 -r1.1 src/sys/kern/subr_exec_fd.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