summaryrefslogtreecommitdiff
path: root/regress/lib
AgeCommit message (Collapse)Author
2001-11-12Make MAXTIME overrideable.Federico G. Schwindt
2001-11-12add missing -lpcap, lost in resurection of the fileMarco S Hyman
2001-11-11signal race fixesTheo de Raadt
2001-11-11bring back test, this time in the public domainMarco S Hyman
2001-11-11place 2 line test in the public domainMarco S Hyman
2001-11-11remove files that have a copyright theo doesn't likeMarco S Hyman
2001-11-10Add a pcap/pthread test as it was reported that usingMarco 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-09another pthread regression test: system/waitpid/wait4Marco S Hyman
2001-11-03Fix pthread_mutex regression test... undefined behavior does notMarco 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-20per man page and gcc 3.0.1, exit requires prototype from stdlib.hTodd T. Fries
2001-09-20comment extra tokens at end of #endif directiveTodd T. Fries
2001-09-12Fix test.Federico G. Schwindt
2001-09-11match getgrgid_r() changePeter Valchev
2001-08-30this shouldn't be commented out.Federico G. Schwindt
2001-08-23while im here, remove -Wall warnings.Federico G. Schwindt
2001-08-23Uncomment 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-22You are not allowed to break entire architecturesTheo de Raadt
2001-08-15Use int instead of char to avoid promotion.Federico G. Schwindt
2001-08-15Add libc_r.Federico G. Schwindt
2001-08-15Regression tests for libc_r (pthreads) library.Federico G. Schwindt
Thanks to pval@ for resolving the license stuff.
2001-02-07uncomment rsa test; ok millert@Todd T. Fries
2001-02-04Fix regression testEric Jackson
2001-01-29$OpenBSD$Niklas Hallqvist
2001-01-05Build dbtest before running the actual test.Angelos D. Keromytis
1999-09-29ssleay->openssl name change. (Wonder what spinoff projects will name it)Bob Beck
1999-09-29New minty openssl versionBob Beck
1999-09-29new minty OpenSSL 0.9.4 versionBob Beck
1999-01-05 Fix up for make regress. Should handle objdir now.Bob Beck
1999-01-04ssl lib test scripts. Need to be tested so as not to break build processBob Beck
before this libssl dir is added to the upper level Makefile.
1998-06-03use sigemptyset()Theo de Raadt
1997-07-25#if __STDC__ --> #ifdef __STDC__Michael Shalayeff
1997-01-17r?index -> strr?chrTodd C. Miller
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!Todd C. Miller
1996-12-21-Wall madness.Todd C. Miller
1996-05-07db release 1.85Theo de Raadt
1996-04-25sync w/ Net 960425Michael Shalayeff
1995-12-15from netbsd; do not override other CFLAGS settingsTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt