Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 01/06/1998 21:20:02
thorpej
Tue Jan 6 13:15:42 PST 1998
Update of /cvsroot/src/sys/kern
In directory netbsd1:/var/slash-tmp/cvs-serv6890
Modified Files:
kern_fork.c
Log Message:
Allow retval to be NULL, filling it in only if it was passed.
thorpej
Tue Jan 6 13:18:01 PST 1998
Update of /cvsroot/src/sys/kern
In directory netbsd1:/var/slash-tmp/cvs-serv7107
Modified Files:
init_main.c
Log Message:
Clean up the forking of init and the pagedaemon slightly: call fork1()
directly (which provides a pointer to the new process).