Module Name: src Committed By: kamil Date: Wed Nov 2 12:51:22 UTC 2016
Modified Files: src/distrib/sets/lists/debug: mi src/distrib/sets/lists/tests: mi src/tests/kernel: Makefile Added Files: src/tests/kernel: t_ptrace.c Log Message: Add new test t_ptrace with traceme1 This test is a placeholder for further checks of the native ptrace(2) function calls. XXX: Is it safe to call ATF functions from a child? FreeBSD seems to construct dedicated asserts for them. XXX: printf(3) calls from a child are not intercepted by atf-run(1) Sponsored by <The NetBSD Foundation>. To generate a diff of this commit: cvs rdiff -u -r1.169 -r1.170 src/distrib/sets/lists/debug/mi cvs rdiff -u -r1.690 -r1.691 src/distrib/sets/lists/tests/mi cvs rdiff -u -r1.39 -r1.40 src/tests/kernel/Makefile cvs rdiff -u -r0 -r1.1 src/tests/kernel/t_ptrace.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.