DragonFly commits List (threaded) for 2009-03
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
Re: DragonFly-2.3.0.377.gf6e73 master sys/kern kern_fork.c sys/sys signal2.h
Looks pretty good. The one thing that really needs to be tested here
is to be sure that ^Z'ing a process does not lockup the system due to
the process being stopped unexpectedly (for example, while the kernel
is holding a lockmgr lock). As long as it only occurs within PCATCH
tsleep()s we should be ok. Processes in Non-PCATCH tsleep()s cannot
be safely stopped.
-Matt
Matthew Dillon
<dillon@backplane.com>
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]