Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-04-30 | arguement -> argument | Theo de Raadt | |
2002-02-23 | no more need to explicitly specify regress: _SUBDIRUSE targets anymore. | Artur Grabowski | |
XXX - what about the install targets? | |||
2002-02-19 | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. | Todd C. Miller | |
2002-02-18 | Rename private err() function to dberr() to avoid collision with | Todd C. Miller | |
libc's err(). | |||
2002-02-18 | clean | Artur Grabowski | |
2002-02-18 | tags cleanup. | Artur Grabowski | |
2002-02-18 | add longjmp | Artur Grabowski | |
2002-02-18 | Clean up. | Artur Grabowski | |
2002-02-18 | clean | Artur Grabowski | |
2002-02-18 | Return a failure if the test fails don't just fall out from main(). | Artur Grabowski | |
2002-02-18 | clean | Artur Grabowski | |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ↵ | Todd C. Miller | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
2002-02-16 | + inf | Peter Valchev | |
2002-02-16 | Simple test for isinf(3) and HUGE_VAL; ok art | Peter Valchev | |
2002-02-16 | popen | Artur Grabowski | |
2002-02-16 | Tests for popen(3). From NetBSD. | Artur Grabowski | |
2002-01-04 | Fix dependency | Artur Grabowski | |
2002-01-04 | Test _longjmp too. (Don't hate me for the '_' option). | Artur Grabowski | |
sigsetjmp should be tested too, but that wasn't as easy to fit in here (and it wasn't broken on alpha anyway). | |||
2002-01-04 | More explicit tests of longjmp. | Artur Grabowski | |
2002-01-04 | test for what longjmp(.., 0) does | Artur Grabowski | |
2002-01-04 | A bug in the malloc test uncoveres a bug in longjmp on alpha. | Artur Grabowski | |
How ironic. | |||
2002-01-03 | add sigreturn subdir | Marco S Hyman | |
2002-01-03 | sigret-normal, sigret-indirect, and sigret-altstack tests | Marco S Hyman | |
2002-01-03 | 3 12 and 20 are slow | Artur Grabowski | |
2002-01-03 | depend the tests on the test program. | Artur Grabowski | |
2002-01-02 | convert test prog into real regression test | Marco S Hyman | |
2002-01-02 | Split into smaller tests. It was easier than I thought. | Artur Grabowski | |
XXX - Can someone who understands this verify that test8 is correct? It doesn't return failure (it can't and the code has a strange comment about it), but it prints something on sparc64 that could be interpreted as an error message). | |||
2002-01-02 | First conversion to bsd.regress.mk, needs to be split into | Artur Grabowski | |
smaller tests. | |||
2002-01-01 | trivial conversions to bsd.regress.mk | Artur Grabowski | |
2001-12-29 | Add options for slient operation and for specifying a count of rounds | Artur Grabowski | |
instead of running to the limit. | |||
2001-12-22 | add header | Theo de Raadt | |
2001-12-17 | OpenBSD tag, explicit public domain notice | Marco S Hyman | |
2001-12-17 | sigreturn test program | Marco S Hyman | |
2001-12-05 | malloc(n) regression test | Theo de Raadt | |
2001-11-11 | signal race fixes | Theo de Raadt | |
2001-02-04 | Fix regression test | Eric Jackson | |
2001-01-29 | $OpenBSD$ | Niklas Hallqvist | |
2001-01-05 | Build dbtest before running the actual test. | Angelos D. Keromytis | |
1998-06-03 | use sigemptyset() | Theo de Raadt | |
1997-07-25 | #if __STDC__ --> #ifdef __STDC__ | Michael Shalayeff | |
1997-01-17 | r?index -> strr?chr | Todd C. Miller | |
1997-01-15 | getopt(3) returns -1 when out of args, not EOF, whee! | Todd C. Miller | |
1996-12-21 | -Wall madness. | Todd C. Miller | |
1996-05-07 | db release 1.85 | Theo de Raadt | |
1996-04-25 | sync w/ Net 960425 | Michael Shalayeff | |
1995-12-15 | from netbsd; do not override other CFLAGS settings | Theo de Raadt | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |