cvs commit: src/sys/kern kern_sig.c

Matthew Dillon dillon at apollo.backplane.com
Mon Feb 26 08:41:00 PST 2007


:corecode    2007/02/25 19:55:22 PST
:
:DragonFly src repository
:
:  Modified files:
:    sys/kern             kern_sig.c 
:  Log:
:  Fix suspend behavior by really stopping the process and setting its signal.
:  
:  Revision  Changes    Path
:  1.74      +2 -0      src/sys/kern/kern_sig.c

    The best test is to do a make -j 8 buildworld and ^Z and 'cont' randomly
    in the middle of the build process (after it gets past the depend step).
    make does hundreds of forks a second, literally, and if something doesn't
    stop it's fairly obvious.

					-Matt
					Matthew Dillon 
					<dillon at backplane.com>





More information about the Commits mailing list