summaryrefslogtreecommitdiff
path: root/regress/sys
AgeCommit message (Collapse)Author
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
XXX - what about the install targets?
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, ↵Artur Grabowski
gubble, gubble...
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 ↵Todd C. Miller
outside the tree)
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
But since it uses rfork a lot is will end up here. This is a few nasty operations in the right order that can cause serious confusion in the kernel if the file descriptor handling is not done right.
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
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
2002-02-16traverse down into fdescfs and uvmArtur Grabowski
2002-02-16Need a Makefile here.Artur Grabowski
2002-02-16Misc tests for mmap, mincore, mlock and mlockall.Artur Grabowski
From NetBSD. XXX - chatty and should be really split up into smaller tests.
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
2002-02-16sysvsmgArtur Grabowski
2002-02-16Test sysv msg. From NetBSD with modifications.Artur Grabowski
2002-02-16Add license.Thomas Nordin
2002-02-16nanosleepArtur Grabowski
2002-02-16Test nanosleep(2).Artur Grabowski
2002-02-14Try to initialize variables correctly, that usually helps.Artur Grabowski