Go to file
kamil 0c55761e36 Add new test traceme3 in t_ptrace
This test is modeled after traceme1 and traceme2 with the goal to test if
the child was terminated with a received signal passed with PT_CONTINUE.

Currently the three traceme tests verifies three possible status values from
waitpid(2) called by the parent:
 - WIFEXITED(status),
 - WIFSIGNALED(status),
 - WIFSTOPPED(status)
with associated macros:
 - WEXITSTATUS(status),
 - WTERMSIG(status),
 - WCOREDUMP(status),
 - WSTOPSIG(status).

In traceme3 has been assumed that Ctrl-C (SIGINT) does not emit core(5).

Sponsored by <The NetBSD Foundation>.
2016-11-03 08:48:53 +00:00
bin Fix grammar in couple of sentences. 2016-10-25 13:01:59 +00:00
common Add strchrnul 2016-10-12 20:01:40 +00:00
compat add LIBGCC_MACHINE_ARCH 2016-10-22 20:33:51 +00:00
crypto conditionalize bits 2016-10-19 00:11:03 +00:00
dist/pf PR 50709 David Binderman: memory leak 2016-05-30 17:21:07 +00:00
distrib Add new test t_ptrace with traceme1 2016-11-02 12:51:22 +00:00
doc Note tcu(4). 2016-11-02 17:19:53 +00:00
etc Handle variable expansion and comma/space separators in postconf. 2016-10-30 15:47:06 +00:00
external More detailed error messages for text relocations on ppc code. Tested by joerg@ 2016-11-03 01:22:59 +00:00
extsrc
games add a couple 2016-10-14 03:20:04 +00:00
gnu has moved to external/gpl3 2016-01-16 18:41:12 +00:00
include Import wcsnlen(3) to libc 2016-10-15 14:21:59 +00:00
lib Typo - "a requests" --> "a request" 2016-11-02 03:21:38 +00:00
libexec revert, I'll fix libc instead. 2016-10-07 19:10:03 +00:00
regress Fix the mmap call, KNF, and make the output more readable. 2016-09-03 08:47:38 +00:00
rescue vnconfig(8) was renamed to vndconfig(8) some time ago, and most places 2016-08-04 03:50:55 +00:00
sbin remove dup line 2016-11-01 16:15:51 +00:00
share enable xorg-server 1.18 for evbarm 2016-11-01 14:21:30 +00:00
sys Really comment out if_43.c this time. (I need sleep and/or caffeine.) 2016-11-03 06:54:08 +00:00
tests Add new test traceme3 in t_ptrace 2016-11-03 08:48:53 +00:00
tools regen 2016-10-19 21:55:26 +00:00
usr.bin fix usage (thanks wiz) 2016-10-30 19:33:49 +00:00
usr.sbin fix column alignment of "intrctl list [-c]" 2016-11-02 11:03:33 +00:00
BUILDING Document MKREPRO_TIMESTAMP. 2016-01-29 13:51:13 +00:00
Makefile fix direct reference to texinfo, bleh 2016-01-14 02:51:25 +00:00
Makefile.inc
UPDATING note that the OpenSSL import requires some objdir cleanup 2016-10-14 16:39:05 +00:00
build.sh When setting TOP the idea is to run the [/usr]/bin/pwd binary, and 2016-06-03 00:00:01 +00:00