Go to file
kamil a46fa40c88 Add FORKEE_ASSERTX()/FORKEE_ASSERT() for forkee; simplify code
A child process cannot call atf functions and expect them to magically
work like in the parent.
The printf(3) messaging from a child will not work out of the box as well
without estabilishing a communication protocol with its parent. To not
overcomplicate the tests - do not log from a child and use err(3)/errx(3)
wrapped with FORKEE_ASSERT()/FORKEE_ASSERTX() as that is guaranteed to work.

Simplify and cleanup code of the tests.

Sponsored by <The NetBSD Foundation>.
2016-11-03 20:24:18 +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 New zoneinfo file for Asia/Famagusta (north Cyprus) from tzdata2016i 2016-11-03 10:00:11 +00:00
doc I should learn to read a calendar, and not just cut&paste... 2016-11-03 10:04:36 +00:00
etc Handle variable expansion and comma/space separators in postconf. 2016-10-30 15:47:06 +00:00
external This script needed some updates for an earlier tzdata upgrade 2016-11-03 10:11:05 +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 Hmmm, if we omit if_43.c from the SRCS list, then we break the i386 2016-11-03 11:32:15 +00:00
tests Add FORKEE_ASSERTX()/FORKEE_ASSERT() for forkee; simplify code 2016-11-03 20:24:18 +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
build.sh When setting TOP the idea is to run the [/usr]/bin/pwd binary, and 2016-06-03 00:00:01 +00:00
BUILDING Document MKREPRO_TIMESTAMP. 2016-01-29 13:51:13 +00:00
Makefile
Makefile.inc
UPDATING note that the OpenSSL import requires some objdir cleanup 2016-10-14 16:39:05 +00:00