History log of /openbsd-current/regress/lib/libpthread/sigsuspend/sigsuspend.c
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: OPENBSD_5_2_BASE OPENBSD_5_3_BASE OPENBSD_5_4_BASE OPENBSD_5_5_BASE OPENBSD_5_6_BASE OPENBSD_5_7_BASE OPENBSD_5_8_BASE OPENBSD_5_9_BASE OPENBSD_6_0_BASE OPENBSD_6_1_BASE OPENBSD_6_2_BASE
# 1.5 20-Feb-2012 guenther

SIGSTOP, SIGKILL, and (for threaded programs) SIGTHR are unblockable


Revision tags: OPENBSD_3_3_BASE OPENBSD_3_4_BASE OPENBSD_3_5_BASE OPENBSD_3_6_BASE OPENBSD_3_7_BASE OPENBSD_3_8_BASE OPENBSD_3_9_BASE OPENBSD_4_0_BASE OPENBSD_4_1_BASE OPENBSD_4_2_BASE OPENBSD_4_3_BASE OPENBSD_4_4_BASE OPENBSD_4_5_BASE OPENBSD_4_6_BASE OPENBSD_4_7_BASE OPENBSD_4_8_BASE OPENBSD_4_9_BASE OPENBSD_5_0_BASE OPENBSD_5_1_BASE
# 1.4 27-Jan-2003 marc

Another incorrect regression test. POSIX specifies that signal
handlers will be called with the current signal masked unless the
handler was installed with the SA_NODEFER flag. The test did
not check this (and the pthread code was incorrect by not setting
the mask). This fixes the test. The pthread lib part of the fix
will be made in a short while. Untill then the test will fail.


# 1.3 21-Oct-2002 marc

regression tests should test for proper operation, not what the code
being tested does. A signal should only be delivered to one thread.


# 1.2 11-Nov-2001 deraadt

signal race fixes


# 1.1 15-Aug-2001 fgsch

branches: 1.1.1;
Initial revision