summaryrefslogtreecommitdiffstats
path: root/contrib/netbsd-tests/lib/libc/gen
Commit message (Expand)AuthorAgeFilesLines
* MFC r318315:ngie2017-05-291-0/+10
* MFC r313439,r314450:ngie2017-03-075-21/+96
* MFC r313377:ngie2017-02-141-0/+5
* MFC r312008:ngie2017-02-122-17/+24
* MFC r311925,r311968,r311969,r312102,r312108:ngie2017-02-0410-76/+40
* MFC r311924:ngie2017-01-142-2/+2
* MFC r311227,r311917:ngie2017-01-141-0/+31
* MFC r311870:ngie2017-01-131-3/+3
* MFC r311235:ngie2017-01-071-0/+3
* MFC r311228:ngie2017-01-071-0/+3
* MFC r311229:ngie2017-01-071-0/+3
* MFC r309474:ngie2016-12-031-0/+12
* MFC r305358:ngie2016-12-0310-37/+152
* Remove legacy brk and sbrk from RISC-V.br2016-05-251-2/+3
* Remove brk and sbrk from arm64. They were defined in The Single UNIXandrew2016-05-201-0/+4
* Don't dump core files with lib/libc/ssp/ssp_test and lib/libc/gen/assert_testngie2015-12-221-0/+23
* Fix -Wunused warnings with variables used unlit code by adding appropriate #i...ngie2015-11-151-0/+2
* Fix t_spawnattr test for attributes handling by posix_spawn(3).kib2015-09-011-27/+32
* 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
* Mechanically replace #if defined(__FreeBSD__) and #if defined(__NetBSD__) withngie2014-11-1710-25/+25
* Import proper fix for misc/49356 (/usr/include/atf-c/config.h) after atf-c/co...ngie2014-11-044-8/+4
* Skip :sethostname_basic because it messes up the test host's hostnamengie2014-11-011-2/+4
* - Omit the poll testcases on FreeBSD (they require pollts)ngie2014-10-231-0/+13
* Port lib/libc/gen/t_siginfo to FreeBSDngie2014-10-211-0/+6
* Expect nice_err to fail on FreeBSD with unprivileged usersngie2014-10-121-0/+5
* Port the testcase to FreeBSDngie2014-10-101-0/+14
* Skip over t_spawn_open_nonexistent_diag because it requires NetBSD specificngie2014-10-101-0/+7
* SIGPWR does not exist on FreeBSDngie2014-10-101-0/+4
* Handle getting/setting niceness/priority correctly on FreeBSD vs NetBSDngie2014-10-101-0/+23
* Disable the invalid pointer test on FreeBSDngie2014-10-101-0/+2
* FreeBSD doesn't support strings greater than MAXHOSTNAMELEN-1 inngie2014-10-102-0/+32
* FreeBSD returns ENOTTY instead of EBADF in ttyname_r; mark it as an expectedngie2014-10-101-0/+3
* Add missing #include <sys/time.h> for gettimeofdayngie2014-10-101-0/+3
* Disable tests that don't pass on FreeBSD due to missing support inngie2014-10-101-0/+6
* Import the NetBSD test suite from ^/vendor/NetBSD/tests/09.30.2014_20.45 ,ngie2014-10-0240-0/+6635
OpenPOWER on IntegriCloud