Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-02 | Be sure both programs are using the same port. | Federico G. Schwindt | |
2002-01-02 | Convert to bsd.regress.mk. | Artur Grabowski | |
Not finished yet. | |||
2002-01-02 | Ancient comment. the RSA patent expired a long time ago. | Artur Grabowski | |
2002-01-02 | Generate? Or maybe Degenerate? Definitely not Denerate. | Artur Grabowski | |
2002-01-02 | Remove obsolete comment (and a 3 second sleep). | Artur Grabowski | |
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-12 | indent. | Federico G. Schwindt | |
2001-12-12 | Set MAXTIME to 10, allowing to pass on slower machines like p 300. | Federico G. Schwindt | |
2001-12-05 | malloc(n) regression test | Theo de Raadt | |
2001-11-12 | Make MAXTIME overrideable. | Federico G. Schwindt | |
2001-11-12 | add missing -lpcap, lost in resurection of the file | Marco S Hyman | |
2001-11-11 | signal race fixes | Theo de Raadt | |
2001-11-11 | bring back test, this time in the public domain | Marco S Hyman | |
2001-11-11 | place 2 line test in the public domain | Marco S Hyman | |
2001-11-11 | remove files that have a copyright theo doesn't like | Marco S Hyman | |
2001-11-10 | Add a pcap/pthread test as it was reported that using | Marco S Hyman | |
libpcap blocked all threads. That no longer seems to be a problem as this test passes using the latest threads lib. | |||
2001-11-09 | another pthread regression test: system/waitpid/wait4 | Marco S Hyman | |
2001-11-03 | Fix pthread_mutex regression test... undefined behavior does not | Marco S Hyman | |
mean != EPERM in one test, minor changes to recursive mutex test. remove printf in signal test signal handler, run test long enough to ensure signal hander is called at least twice, reduce output. Note: running these tests over a remote console may indicate bogus falures due to console output latency. Any test that takes longer than 5 seconds to complete may be flagged as a failure. | |||
2001-09-20 | per man page and gcc 3.0.1, exit requires prototype from stdlib.h | Todd T. Fries | |
2001-09-20 | comment extra tokens at end of #endif directive | Todd T. Fries | |
2001-09-12 | Fix test. | Federico G. Schwindt | |
2001-09-11 | match getgrgid_r() change | Peter Valchev | |
2001-08-30 | this shouldn't be commented out. | Federico G. Schwindt | |
2001-08-23 | while im here, remove -Wall warnings. | Federico G. Schwindt | |
2001-08-23 | Uncomment SUBDIR in libc_r/Makefile and remove libc_r from SUBDIR. | Federico G. Schwindt | |
Makes easy to test without actually doing the regress in make build. | |||
2001-08-22 | You are not allowed to break entire architectures | Theo de Raadt | |
2001-08-15 | Use int instead of char to avoid promotion. | Federico G. Schwindt | |
2001-08-15 | Add libc_r. | Federico G. Schwindt | |
2001-08-15 | Regression tests for libc_r (pthreads) library. | Federico G. Schwindt | |
Thanks to pval@ for resolving the license stuff. | |||
2001-02-07 | uncomment rsa test; ok millert@ | Todd T. Fries | |
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 | |
1999-09-29 | ssleay->openssl name change. (Wonder what spinoff projects will name it) | Bob Beck | |
1999-09-29 | New minty openssl version | Bob Beck | |
1999-09-29 | new minty OpenSSL 0.9.4 version | Bob Beck | |
1999-01-05 | Fix up for make regress. Should handle objdir now. | Bob Beck | |
1999-01-04 | ssl lib test scripts. Need to be tested so as not to break build process | Bob Beck | |
before this libssl dir is added to the upper level Makefile. | |||
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 | |