opnsense-src/contrib/netbsd-tests/lib/libc
Enji Cooper 8eb42fb2a8 Don't dump core files with lib/libc/ssp/ssp_test and lib/libc/gen/assert_test
The default `sysctl kern.corefile` value is compatible with `kyua test` (FreeBSD
will dump to the current directory). If it's set to an absolute path however,
`kyua test` will not be able to clean up the corefiles after the fact

The corefiles have little value when testing the behavior of feature behavior,
so just disable corefile generation

MFC after: 1 week
Obtained from: Isilon OneFS (^/onefs/head@r511419)
Sponsored by: EMC / Isilon Storage Division
2015-12-22 00:43:22 +00:00
..
arch
c063 Fix warning of implicit declaration of function 'mkdir'. 2015-05-31 02:21:35 +00:00
common
db Port t_db.sh to FreeBSD 2014-11-03 21:21:08 +00:00
gen Don't dump core files with lib/libc/ssp/ssp_test and lib/libc/gen/assert_test 2015-12-22 00:43:22 +00:00
hash Port h_hash and t_sha2 to FreeBSD 2014-11-01 22:00:46 +00:00
inet inet_network on FreeBSD returns NULL when provided "0x" to inet_network 2014-11-03 21:26:11 +00:00
locale Push the FreeBSD changes under a specific #ifdef to easier tracking what needs 2015-11-02 23:09:21 +00:00
net Mechanically replace #if defined(__FreeBSD__) and #if defined(__NetBSD__) with 2014-11-17 13:39:00 +00:00
regex Redo r290847: use #ifdef __NetBSD__ on all the non-public APIs to 2015-11-15 18:49:31 +00:00
rpc Cast xdr_void to xdrproc_t to mute -Wincompatible-pointer-types warnings from 2015-11-15 05:19:41 +00:00
setjmp
ssp Don't dump core files with lib/libc/ssp/ssp_test and lib/libc/gen/assert_test 2015-12-22 00:43:22 +00:00
stdio also skip the definition of ':fopen_regular' to avoid the build to fail due to 2015-11-15 11:18:37 +00:00
stdlib Add __FreeBSD_version guards around hsearch_r to ease MFCing the code to 2014-12-21 23:47:30 +00:00
string memmem(3): empty little string matches the beginning of the big string 2015-05-26 21:16:07 +00:00
sync
sys Pass 8 arguments to makecontext on arm64 as this is all we support. 2015-10-01 09:53:12 +00:00
termios
time Mechanically replace #if defined(__FreeBSD__) and #if defined(__NetBSD__) with 2014-11-17 13:39:00 +00:00
tls Mechanically replace #if defined(__FreeBSD__) and #if defined(__NetBSD__) with 2014-11-17 13:39:00 +00:00
tls_dso Mechanically replace #if defined(__FreeBSD__) and #if defined(__NetBSD__) with 2014-11-17 13:39:00 +00:00
ttyio
t_cdb.c
t_convfp.c
t_gdtoa.c