Date: Sun, 3 Mar 1996 11:48:48 -0800 (PST) From: John Dyson <dyson> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/kern kern_fork.c Message-ID: <199603031948.LAA09955@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
dyson 96/03/03 11:48:47 Modified: sys/kern kern_fork.c Log: Keep fork from over extending the number of processes. Since u_map is sized exactly for maxproc, the occasional overrunning the maxproc limit can cause problems. Revision Changes Path 1.18 +11 -2 src/sys/kern/kern_fork.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199603031948.LAA09955>