Go to file
kamil fac432862c Add new tests in t_wait_noproc and t_wait_noproc to test more options types
Add new tests:
 - waitpid_options
 - waitid_options
 - wait3_options
 - wait4_options
 - wait6_options

These tests are included in t_wait_noproc and t_wait_noproc_wnohang.

waitpid_options, wait3_options, wait4_options test combinations of options
of: bit for WALLSIG, WALTSIG, __WALL, __WCLONE and later a full combination
mask of WNOWAIT, WEXITED, WUNTRACED, WSTOPPED, WTRAPPED and WCONTINUED.

waitid and wait6 test full combination mask of WNOWAIT, WEXITED, WUNTRACED,
WSTOPPED, WTRAPPED and WCONTINUED -- excluded empty value and singular
WNOWAIT.

For compatibility reasons alter waitid and wait6 to test against options
WEXITED | WTRAPPED, as it's equivalent to waitpid, wait3, wait4.

The intention for these tests it to catch any possible issues with slighty
changed behavior of wait(2)-like functions in terms of valid options
values.

All tests pass successfully.

Sponsored by <The NetBSD Foundation>
2016-11-09 17:50:19 +00:00
bin Fix grammar in couple of sentences. 2016-10-25 13:01:59 +00:00
common Set *endptr in all paths out of strtoul and family. 2016-11-05 21:11:30 +00:00
compat add LIBGCC_MACHINE_ARCH 2016-10-22 20:33:51 +00:00
crypto Mark the new SPARCv9-in-32bit-mode modules as needing V9. 2016-11-03 22:18:29 +00:00
dist/pf PR 50709 David Binderman: memory leak 2016-05-30 17:21:07 +00:00
distrib Add myself 2016-11-09 08:18:56 +00:00
doc tzcode2016i 2016-11-04 19:41:53 +00:00
etc Add new USB-enabled kernel config(s) based upon GENERIC for pmax, include it as kernel set in the build and make it a choice in sysinst. 2016-11-04 19:18:50 +00:00
external Merge r1.10 from the main in-tree binutils version: 2016-11-06 23:46:01 +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 Use the keywords underflow' and overflow' in ERANGE summary. 2016-11-07 21:52:36 +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 Merge changes from David H. Gutteridge in PR misc/51611 2016-11-08 02:43:29 +00:00
sys Move MFC0_HAZARD definition to asm.h instead of defining it twice 2016-11-09 11:50:09 +00:00
tests Add new tests in t_wait_noproc and t_wait_noproc to test more options types 2016-11-09 17:50:19 +00:00
tools regen 2016-10-19 21:55:26 +00:00
usr.bin Add _Generic C11 support. 2016-11-05 01:09:30 +00:00
usr.sbin New sentence, new line. 2016-11-08 08:21:52 +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 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