summaryrefslogtreecommitdiff
path: root/regress/lib/libpthread
AgeCommit message (Expand)Author
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
2002-11-12dueling mallocs -- test for proper serialization when multiple threadsMarco S Hyman
2002-10-27remove MD bits from test.Marco S Hyman
2002-10-23remove 0x in front of %p -- not neededMarco S Hyman
2002-10-21regression tests should test for proper operation, not what the codeMarco S Hyman
2002-10-21Clean up the siginfo test. pthreads siginfo delivery code stillMarco S Hyman
2002-10-21Add new testsMarco S Hyman
2002-10-21Add test for non-deferred signal handling in threads. pthreads codeMarco S Hyman
2002-10-21Add test for pthread_kill. The test currently fails as threadMarco S Hyman
2002-10-12Enable test for proper inheritance of NONBLOCK flag on accept.Marco S Hyman
2002-10-12reduce the amount of output on this test so you can see when thingsMarco S Hyman