DragonFly commits List (threaded) for 2005-06
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
cvs commit: src/sys/i386/i386 trap.c
dillon 2005/06/25 12:04:37 PDT
DragonFly src repository
Modified files:
sys/i386/i386 trap.c
Log:
Fix a race between fork() and ^Z. If the ^Z is handled just as the forked
child is returning from the fork trampoline, the current process designation
is not released and the system stops scheduling userland processes. Also
fix an initial priority bug.
Reported-by: YONETANI Tomokazu <qhwt+dfly@xxxxxxxxxx>
Revision Changes Path
1.58 +11 -0 src/sys/i386/i386/trap.c
http://www.dragonflybsd.org/cvsweb/src/sys/i386/i386/trap.c.diff?r1=1.57&r2=1.58&f=u
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]