summaryrefslogtreecommitdiff
path: root/regress/lib
AgeCommit message (Expand)Author
2002-07-05regress for getaddrinfo/getnameinfoJun-ichiro itojun Hagino
2002-06-23Fix pthread floatting point preemption test and enable it. NextMarco S Hyman
2002-06-23more gid_t and uid_t are unsignedTheo de Raadt
2002-06-17Remove bogus make expression that only confused readers of the file.Marco S Hyman
2002-06-16write newline before successful test completionMarco S Hyman
2002-06-16write output to stdout instead of fprintf to stderr. This brings itMarco S Hyman
2002-06-08recurse into my new test (libm/trivial1)Jason Wright
2002-06-08Really simple test that shouldn't fail, but does on some arch's (ok, oneJason Wright
2002-05-15Build and run openssl regress tests in addition to our own.Bob Beck
2002-05-11Add missing libraries to bsd.prog.mk (mostly kerberosV)Marc Espie
2002-05-03+pthread_specificWilbern Cobb
2002-05-03test pthread_key_create(), pthread_key_delete(), pthread_getspecific()Wilbern Cobb
2002-04-30arguement -> argumentTheo de Raadt
2002-04-20Raise the time limit from 5 seconds to 30 seconds.Artur Grabowski
2002-02-23no more need to explicitly specify regress: _SUBDIRUSE targets anymore.Artur Grabowski
2002-02-19We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.Todd C. Miller
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