summaryrefslogtreecommitdiff
path: root/regress/lib/libpthread
AgeCommit message (Expand)Author
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
2003-07-10Add sigmask testMarco S Hyman
2003-07-10Add test to ensure that a masked signal with a default action ofMarco S Hyman
2003-07-08Give some feedback during the pthread_cond_timedwait testMarco S Hyman
2003-06-19free memory allocated by asprintf; ok marcoPeter Valchev
2003-06-16no nomanMichael Shalayeff
2003-02-05clean up the testall targetMarco S Hyman
2003-02-05add stdfiles test for proper fd handlingMarco S Hyman
2003-02-04Add test to compare threaded vs non-threaded fd handling.Marco S Hyman
2003-01-30add "testall" target for development testingMarco S Hyman
2003-01-27Another incorrect regression test. POSIX specifies that signalMarco S Hyman
2003-01-26remove bogus commentMarco S Hyman
2003-01-23print out the bad values when the test failsMarco S Hyman
2003-01-19add test to ensure select can be cancelled.Marco S Hyman
2003-01-18set stack size for threads, the default is too small for this test.Marco S Hyman
2003-01-14Bye-bye libc_r. libc_r and libnpthread go away. libpthreadMarco S Hyman
2002-12-13don't fail if stdout is not a tty.Marco S Hyman
2002-12-08comment out bogus portion of test until I figureMarco S Hyman
2002-11-16use -lnpthread when USELIBPTHREAD=yesMarco S Hyman