Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-05-15 | Build and run openssl regress tests in addition to our own. | Bob Beck | |
2002-05-11 | Add missing libraries to bsd.prog.mk (mostly kerberosV) | Marc Espie | |
Use them in DPADD throughout the tree. Fix a few mispells (LIBMATH -> LIBM...) Wipe obsolete lib (LIBRESOLV) Sort added missing libraries, move obsolete stuff apart. Synch documentation in bsd.README ok deraadt@ | |||
2002-05-03 | +pthread_specific | Wilbern Cobb | |
ok fgsch@. | |||
2002-05-03 | test pthread_key_create(), pthread_key_delete(), pthread_getspecific() | Wilbern Cobb | |
and pthread_setspecific(). ok fgsch@. | |||
2002-04-30 | arguement -> argument | Theo de Raadt | |
2002-04-20 | Raise the time limit from 5 seconds to 30 seconds. | Artur Grabowski | |
5 seconds is not enough to compile those tests on sun4c (actually, the time limit should not be applied to compilation, but fixing that is a pain). | |||
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-18 | Also test is dtors are run if we return from main. | Artur Grabowski | |
2002-02-18 | minor cleanup. | Artur Grabowski | |
2002-02-18 | clean | Artur Grabowski | |
2002-02-18 | Add libssl. | Artur Grabowski | |
2002-02-17 | Manual cleanup of remaining userland __P use (excluding packages maintained ↵ | Todd C. Miller | |
outside the tree) | |||
2002-02-17 | use semaphore to sync threads, not sleep | Marco S Hyman | |
2002-02-17 | a state variable used by multiple threads needs to be volatile | Marco S Hyman | |
2002-02-17 | This test requires root, make it use REGRESSROOTTARGETS. | Marco S Hyman | |
Requires bsd.regress.mk version 1.9 or later | |||
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-02-15 | fork and start up a listener to discard bytes instead of | Marco S Hyman | |
relying on the discard service being enabled. Listener listens on localhost, only | |||
2002-02-01 | minor changes. | Federico G. Schwindt | |
2002-02-01 | getaddrinfo regress | Todd T. Fries | |
2002-01-31 | fork, not vfork, fix comment. | Artur Grabowski | |
2002-01-31 | enable dtors. | Artur Grabowski | |
2002-01-31 | Simple (ehmm) test for static destructors. | Artur Grabowski | |
Not for the faint-hearted. | |||
2002-01-31 | go down into csu | Artur Grabowski | |
2002-01-31 | need a makefile | Artur Grabowski | |
2002-01-31 | simple test for static constructors. | Artur Grabowski | |
2002-01-15 | Move the enc tests into the Makefile and split them into | Artur Grabowski | |
several small tests. beck@ ok | |||
2002-01-08 | Better version of pcap regression test. Use mutex and conditions to | Marco S Hyman | |
sync threads instead of timeouts. Test passes with recent fgs@ patches (not commited yet) | |||
2002-01-04 | Make this into a dummy regress test. | 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 | Add libc_r. | Artur Grabowski | |
This is ok now that simply typing make will actually run "make regress" and build errors are simply treated as regression test errors. | |||
2002-01-03 | depend regress: on PROG (this whole Makefile is ugly) | Artur Grabowski | |