Module Name: src Committed By: kamil Date: Thu Jan 12 21:35:53 UTC 2017
Modified Files: src/tests/kernel: t_ptrace_wait.c Log Message: Add new tests vforkdone[12] in t_ptrace_wait{,3,4,6,id,pid} vforkdone1: Verify that vfork(2) is intercepted by ptrace(2) with EVENT_MASK set to PTRACE_VFORK_DONE vforkdone2: Verify that vfork(2) is intercepted by ptrace(2) with EVENT_MASK set to PTRACE_FORK | PTRACE_VFORK_DONE As of now PTRACE_VFORK_DONE is undefined in <sys/ptrace.h>. Sponsored by <The NetBSD Foundation> To generate a diff of this commit: cvs rdiff -u -r1.53 -r1.54 src/tests/kernel/t_ptrace_wait.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.