summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Expand)Author
2002-02-08add syscall and __syscallArtur Grabowski
2002-02-08same as the test for syscall(2), but for __syscall(2)Artur Grabowski
2002-02-08simple test for syscall(2)Artur Grabowski
2002-02-08pwritevArtur Grabowski
2002-02-08test pwritevArtur Grabowski
2002-02-08pwriteArtur Grabowski
2002-02-08test pwriteArtur Grabowski
2002-02-08Add exit.Artur Grabowski
2002-02-08Ok, I'm sick, but I just had to do this.Artur Grabowski
2002-02-08preadvArtur Grabowski
2002-02-08Guess what? Trivial test for preadv.Artur Grabowski
2002-02-08preadArtur Grabowski
2002-02-08Simple test for pread.Artur Grabowski
2002-02-08dup2_selfArtur Grabowski
2002-02-08Test an obscure case of dup2 behavior.Artur Grabowski
2002-02-08Add fcntl_dup.Artur Grabowski
2002-02-08Try to confuse /dev/fd (might crash the kernel on other systems or if someone...Artur Grabowski
2002-02-08Check that we get the right errno.Artur Grabowski
2002-02-08Simple test for fcntl(F_DUPFD).Artur Grabowski
2002-02-08public domain this file.Artur Grabowski
2002-02-05regress has a libexec subdir now.Matthieu Herrb
2002-02-05add a regression for test for "elfbug": the bug in ELF ld.soMatthieu Herrb
2002-02-05Add rlimit-file.Artur Grabowski
2002-02-05Test for correct enforcement of file rlimits (with a small twist).Artur Grabowski
2002-02-01minor changes.Federico G. Schwindt
2002-02-01getaddrinfo regressTodd T. Fries
2002-01-31fork, not vfork, fix comment.Artur Grabowski
2002-01-31enable dtors.Artur Grabowski
2002-01-31Simple (ehmm) test for static destructors.Artur Grabowski
2002-01-31go down into csuArtur Grabowski
2002-01-31need a makefileArtur Grabowski
2002-01-31add minheritArtur Grabowski
2002-01-31simple test for minherit.Artur Grabowski
2002-01-31simple test for static constructors.Artur Grabowski
2002-01-17regress for ssh-keygenMarkus Friedl
2002-01-15Move the enc tests into the Makefile and split them intoArtur Grabowski
2002-01-09Add tests for 'no' translation rules and 'label' in filter rules.Daniel Hartmeier
2002-01-08Better version of pcap regression test. Use mutex and conditions toMarco S Hyman
2002-01-07better.Niels Provos
2002-01-07add kqueueNiels Provos
2002-01-07simple kqueue test for pipesNiels Provos
2002-01-04Document some.Artur Grabowski
2002-01-04Make this into a dummy regress test.Artur Grabowski
2002-01-04Fix dependencyArtur Grabowski
2002-01-04Test _longjmp too. (Don't hate me for the '_' option).Artur Grabowski
2002-01-04More explicit tests of longjmp.Artur Grabowski
2002-01-04test for what longjmp(.., 0) doesArtur Grabowski
2002-01-04A bug in the malloc test uncoveres a bug in longjmp on alpha.Artur Grabowski
2002-01-03add sigreturn subdirMarco S Hyman
2002-01-03sigret-normal, sigret-indirect, and sigret-altstack testsMarco S Hyman