summaryrefslogtreecommitdiff
path: root/regress/lib/libc
AgeCommit message (Expand)Author
2002-10-21do not use an absolute path in include; dhartmei@ okMichael Shalayeff
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-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-04-30arguement -> argumentTheo de Raadt
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-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-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-033 12 and 20 are slowArtur 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-01trivial conversions to bsd.regress.mkArtur Grabowski
2001-12-29Add options for slient operation and for specifying a count of roundsArtur Grabowski
2001-12-22add headerTheo de Raadt
2001-12-17OpenBSD tag, explicit public domain noticeMarco S Hyman
2001-12-17sigreturn test programMarco S Hyman
2001-12-05malloc(n) regression testTheo de Raadt
2001-11-11signal race fixesTheo de Raadt
2001-02-04Fix regression testEric Jackson
2001-01-29$OpenBSD$Niklas Hallqvist
2001-01-05Build dbtest before running the actual test.Angelos D. Keromytis