freebsd-nq/tests/sys/kern
Eric Badger b4d3325975 Don't clear p_ptevents on normal SIGKILL delivery
The ptrace() user has the option of discarding the signal. In such a
case, p_ptevents should not be modified. If the ptrace() user decides to
send a SIGKILL, ptevents will be cleared in ptracestop(). procfs events
do not have the capability to discard the signal, so continue to clear
the mask in that case.

Reviewed by:	jhb (initial revision)
MFC after:	1 week
Sponsored by:	Dell EMC
Differential Revision:	https://reviews.freebsd.org/D9939
2017-03-16 13:03:31 +00:00
..
acct Fix typo in r312216 2017-01-15 10:29:53 +00:00
execve Follow up to r312118 2017-01-14 05:24:35 +00:00
pipe Use type-independent formats for printing nlink_t and ino_t. 2017-01-06 16:59:33 +00:00
coredump_phnum_helper.c Add test case for >65535 segment coredumps 2016-11-01 19:18:16 +00:00
coredump_phnum_test.sh coredump_phnum_test: Make expected pheader count more flexible 2016-12-04 03:50:57 +00:00
kern_copyin.c Fix comment. We have different VM layout on MIPS, so test is skipped. 2016-10-18 10:20:58 +00:00
kern_descrip_test.c kern_descrip_test: Fix trivial buffer overrun with readlink(2) 2016-05-12 03:44:29 +00:00
libkern_crc32.c calculate_crc32c: Add SSE4.2 implementation on x86 2017-01-31 03:26:32 +00:00
Makefile Defer ptracestop() signals that cannot be delivered immediately 2017-02-20 15:53:16 +00:00
Makefile.depend DIRDEPS_BUILD: Connect MK_TESTS. 2016-03-09 22:46:01 +00:00
Makefile.inc Add include Makefiles for tests/sys/{fs,kern,kqueue,mac}/... 2017-01-14 20:21:21 +00:00
ptrace_test.c Don't clear p_ptevents on normal SIGKILL delivery 2017-03-16 13:03:31 +00:00
reaper.c reaper: Make REAPER_KILL_SUBTREE actually work. 2016-12-14 22:49:20 +00:00
unix_passfd_test.c Rename recvfd and sendfd variables in recvfd/sendfd functions to avoid 2015-12-30 18:13:43 +00:00
unix_seqpacket_test.c - Remove unused but set ssize in shutdown_send_sigpipe 2015-12-28 02:34:59 +00:00
waitpid_nohang.c wait: Do not copyout uninitialized status/rusage/wrusage. 2016-09-09 21:58:48 +00:00