opnsense-src/contrib/netbsd-tests/lib/libc/gen
Brooks Davis 1575a795cb Add missing mode in open(2) calls with O_CREAT.
When O_CREAT is specified, the third, variadic argument is
required as the permission. If on is not passed, then depending
on the ABI, either the contents of the third argument register
or some arbitrary stuff on the stack will be used as the permission.

This has been merged to NetBSD.

Reviewed by:	asomers, ngie
Obtained from:	CheriBSD
Sponsored by:	DARPA, AFRL
Differential Revision:	https://reviews.freebsd.org/D20972
2019-07-16 22:27:49 +00:00
..
exect Merge content currently under test from ^/vendor/NetBSD/tests/dist/@r312123 2017-01-14 06:49:17 +00:00
execve Checkpoint initial integration work 2016-08-12 08:50:05 +00:00
posix_spawn Remove sys/param.h 2017-01-16 07:39:08 +00:00
isqemu.h Detect virtual machines on FreeBSD using the kern.vm_guest sysctl 2016-08-26 03:46:43 +00:00
t_alarm.c
t_assert.c Import testcase updates with code contributed back to NetBSD 2017-01-11 09:51:34 +00:00
t_basedirname.c Disable tests for non-standard behaviour of dirname(3)/basename(3). 2016-08-15 19:05:41 +00:00
t_closefrom.c
t_cpuset.c
t_dir.c o Replace __riscv__ with __riscv 2017-08-07 14:09:57 +00:00
t_floatunditf.c Expect :floatunditf to fail on FreeBSD/i386 2017-02-07 04:15:41 +00:00
t_fmtcheck.c
t_fnmatch.c Upgrade NetBSD tests to 01.11.2017_23.20 snapshot 2017-01-13 03:33:57 +00:00
t_fpclassify.c
t_fpsetmask.c Checkpoint initial integration work 2016-08-12 08:50:05 +00:00
t_fpsetround.c
t_ftok.c Add missing mode in open(2) calls with O_CREAT. 2019-07-16 22:27:49 +00:00
t_getcwd.c Mechanically replace #if defined(__FreeBSD__) and #if defined(__NetBSD__) with 2014-11-17 13:39:00 +00:00
t_getgrent.c
t_glob.c Add GLOB_STAR #ifdef to testcases which require GLOB_STAR support 2017-01-16 07:41:39 +00:00
t_humanize_number.c r312133 should have used the non-FreeBSD block 2017-01-14 07:50:29 +00:00
t_isnan.c Import proper fix for misc/49356 (/usr/include/atf-c/config.h) after atf-c/config.h 2014-11-04 05:02:22 +00:00
t_nice.c Use right piece of code for FreeBSD. 2016-09-28 08:45:42 +00:00
t_pause.c
t_raise.c Merge the grammar fix for lib/libc/gen/raise_test:raise_stress 2017-01-10 10:12:36 +00:00
t_randomid.c Checkpoint initial integration work 2016-08-12 08:50:05 +00:00
t_realpath.c lib/libc/gen/realpath_test: make check result from getcwd(3) 2017-05-15 19:58:01 +00:00
t_setdomainname.c Remove an extraneous strlen from t_setdomainname.c 2017-07-12 14:51:32 +00:00
t_sethostname.c Fix whitespace in comment 2017-01-11 09:34:42 +00:00
t_siginfo.c Checkpoint initial integration work 2016-08-12 08:50:05 +00:00
t_sleep.c Diff reduce with upstream and consolidate #ifdefs where possible 2017-01-15 22:00:59 +00:00
t_syslog.c
t_time.c Import testcase updates with code contributed back to NetBSD 2017-01-11 09:51:34 +00:00
t_ttyname.c Import testcase updates with code contributed back to NetBSD 2017-01-11 09:51:34 +00:00
t_vis.c Import testcase updates with code contributed back to NetBSD 2017-01-11 09:51:34 +00:00