summaryrefslogtreecommitdiff
path: root/regress/lib/libpthread
AgeCommit message (Expand)Author
2012-02-19Add regress test for stack attributesPhilip Guenthe
2012-01-04link new semaphore testsMartin Pieuchot
2012-01-04Basic semaphore testsMartin Pieuchot
2011-12-12better output on error.Federico G. Schwindt
2011-11-25The execve()-vs-threads test should test not just that the thread libraryPhilip Guenthe
2011-11-18Regress test for per-(r)thread errno addressPhilip Guenthe
2011-10-10allow for this to timeout rather than hanging forever.Federico G. Schwindt
2011-10-09Test for the wait*() hang issue when SIGCHLD is ignored, as seen inFederico G. Schwindt
2011-10-01fix some checks.Federico G. Schwindt
2011-10-01enter signals.Federico G. Schwindt
2011-10-01Add tests to check signal handling during pthread_join(3) andFederico G. Schwindt
2011-09-23Add a test for recursive pthread_mutex_trylock()Uwe Stuehler
2011-09-18add connect and move include to top Makefile.incFederico G. Schwindt
2011-09-18test for interrupted connect.Federico G. Schwindt
2011-09-13first round of tests to check system calls restarting with pthreads.Federico G. Schwindt
2010-12-26Use sizeof(double) instead of hardcoding 8.Miod Vallat
2010-01-03Use CHECKx macro and enable setsockopt tests.Federico G. Schwindt
2009-12-26Add tests to check timeout on sockets under different situations. kurt@ ok.Federico G. Schwindt
2008-04-24Return the proper values upon failure per POSIX for pthread_sigmask(3) andKurt Miller
2006-10-13add blocked_shutdownKurt Miller
2006-10-13Test shutdown() racing with other threads using the same fileKurt Miller
2006-10-06eliminate warnings on 64bit archsKurt Miller
2006-10-03correct check for proper return value of dup2Kurt Miller
2006-09-22add blocked_close, blocked_dup2, close_race and dup2_raceKurt Miller
2006-09-22Test dup2() racing with other threads using the same fileKurt Miller
2006-09-22Test close() racing with other threads using the same fileKurt Miller
2006-09-22Test dup2() racing with other threads using the same fileKurt Miller
2006-09-22Test close() racing with other threads using the same fileKurt Miller
2006-01-05fix regression test, from artTed Unangst
2005-12-19after mutex_unlock, there's no guarantee that a waiting thread willTed Unangst
2005-11-05zap unused var.Federico G. Schwindt
2005-10-31and panic if fork(2) fails.Federico G. Schwindt
2005-10-31enter pthread_atforkFederico G. Schwindt
2005-10-31pthread_atfork(3) regression.Federico G. Schwindt
2005-10-30-Wall cleanup.Federico G. Schwindt
2004-12-29define REGRESS_ROOT_TARGETS for tests that require root privilegesDavid Krause
2004-07-10update comment about disabled tests; ok marc@David Krause
2004-06-11remove test that sometimes fails until problem is understoodMarco S Hyman
2004-03-07remove test that always fails from makefileMarco S Hyman
2004-02-28kill bad functions; some sort of ok from marc who is trying to confuse meTheo de Raadt
2004-02-27NO SPRINTF!Theo de Raadt
2004-01-15regression for pthread version of closefromMarco S Hyman
2004-01-08Update regression test to match current library semantics. A selectMarco S Hyman
2003-12-23Use getopt(3) correctly.Miod Vallat
2003-11-27openbsd tagMarco S Hyman
2003-11-27Reduce iterations so test runs faster.Marco S Hyman
2003-09-18from marc:Henning Brauer
2003-09-02add missing includesDavid Krause
2003-07-31various cleanups; david says results are sameTheo de Raadt
2003-07-14improve test. fails with current codeMarco S Hyman