Add a multithreaded test for SIGSTOP and SIGCONT behaviour.
authorclaudio <claudio@openbsd.org>
Mon, 7 Oct 2024 14:01:12 +0000 (14:01 +0000)
committerclaudio <claudio@openbsd.org>
Mon, 7 Oct 2024 14:01:12 +0000 (14:01 +0000)
commitd68b1cefd50125f3ecf3e4b0e833f068c90b6ed0
tree88d2e6b209f1af87e59386d5aa906408ee27e042
parent4f09e5189a0c43e3ec42299f2148c5a55c78be46
Add a multithreaded test for SIGSTOP and SIGCONT behaviour.

This actually installs a SIGTSTP handler which then triggers a SIGSTOP.
Currently unlinked since both SIGSTOP and SIGCONT delivery is busted.
regress/sys/kern/signal/sig-stop2/Makefile [new file with mode: 0644]
regress/sys/kern/signal/sig-stop2/sig-stop2.c [new file with mode: 0644]