: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 
                                        <[EMAIL PROTECTED]>

Reply via email to