summaryrefslogtreecommitdiff
path: root/regress/lib
AgeCommit message (Expand)Author
2002-09-14Move __cleanup into mprotect'ed page to prevent unintentional modificationsDaniel Hartmeier
2002-09-02Rename a bunch of the old bsd.regress.mk variables into the new ones.Anil Madhavapeddy
2002-09-02the regress target should be run-regress-atexit_test to avoidAnil Madhavapeddy
2002-09-01e_os.h is longer installedMarkus Friedl
2002-08-30re-enable function pointer table protection, this time make sure thatDaniel Hartmeier
2002-08-26Make this into a proper regress test.Artur Grabowski
2002-08-21add missing CLEANFILES; ok miod@Wilbern Cobb
2002-08-09Get rid of remaining __P usage (except for imported code);Jason Peel
2002-07-31Oops. don't forget to reformat the code after cut 'n paste.Artur Grabowski
2002-07-31Test that longjmp from signals works. (it does)Artur Grabowski
2002-07-29Try to modify __atexit directly and see if our function gets called.Daniel Hartmeier
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