DragonFly-2.3.0.377.gf6e73 master sys/kern kern_fork.c sys/sys signal2.h

Matthew Dillon dillon at apollo.backplane.com
Tue Mar 10 13:33:56 PDT 2009


    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 at backplane.com>





More information about the Commits mailing list