Date: Tue, 28 Jan 2003 12:43:50 -0800 From: samy@kerneled.com To: freebsd-hackers@freebsd.org Subject: rfork behaviour Message-ID: <1043786630.3e36eb862a3a8@www.kerneled.com>
next in thread | raw e-mail | index | archive | help
The rfork() man page states that RFPROC should be set as the current implementation 'requires' this flag to always be set. Well from usage and kern_fork.c (/usr/src/sys/kern/kern_fork.c) and vm_glue.c (/usr/src/sys/vm/vm_glue.c) it seems that the current implementation does not 'require' this at all and it behaves as it should behave. Should I just forward a patch of some sort? or is there another reason for leaving that note in there... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1043786630.3e36eb862a3a8>