NetBSD/regress/lib
ad f87898b1c5 Signal masks are thread private, and there is no guarantee of the order in
which the two signal handlers in this test will execute, at least not beyond
SIGUSR1 being caught first, and SIGUSR2 being caught after that. One way
that it can fail erroneously is:

    2    kill(getpid(), SIGUSR1)
    2    Receive signal SIGUSR1
    2    kill(getpid(), SIGUSR2)
    1    Receive signal SIGUSR2
    1    Exit handler
    2    Exit handler

So if the handlers appear not to have run in sequence, at least verify
that they were run by different threads.
2006-12-26 20:29:03 +00:00
..
csu
libc fix spelling of accommodate; from Zapher. 2006-11-24 19:46:58 +00:00
libcrypto
libdes
libevent
libposix
libprop
libpthread Signal masks are thread private, and there is no guarantee of the order in 2006-12-26 20:29:03 +00:00
librt
libskey
libssp Move settings of CLEANFILES and LDFLAGS outside the conditional, so that 2006-11-12 15:18:29 +00:00
libutil
Makefile Disable the libssp regression tests for alpha, mips and hppa. These 2006-11-11 23:37:18 +00:00
Makefile.inc