NetBSD/tests/kernel
kamil ce34db38fd Add new ATF tests: kernel/t_zombie
New tests attempting to kill, stop, drop or revive a zombie:
 - signal1 (SIGKILL)
 - signal2 (SIGSTOP)
 - signal3 (SIGABRT)
 - signal4 (SIGHUP)
 - signal5 (SIGCONT)

New test race1 verifying whether there are any kernel races when processing
signals to zombies, executing in a loop for 5 seconds.

These tests were inspired by a kernel unexpected behavior when a lookup
of a dying process could result in two detected entities once as an alive
process and once as a zombie.

race1 is similar to t_ptrace_wait* race1, however without ptrace(2) involved.

Sponsored by <The NetBSD Foundation>
2018-03-14 02:13:47 +00:00
..
kqueue
tty
Makefile
Makefile.inc
gen_t_subr_prf
h_getprocpath.c
h_interpreter.sh
h_ps_strings1.c
h_ps_strings2.c
h_segv.c
t_extattrctl.c
t_extent.c
t_filedesc.c
t_interp.sh
t_kauth_pr_47598.c
t_lock.c
t_lockf.c
t_mqueue.c
t_procpath.sh
t_ps_strings.sh
t_pty.c
t_rnd.c
t_sysctl.c
t_sysv.c
t_timeleft.c
t_trapsignal.sh
t_umount.sh
t_umountstress.sh
t_zombie.c