Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Mechanically replace #if defined(__FreeBSD__) and #if defined(__NetBSD__) with | ngie | 2014-11-17 | 2 | -2/+2 |
| | | | | | | | | | their #ifdef equivalents for everything changed in contrib/netbsd-tests. There are some items from the vendor tree that use #if defined(__FreeBSD__) or #if defined(__NetBSD__) which are being left alone Requested by: bde, rpaulo Sponsored by: EMC / Isilon Storage Division | ||||
* | Add missing sys/time.h #include for timespecsub macro in ↵ | ngie | 2014-11-16 | 3 | -0/+12 |
| | | | | lib/libnetbsd/sys/time.h | ||||
* | Port helper program to FreeBSD, similar to ../../lib/libc/stdlib/h_atexit.c | ngie | 2014-11-16 | 1 | -0/+20 |
| | | | | | Submitted by: pho In collaboration with: kib | ||||
* | #ifdef out a printf on !NetBSD that causes the testcase to fail when comparing | ngie | 2014-11-16 | 1 | -0/+2 |
| | | | | | | the output from the helper program Submitted by: pho | ||||
* | Add pthread_np.h #include and initialize the pthread attribute on FreeBSD | ngie | 2014-11-16 | 1 | -0/+7 |
| | | | | Submitted by: pho | ||||
* | Expect :pthread_detach to fail with EINVAL instead of ESRCH on FreeBSD | ngie | 2014-11-16 | 1 | -0/+4 |
| | | | | | PR: 191906 In collaboration with: pho | ||||
* | Only expect timeouts on powerpc with NetBSD | ngie | 2014-11-16 | 1 | -0/+12 |
| | | | | Submitted by: pho | ||||
* | Use _exit instead of exit so the file descriptors aren't flushed twice in the | ngie | 2014-11-16 | 1 | -0/+8 |
| | | | | | | child processes Submitted by: pho | ||||
* | Import proper fix for misc/49356 (/usr/include/atf-c/config.h) after ↵ | ngie | 2014-11-04 | 2 | -6/+4 |
| | | | | | | | | atf-c/config.h was removed from the build Pointyhat to: me (again, for not running make delete-old after running test builds) | ||||
* | Import the NetBSD test suite from ^/vendor/NetBSD/tests/09.30.2014_20.45 , | ngie | 2014-10-02 | 35 | -0/+4749 |
minus the vendor Makefiles Provide directions for how to bootstrap the vendor sources in FREEBSD-upgrade MFC after 2 weeks Discussed with: rpaulo Sponsored by: EMC / Isilon Storage Division |