summaryrefslogtreecommitdiff
path: root/regress/sys/kern
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-23more gid_t and uid_t are unsignedTheo de Raadt
2002-06-19regress for the kqueu for randomMichael Shalayeff
2002-06-11kill err(3) newlines; ok miod@, deraadt@Jason Peel
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-03-25Enable gettimeofday regression test.Thomas Nordin
2002-03-12Add rfmem-stackArtur Grabowski
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-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
2002-02-17kill little bugs; art okTheo de Raadt
2002-02-17madnessArtur Grabowski
2002-02-17Not really a test for rfork, but for the kernel fd handling.Artur Grabowski
2002-02-17rfsharefdArtur Grabowski
2002-02-17test rfork with shared fdsArtur Grabowski
2002-02-17time_elapsed_with_signal was completly wrong, fix.Artur Grabowski
2002-02-17Don't warn when we don't have an errno, warnx.Artur Grabowski
2002-02-17Add a test for nansleep with a very short time (less than a tick).Artur Grabowski
2002-02-17rfnowaitArtur Grabowski
2002-02-17test rfork(RFNOWAIT)Artur Grabowski
2002-02-17rfcfdgArtur Grabowski
2002-02-17test rfork(RFCFDG)Artur Grabowski
2002-02-17rforkArtur Grabowski
2002-02-17need a Makefile here.Artur Grabowski
2002-02-17Test rfork(RFMEM)Artur Grabowski
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2002-02-16sysvshmArtur Grabowski
2002-02-16test sysv shared memory. From NetBSD with changes.Artur Grabowski
2002-02-16sysvsemArtur Grabowski
2002-02-16Test sysv semaphores. From NetBSD with changes.Artur Grabowski