Source-Changes archive

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

CVS commit: syssrc/sys/kern



Module Name:    syssrc
Committed By:   jdolecek
Date:           Wed Dec 11 19:14:36 UTC 2002

Modified Files:
        basesrc/lib/libc/gen: sysctl.3
        basesrc/sbin/sysctl: sysctl.8
        syssrc/sys/kern: kern_sysctl.c
        syssrc/sys/sys: sysctl.h

Log Message:
Add kern.forkfsleep sysctl - set/get time (in miliseconds) for which
process would be forced to sleep in fork() if it hits either global
or user maxproc limit. Default is zero (no forced sleep).
Maximum is 20 seconds.


To generate a diff of this commit:
cvs rdiff -r1.102 -r1.103 basesrc/lib/libc/gen/sysctl.3
cvs rdiff -r1.83 -r1.84 basesrc/sbin/sysctl/sysctl.8
cvs rdiff -r1.119 -r1.120 syssrc/sys/kern/kern_sysctl.c
cvs rdiff -r1.84 -r1.85 syssrc/sys/sys/sysctl.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