Source-Changes archive

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

CVS commit: syssrc/sys



Module Name:    syssrc
Committed By:   pooka
Date:           Tue Aug  6 13:58:10 UTC 2002

Modified Files:
        syssrc/sys/kern: kern_fork.c
        syssrc/sys/sys: proc.h

Log Message:
Add FORK_CLEANFILES flag to fork1(), which makes the new process start out
with a clean descriptor set (ie. not copied or shared from parent).

for rfork()


To generate a diff of this commit:
cvs rdiff -r1.90 -r1.91 syssrc/sys/kern/kern_fork.c
cvs rdiff -r1.142 -r1.143 syssrc/sys/sys/proc.h

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