summaryrefslogtreecommitdiffstats
path: root/contrib/netbsd-tests
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Put mtree test files into a subdirectory.jmmv2014-11-011-0/+14
* - 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
* Fix a typo (__FreeBSD__ -> __NetBSD__ when omitting setrlimit_nthr)ngie2014-10-231-1/+1
* Add limits.h #include for SSIZE_MAXngie2014-10-231-0/+4
* Add limits.h #include for SSIZE_MAXngie2014-10-231-0/+4
* - Omit setrlimit_nthr testcase on FreeBSD (requires lwp.h, et al)ngie2014-10-231-0/+10
* - Mark sig/signo __unusedngie2014-10-231-0/+12
* Use <atf_srcdir>/truncate_test.root_owned instead of /usr/bin/fpr as fpr doesngie2014-10-231-0/+13
* Add limits.h #include for INT_MAXngie2014-10-231-0/+4
* - Omit the poll testcases on FreeBSD (they require pollts)ngie2014-10-231-0/+13
* Mark signo __unused in handler(..)ngie2014-10-231-0/+4
* Omit all of the testcases as revoke(2) is only implemented on devfs(5)ngie2014-10-231-0/+9
* Omit the pollts testcases on FreeBSDngie2014-10-231-0/+4
* Port t_mmap.c to FreeBSDngie2014-10-231-0/+19
* 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
OpenPOWER on IntegriCloud