]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
part of a greater patch set..
authorJulian Elischer <julian@FreeBSD.org>
Sun, 14 Jul 2002 08:29:15 +0000 (08:29 +0000)
committerJulian Elischer <julian@FreeBSD.org>
Sun, 14 Jul 2002 08:29:15 +0000 (08:29 +0000)
commit66d593142d175efa5c50b0b6e801d6b4e2208676
treebf7989fe050e8f8cef78bc87c3607f333e4d7035
parent8fe085c7ec4b6b28400f24d65c70463f5767bd02
part of a greater patch set..
1/ don't need to set td_state to TDS_RUNNING in fork_return.
it's already set in choosethread().
2/ Set a child process state to "normal" as opposed to "new"
when we allow it to be put on the run queue.
Allows child to receive signals from the parent if the parent
runs first and tries to immediatly signal he child.

Submitted by:  (part 2) Thomas Moestl <tmoestl@gmx.net>
sys/kern/kern_fork.c