summaryrefslogtreecommitdiffstats
path: root/contrib/netbsd-tests/lib/libpthread
Commit message (Collapse)AuthorAgeFilesLines
* Mechanically replace #if defined(__FreeBSD__) and #if defined(__NetBSD__) withngie2014-11-172-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 ↵ngie2014-11-163-0/+12
| | | | lib/libnetbsd/sys/time.h
* Port helper program to FreeBSD, similar to ../../lib/libc/stdlib/h_atexit.cngie2014-11-161-0/+20
| | | | | Submitted by: pho In collaboration with: kib
* #ifdef out a printf on !NetBSD that causes the testcase to fail when comparingngie2014-11-161-0/+2
| | | | | | the output from the helper program Submitted by: pho
* Add pthread_np.h #include and initialize the pthread attribute on FreeBSDngie2014-11-161-0/+7
| | | | Submitted by: pho
* Expect :pthread_detach to fail with EINVAL instead of ESRCH on FreeBSDngie2014-11-161-0/+4
| | | | | PR: 191906 In collaboration with: pho
* Only expect timeouts on powerpc with NetBSDngie2014-11-161-0/+12
| | | | Submitted by: pho
* Use _exit instead of exit so the file descriptors aren't flushed twice in thengie2014-11-161-0/+8
| | | | | | child processes Submitted by: pho
* Import proper fix for misc/49356 (/usr/include/atf-c/config.h) after ↵ngie2014-11-042-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 ,ngie2014-10-0235-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
OpenPOWER on IntegriCloud