summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Move __cleanup into mprotect'ed page to prevent unintentional modificationsdhartmei2002-09-142-10/+20
* Rename a bunch of the old bsd.regress.mk variables into the new ones.avsm2002-09-026-15/+15
* the regress target should be run-regress-atexit_test to avoidavsm2002-09-021-2/+2
* re-enable function pointer table protection, this time make sure thatdhartmei2002-08-301-2/+2
* Make this into a proper regress test.art2002-08-261-3/+5
* add missing CLEANFILES; ok miod@wcobb2002-08-211-2/+2
* Get rid of remaining __P usage (except for imported code);jsyn2002-08-091-4/+4
* Oops. don't forget to reformat the code after cut 'n paste.art2002-07-311-8/+8
* Test that longjmp from signals works. (it does)art2002-07-312-0/+31
* Try to modify __atexit directly and see if our function gets called.dhartmei2002-07-294-0/+152
* regress for getaddrinfo/getnameinfoitojun2002-07-055-2/+397
* arguement -> argumentderaadt2002-04-301-2/+2
* no more need to explicitly specify regress: _SUBDIRUSE targets anymore.art2002-02-233-9/+3
* We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.millert2002-02-191-18/+4
* Rename private err() function to dberr() to avoid collision withmillert2002-02-181-42/+49
* cleanart2002-02-181-2/+3
* tags cleanup.art2002-02-182-2/+2
* add longjmpart2002-02-181-2/+2
* Clean up.art2002-02-182-2/+5
* cleanart2002-02-182-7/+3
* Return a failure if the test fails don't just fall out from main().art2002-02-181-2/+5
* Part one of userland __P removal. Done with a simple regexp with some minor ...millert2002-02-163-31/+31
* + infpvalchev2002-02-161-2/+2
* Simple test for isinf(3) and HUGE_VAL; ok artpvalchev2002-02-162-0/+22
* popenart2002-02-161-2/+2
* Tests for popen(3). From NetBSD.art2002-02-162-0/+109
* Fix dependencyart2002-01-041-2/+2
* Test _longjmp too. (Don't hate me for the '_' option).art2002-01-042-6/+35
* More explicit tests of longjmp.art2002-01-041-4/+17
* test for what longjmp(.., 0) doesart2002-01-042-0/+39
* A bug in the malloc test uncoveres a bug in longjmp on alpha.art2002-01-041-2/+2
* add sigreturn subdirmarc2002-01-031-2/+2
* sigret-normal, sigret-indirect, and sigret-altstack testsmarc2002-01-031-1/+12
* 3 12 and 20 are slowart2002-01-031-1/+3
* depend the tests on the test program.art2002-01-031-2/+2
* convert test prog into real regression testmarc2002-01-021-3/+12
* Split into smaller tests. It was easier than I thought.art2002-01-021-5/+8
* First conversion to bsd.regress.mk, needs to be split intoart2002-01-021-5/+5
* trivial conversions to bsd.regress.mkart2002-01-018-64/+24
* Add options for slient operation and for specifying a count of roundsart2001-12-291-4/+35
* add headerderaadt2001-12-221-0/+3
* OpenBSD tag, explicit public domain noticemarc2001-12-171-0/+4
* sigreturn test programmarc2001-12-172-0/+184
* malloc(n) regression testderaadt2001-12-053-2/+114
* signal race fixesderaadt2001-11-111-4/+6
* Fix regression testericj2001-02-041-2/+2
* $OpenBSD$niklas2001-01-2925-2/+27
* Build dbtest before running the actual test.angelos2001-01-051-1/+1
* use sigemptyset()deraadt1998-06-031-1/+1
* #if __STDC__ --> #ifdef __STDC__mickey1997-07-251-3/+3