summaryrefslogtreecommitdiffstats
path: root/contrib/netbsd-tests
Commit message (Expand)AuthorAgeFilesLines
...
* Add sys/socket.h #include for struct sockaddr_inngie2014-10-231-0/+4
* Add limits.h #include for LINE_MAXngie2014-10-231-0/+4
* - Mark unused parameters __unused in handlerngie2014-10-231-0/+12
* Convert "fcntl(n, F_CLOSEM)" to "closefrom(n)"ngie2014-10-231-0/+4
* Port t_pipe2.c to FreeBSDngie2014-10-231-0/+22
* Expect getgroups_err to fail on FreeBSDngie2014-10-231-0/+3
* Add netinet/in.h for struct sockaddr_inngie2014-10-231-0/+4
* Add sys/socket.h #include for bind(2), et alngie2014-10-211-0/+4
* Port t_chroot to FreeBSDngie2014-10-211-0/+8
* unlink("/") fails with EISDIR instead of EBUSY on FreeBSD; test for thatngie2014-10-211-0/+4
* Mark osi __unused so this compiles cleanly on FreeBSDngie2014-10-211-0/+4
* Port t_write to FreeBSDngie2014-10-211-0/+10
* Add missing #include for sys/stat.h for fchmodngie2014-10-211-0/+4
* libutil.h is required for fparseln on FreeBSDngie2014-10-211-0/+3
* Port lib/libc/gen/t_siginfo to FreeBSDngie2014-10-211-0/+6
* Change ATF_REQUIRE_MSG calls to ATF_CHECK_MSG to get as many errors as possiblengie2014-10-131-0/+29
* Only test the return value in mktime_negyearngie2014-10-131-0/+5
* __isnanl is automatically picked according to data type in <math.h>. Therengie2014-10-131-0/+2
* Add #include <stdio.h> to get sys_nerr definitionngie2014-10-131-0/+4
* Use 1 as a random seed, as recommended in srandom(3). Adjust the random valuesngie2014-10-131-0/+12
* memmem with NUL length "needle" (aka small) strings on FreeBSD/OSX returnsngie2014-10-131-0/+5
* Do initial port of contrib/netbsd-tests/lib/libc/localengie2014-10-136-1/+52
* Add #include <stdio.h> for printfngie2014-10-131-0/+4
* Expect nice_err to fail on FreeBSD with unprivileged usersngie2014-10-121-0/+5
* - Add libutil #include for fparselnngie2014-10-121-0/+10
* Fix compilation errors with missing wide-type headers and fix compilationngie2014-10-121-0/+12
* Implement 64MB memory limit for test to ensure that it fails reliably inngie2014-10-121-0/+14
* #include libutil.h for fparseln on FreeBSDngie2014-10-121-0/+3
* Only #include <sys/tls.h> on NetBSDngie2014-10-126-0/+12
* 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
* Expect SIGSEGV in lib/libc/stdlib/t_getenv:setenv_basicngie2014-10-101-0/+12
* Only build/run hsearch_basic and hsearch_r_basic on NetBSDngie2014-10-101-0/+8
* Import the NetBSD test suite from ^/vendor/NetBSD/tests/09.30.2014_20.45 ,ngie2014-10-021785-0/+195405
OpenPOWER on IntegriCloud