Module Name: src Committed By: kamil Date: Mon Nov 14 04:55:57 UTC 2016
Modified Files: src/tests/kernel: t_ptrace_wait.c Log Message: Add new tests attach6 and attach7 in t_wait_proc{4,6,id,pid} attach6: Assert that tracer sees its parent when attached to tracer (check sysctl(7) and struct kinfo_proc2) attach7: Assert that tracer sees its parent when attached to tracer (check /proc/curproc/status 3rd column). Currently these tests fail as getppid() and parent id obtained in these alternative ways differ. Sponsored by <The NetBSD Foundation> To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 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.