summaryrefslogtreecommitdiff
path: root/regress/sys
AgeCommit message (Expand)Author
2002-07-27limit this to the right architecturesTheo de Raadt
2002-07-27test for mprotect() on the stack area: try force execable mapping on it first...Michael Shalayeff
2002-07-26ensure that bss object being used is not ... inside the last page of data.Theo de Raadt
2002-07-26and hppaTheo de Raadt
2002-07-26regress these only on the architectures where they are expected to workTheo de Raadt
2002-07-26check for non-exec of bssTheo de Raadt
2002-07-01include string.h for memcpyArtur Grabowski
2002-07-01art said, let it failMichael Shalayeff
2002-07-01a test to see if stack is executableMichael Shalayeff
2002-06-23initialize some variables.Wilbern Cobb
2002-06-23more gid_t and uid_t are unsignedTheo de Raadt
2002-06-19regress for the kqueu for randomMichael Shalayeff
2002-06-12Add ddb subdir, and alphabeticize themNiklas Hallqvist
2002-06-11bsd makefiles are too stupid to deal with more than one program perNiels Provos
2002-06-11splay regression testNiels Provos
2002-06-11Check that "the rule" is in db_hangman.c, and that it is not violated.Niklas Hallqvist
2002-06-11kill err(3) newlines; ok miod@, deraadt@Jason Peel
2002-06-08you too, out.Federico G. Schwindt
2002-05-21public domainTodd C. Miller
2002-04-30Do signal regress testsTodd C. Miller
2002-04-30Test some floating point exception problems when SIG_IGN is in effect.Todd C. Miller
2002-04-03fix alignment problems on sparc64; with fgsch@Markus Friedl
2002-04-03o fix warnings.Federico G. Schwindt
2002-03-25missing MakefilesMarkus Friedl
2002-03-25disable miscfs for now (ever?).Federico G. Schwindt
2002-03-25clear before reuseMarkus Friedl
2002-03-25enable cryptoMarkus Friedl
2002-03-25Enable gettimeofday regression test.Thomas Nordin
2002-03-21move md5.c, add des-ede3 testMarkus Friedl
2002-03-19typosMarkus Friedl
2002-03-19md5 tests for /dev/crypto, test vectors from rfc1321Markus Friedl
2002-03-13replace alarm(3) with setitimer(2).Federico G. Schwindt
2002-03-12Add rfmem-stackArtur Grabowski
2002-03-10enable fifofs restarting on signal test.Federico G. Schwindt
2002-03-10regression for signal restart during open(2).Federico G. Schwindt
2002-03-02A start for testing EVFILT_PROC, not done yet, but this is a good check point.Artur Grabowski
2002-02-27Add a test for inheriting kqueue descriptors on fork.Artur Grabowski
2002-02-23simple test to see if siginfo passes si_addrTheo de Raadt
2002-02-23no more need to explicitly specify regress: _SUBDIRUSE targets anymore.Artur Grabowski
2002-02-22Get rid of more Ms in my tree.Artur Grabowski
2002-02-22Convert to regress.mkArtur Grabowski
2002-02-22Check the right return value in the second mmap.Artur Grabowski
2002-02-22Ugh. fix numerous bugs.Artur Grabowski
2002-02-21newlines at eofTheo de Raadt
2002-02-21Yeah, yeah, don't use stderr in a child sharing memory with the parent, gubbl...Artur Grabowski
2002-02-21Make sure that the stack is not shared.Artur Grabowski
2002-02-21Test for monotonically increasing timeofday.Thomas Nordin
2002-02-18Change license to public domain and update comment.Artur Grabowski
2002-02-18Document in more detail what's going on here.Artur Grabowski
2002-02-17Manual cleanup of remaining userland __P use (excluding packages maintained o...Todd C. Miller