summaryrefslogtreecommitdiffstats
path: root/contrib/netbsd-tests/lib/libc
Commit message (Expand)AuthorAgeFilesLines
...
* Fix a set but not used variable warning flagged by gcc 4.9 withngie2015-10-301-2/+1
* Pass 8 arguments to makecontext on arm64 as this is all we support.andrew2015-10-011-0/+6
* Fix t_spawnattr test for attributes handling by posix_spawn(3).kib2015-09-011-27/+32
* Fix and re-enable UTF-8 tests.jilles2015-08-112-10/+6
* Reenable the test.bapt2015-08-111-1/+1
* Disable broken test until we have time ti actually fix the testbapt2015-08-111-1/+1
* Fix warning of implicit declaration of function 'mkdir'.araujo2015-05-314-0/+12
* memmem(3): empty little string matches the beginning of the big stringemaste2015-05-261-1/+1
* nice(): Put back old return value, keeping [EPERM] error.jilles2015-02-281-0/+23
* nice(): Correct return value and [EPERM] error.jilles2015-02-221-28/+0
* ttyname_r(): Return actual error, not always [ENOTTY].jilles2015-02-011-3/+0
* Enable utimensat tests from NetBSD.jilles2015-01-241-0/+3
* Link lib/libc/c063 tests to the build.jilles2015-01-024-0/+12
* Don't install h_raw if dealing with clang 3.5.0+ to unbreak the tests2 Jenkinsngie2015-01-021-0/+3
* Expect access_test:access_inval to fail before __FreeBSD_version == 1100033ngie2014-12-301-0/+5
* Add __FreeBSD_version guards around hsearch_r to ease MFCing the code tongie2014-12-211-1/+5
* Only pass 6 arguments to the 'run' function on amd64. amd64'sjhb2014-11-251-14/+10
* Mechanically replace #if defined(__FreeBSD__) and #if defined(__NetBSD__) withngie2014-11-1750-107/+107
* Expect lib.libc.sys.getcontext_test.setcontext_link to fail on amd64; addngie2014-11-051-0/+14
* Remove expected failure from lib.libc.sys.t_mincore:mincore_residngie2014-11-051-3/+0
* Fix the Jenkins test run by skipping the negative testcases earlierngie2014-11-041-9/+11
* Import proper fix for misc/49356 (/usr/include/atf-c/config.h) after atf-c/co...ngie2014-11-047-19/+8
* Finish off lib/libc/stdlib/t_strtod.c port by checking for "y" twice onngie2014-11-041-1/+7
* rpc_control on FreeBSD is a public-ish API (not prefixed with __), not privatengie2014-11-031-0/+4
* Port lib/libc/ssp to FreeBSDngie2014-11-035-1/+199
* inet_network on FreeBSD returns NULL when provided "0x" to inet_networkngie2014-11-031-0/+4
* Port t_db.sh to FreeBSDngie2014-11-031-0/+20
* Port h_hash and t_sha2 to FreeBSDngie2014-11-012-0/+34
* Expect :sscanf_whitespace to fail on !NetBSD OSesngie2014-11-011-0/+4
* Skip :fopen_regular on !NetBSD because it's a NetBSD specific testngie2014-11-011-0/+2
* Add new atf_tc_expect_fail to fflush_err; this is a new (within the past coup...ngie2014-11-011-0/+4
* Disable testcases 12 and 15-22 on FreeBSDngie2014-11-011-1/+16
* Expect :snprintf_posarg_error to blow up with a SIGSEGV on !NetBSD OSesngie2014-11-011-0/+10
* Port h_atexit to FreeBSDngie2014-11-011-0/+34
* Port t_mincore to FreeBSDngie2014-11-011-0/+21
* Port t_kevent to FreeBSDngie2014-11-011-0/+26
* Skip :sethostname_basic because it messes up the test host's hostnamengie2014-11-011-2/+4
* getitimer on FreeBSD returns the last set time instead of the remaining time;ngie2014-11-011-0/+5
* Port lib/libc/sys/t_dup to FreeBSD/Linuxngie2014-11-011-0/+20
* Port lib/libc/net/h_dns_server to FreeBSDngie2014-11-011-0/+117
* Port tests to FreeBSD/Linuxngie2014-11-011-0/+33
* Don't prune duplicate services in the expected output from /etc/services onngie2014-11-011-0/+18
* - Add sys/types.h for the APIs in sys/sysctl.hngie2014-10-241-0/+42
* Correct my previous commit:ngie2014-10-241-4/+9
* - Mark signo __unused in the signal handler functionngie2014-10-241-0/+8
* - Add inttypes.h and stdint.h in lieu of int_limits.h from NetBSDngie2014-10-241-0/+8
* - Test for EINVAL requirement when passing an invalid flag in to msync(2)ngie2014-10-241-0/+11
* - Ignore EINVAL check with mknod(path, S_IFCHR, -1) as the testcase is alwaysngie2014-10-241-0/+10
* Omit the mprotect_exec testcase on FreeBSDngie2014-10-231-0/+6
* Mark signum __unusedngie2014-10-231-0/+8
OpenPOWER on IntegriCloud