aboutsummaryrefslogtreecommitdiff
path: root/contrib/netbsd-tests/lib/libpthread
Commit message (Expand)AuthorAgeFilesLines
* h_resolv: Fix a buffer overflow in load().John Baldwin2022-12-281-5/+5
* Significantly speed up libthr/mutex_test and make more reliableAlex Richardson2020-11-261-15/+100
* Update pthread_cond_timedwait() test to current NetBSDEric van Gyzen2019-08-161-20/+18
* Relax time constraint in pthread_cond_timedwait unit testEric van Gyzen2019-08-051-0/+11
* Have pthread_cond_destroy() return EBUSY if the condvar has waiters.Mark Johnston2019-03-081-0/+92
* Increase timeout for timedmutex_test:mutex2, timedmutex_test:mutex3Ruslan Bukin2018-08-061-0/+12
* Merge ^/vendor/NetBSD/tests/dist@r312370Enji Cooper2017-01-181-4/+4
* Remove explicit pthread_np.h #include, per change in libnetbsd@r312303Enji Cooper2017-01-161-4/+0
* Diff reduce with upstream and prep for next set of content pushesEnji Cooper2017-01-164-17/+3
* Merge ^/vendor/NetBSD/tests/dist@r312294Enji Cooper2017-01-167-75/+21
* Upgrade NetBSD tests to 01.11.2017_23.20 snapshotEnji Cooper2017-01-133-22/+212
* run: ensure pthread_condattr_{init,setclock} is successfulEnji Cooper2017-01-041-0/+7
* swapcontext1: test for getcontext(3) and swapcontext(3) success properlyEnji Cooper2017-01-041-0/+12
* fpu: ensure calls to pthread_create succeed and test sched_yield to makeEnji Cooper2017-01-041-0/+23
* Skip test on FreeBSD only. So test can be upstreamed to NetBSD.Ruslan Bukin2016-10-181-1/+1
* Skip test on MIPS as it modifies TLS pointer in set_mcontext().Ruslan Bukin2016-10-181-0/+9
* Expect :mutexattr2 to fail on FreeBSDEnji Cooper2016-08-131-0/+17
* Checkpoint initial integration workEnji Cooper2016-08-123-7/+299
* Add #include sys/types.h for register_t for mipsEnji Cooper2015-04-251-0/+3
* Fix lib/libthr/tests/detach_testEnji Cooper2015-01-171-1/+15
* Mechanically replace #if defined(__FreeBSD__) and #if defined(__NetBSD__) withEnji Cooper2014-11-172-2/+2
* Add missing sys/time.h #include for timespecsub macro in lib/libnetbsd/sys/ti...Enji Cooper2014-11-163-0/+12
* Port helper program to FreeBSD, similar to ../../lib/libc/stdlib/h_atexit.cEnji Cooper2014-11-161-0/+20
* #ifdef out a printf on !NetBSD that causes the testcase to fail when comparingEnji Cooper2014-11-161-0/+2
* Add pthread_np.h #include and initialize the pthread attribute on FreeBSDEnji Cooper2014-11-161-0/+7
* Expect :pthread_detach to fail with EINVAL instead of ESRCH on FreeBSDEnji Cooper2014-11-161-0/+4
* Only expect timeouts on powerpc with NetBSDEnji Cooper2014-11-161-0/+12
* Use _exit instead of exit so the file descriptors aren't flushed twice in theEnji Cooper2014-11-161-0/+8
* Import proper fix for misc/49356 (/usr/include/atf-c/config.h) after atf-c/co...Enji Cooper2014-11-042-6/+4
* Import the NetBSD test suite from ^/vendor/NetBSD/tests/09.30.2014_20.45 ,Enji Cooper2014-10-0235-0/+4749