cvs commit: src/sys/kern kern_fork.c
John Baldwin
jhb at FreeBSD.org
Thu Apr 17 15:25:00 PDT 2003
jhb 2003/04/17 15:24:59 PDT
FreeBSD src repository
Modified files:
sys/kern kern_fork.c
Log:
- Push Giant down into the fork1() function a small bit.
- Set p_acflag earlier while already hold the proc lock in fork1().
- Mark the realitexpire() callout MPSAFE for new processes. It was already
marked safe for proc0 a long while ago.
Revision Changes Path
1.192 +10 -11 src/sys/kern/kern_fork.c
More information about the cvs-src
mailing list