Module Name: src Committed By: kamil Date: Tue Nov 15 20:59:12 UTC 2016
Modified Files: src/tests/kernel: t_ptrace_wait.c Log Message: Add new test fork2 in t_ptrace_wait* Verify that fork(2) is not intercepted by ptrace(2) with empty EVENT_MASK. This test works with all wait(2)-like functions. Debugger receives only SIGCHLD from tracee, when its the child of tracee exits. Tracer notes nothing about fork(2) events. Sponsored by <The NetBSD Foundation> To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 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.