summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Expand)Author
2002-02-18Clean up.Artur Grabowski
2002-02-18no printf+\r, just use echoMarkus Friedl
2002-02-18don't mark tests as slow, have some slow tests print out information by defaultMarkus Friedl
2002-02-18cleanArtur Grabowski
2002-02-18tags cleanup.Artur Grabowski
2002-02-18add longjmpArtur Grabowski
2002-02-18Clean up.Artur Grabowski
2002-02-18cleanArtur Grabowski
2002-02-18Return a failure if the test fails don't just fall out from main().Artur Grabowski
2002-02-18cleanArtur Grabowski
2002-02-18Also test is dtors are run if we return from main.Artur Grabowski
2002-02-18minor cleanup.Artur Grabowski
2002-02-18cleanArtur Grabowski
2002-02-18Add libssl.Artur Grabowski
2002-02-18cleanArtur Grabowski
2002-02-18There is no test in there, so there is no point in keeping the directory.Artur Grabowski
2002-02-18Looks like too much cut 'n paste.Artur Grabowski
2002-02-18A complete rewrite.Artur Grabowski
2002-02-18Actually, remove the whole "missing" line.Artur Grabowski
2002-02-18Remove some parts that are there from the "missing" line.Artur Grabowski
2002-02-18relax restrictions for 'proxy-mode' tests (StrictModes=no), becauseMarkus Friedl
2002-02-17try agent forwarding, too.Markus Friedl
2002-02-17Manual cleanup of remaining userland __P use (excluding packages maintained o...Todd C. Miller
2002-02-17kill little bugs; art okTheo de Raadt
2002-02-17No reason to not enable the weak test.Artur Grabowski
2002-02-17madnessArtur Grabowski
2002-02-17Not really a test for rfork, but for the kernel fd handling.Artur Grabowski
2002-02-17rfsharefdArtur Grabowski
2002-02-17use semaphore to sync threads, not sleepMarco S Hyman
2002-02-17test rfork with shared fdsArtur Grabowski
2002-02-17time_elapsed_with_signal was completly wrong, fix.Artur Grabowski
2002-02-17Don't warn when we don't have an errno, warnx.Artur Grabowski
2002-02-17Add a test for nansleep with a very short time (less than a tick).Artur Grabowski
2002-02-17rfnowaitArtur Grabowski
2002-02-17test rfork(RFNOWAIT)Artur Grabowski
2002-02-17rfcfdgArtur Grabowski
2002-02-17test rfork(RFCFDG)Artur Grabowski
2002-02-17rforkArtur Grabowski
2002-02-17need a Makefile here.Artur Grabowski
2002-02-17Test rfork(RFMEM)Artur Grabowski
2002-02-17a state variable used by multiple threads needs to be volatileMarco S Hyman
2002-02-17This test requires root, make it use REGRESSROOTTARGETS.Marco S Hyman
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2002-02-16traverse down into fdescfs and uvmArtur Grabowski
2002-02-16Need a Makefile here.Artur Grabowski
2002-02-16Misc tests for mmap, mincore, mlock and mlockall.Artur Grabowski
2002-02-16+ infPeter Valchev
2002-02-16Simple test for isinf(3) and HUGE_VAL; ok artPeter Valchev
2002-02-16sysvshmArtur Grabowski
2002-02-16test sysv shared memory. From NetBSD with changes.Artur Grabowski