summaryrefslogtreecommitdiff
path: root/regress/lib
AgeCommit message (Expand)Author
2002-02-18Rename private err() function to dberr() to avoid collision withTodd C. Miller
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-17Manual cleanup of remaining userland __P use (excluding packages maintained o...Todd C. Miller
2002-02-17use semaphore to sync threads, not sleepMarco S Hyman
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-16+ infPeter Valchev
2002-02-16Simple test for isinf(3) and HUGE_VAL; ok artPeter Valchev
2002-02-16popenArtur Grabowski
2002-02-16Tests for popen(3). From NetBSD.Artur Grabowski
2002-02-15fork and start up a listener to discard bytes instead ofMarco S Hyman
2002-02-01minor changes.Federico G. Schwindt
2002-02-01getaddrinfo regressTodd T. Fries
2002-01-31fork, not vfork, fix comment.Artur Grabowski
2002-01-31enable dtors.Artur Grabowski
2002-01-31Simple (ehmm) test for static destructors.Artur Grabowski
2002-01-31go down into csuArtur Grabowski
2002-01-31need a makefileArtur Grabowski
2002-01-31simple test for static constructors.Artur Grabowski
2002-01-15Move the enc tests into the Makefile and split them intoArtur Grabowski
2002-01-08Better version of pcap regression test. Use mutex and conditions toMarco S Hyman
2002-01-04Make this into a dummy regress test.Artur Grabowski
2002-01-04Fix dependencyArtur Grabowski
2002-01-04Test _longjmp too. (Don't hate me for the '_' option).Artur Grabowski
2002-01-04More explicit tests of longjmp.Artur Grabowski
2002-01-04test for what longjmp(.., 0) doesArtur Grabowski
2002-01-04A bug in the malloc test uncoveres a bug in longjmp on alpha.Artur Grabowski
2002-01-03add sigreturn subdirMarco S Hyman
2002-01-03sigret-normal, sigret-indirect, and sigret-altstack testsMarco S Hyman
2002-01-03Add libc_r.Artur Grabowski
2002-01-03depend regress: on PROG (this whole Makefile is ugly)Artur Grabowski
2002-01-033 12 and 20 are slowArtur Grabowski
2002-01-03convert everything to bsd.regress.mkArtur Grabowski
2002-01-03depend the tests on the test program.Artur Grabowski
2002-01-02convert test prog into real regression testMarco S Hyman
2002-01-02Split into smaller tests. It was easier than I thought.Artur Grabowski
2002-01-02First conversion to bsd.regress.mk, needs to be split intoArtur Grabowski
2002-01-02Be sure both programs are using the same port.Federico G. Schwindt
2002-01-02Convert to bsd.regress.mk.Artur Grabowski