summaryrefslogtreecommitdiff
path: root/regress/lib/libpthread
AgeCommit message (Expand)Author
2006-04-18Copy sysconf(_SC_SEMAPHORES) test from regress/lib/librt/sem/sem.csimonb
2006-04-12The manual for open(2) says that -1 indicate a failure, not 0. And Icube
2006-03-20Use sig_atomic_tchristos
2005-12-02Make messages more useful.is
2005-12-01Ensure that thread context switches will leave the floating pointis
2005-08-29don't rely on undocumented behaviour: we don't know which threaddrochner
2005-08-29rely a bit less on undocumented behaviour: we don't know which threaddrochner
2005-07-2710 seconds is more than enough time to wait.christos
2005-07-26Add another regression test.christos
2005-07-16Oops, don't include an extra bonus deadlock.nathanw
2005-07-16Add once3 test.nathanw
2005-07-16Add a test for pthread_once() calling a function which is cancelled,nathanw
2005-04-19Add sleep1 test.nathanw
2005-04-19Add a regression test for sleeping past the time when time_t wraps; thenathanw
2005-03-05sig_atomic_t isn't necessarily compatible with the %d printf format,he
2005-03-03Add sigmask2 and sigmask3 to SUBDIR.nathanw
2005-02-26Add a second flag to indicate whether handler2 ran at all.nathanw
2005-02-26Test for proper sigmask handling in a signal handler with threads running.nathanw
2005-02-26Add a test for proper signal mask handling when threads are not yet started.nathanw
2005-01-21test pthread_detach.yamt
2004-12-29Add tests for pthread_cond_timedwait() at time zero, as discussednathanw
2004-12-10Add cond6.nathanw
2004-12-10Reformat subdir list to get more flexibility.nathanw
2004-12-10Add a regression test for PR lib/25961.nathanw
2004-11-03use semaphore before starting pthread. currently fail.yamt
2004-08-03- timeout for timedwrlock should be an absolute value.yamt
2004-08-03add a test for rwlock.yamt
2004-07-27pthread_kill test.yamt
2004-07-07Add a regression test for CV teardown under spurious wakeups (currently fails).nathanw
2004-06-30Add missing NetBSD ID tagsjmc
2004-05-23* -t -> -n with consistency with the usage.christos
2004-05-21Add resolv test, now that we have a re-entrant getaddrinfo.christos
2004-05-13- add debug flag.christos
2004-05-13Add RCSID.christos
2004-05-13don't use values from the stack.christos
2004-05-13slap in tnf copyright.christos
2004-05-13Add test of parallel name resolution [it does not work yet]christos
2004-03-05Fix typo reported by Stefan Krueger, and add RCS Id.wiz
2004-01-02enable sigmask1 and siglongjmp1cl
2004-01-02Regression test for siglongjmp out of a signal handler back intocl
2004-01-02Regression test for pthread_sigmask when SA upcalls aren't started yet.cl
2003-11-21Add condcancel1.nathanw
2003-11-21RCS IDnathanw
2003-11-21Regression test for destroying a condition variable that had a cancellednathanw
2003-11-19Actually print self in the "Thread %p got semaphore" message.uwe
2003-09-12add regression test for siginfo and threaded signal delivery.christos
2003-07-26netbsd.org->NetBSD.orgsalo
2003-07-26include <stdlib.h> for exit prototypemrg
2003-07-22Add exit1 and cancel2.nathanw
2003-07-22Test for pthread_exit() in the main thread with no other threads.nathanw