summaryrefslogtreecommitdiff
path: root/regress/sys
AgeCommit message (Expand)Author
2012-01-11Do not read dstaddr from command line, get it from addr.py.Alexander Bluhm
2012-01-10According to RFC 5722 we drop all IPv6 fragments that belong to aAlexander Bluhm
2012-01-06Add tests for IPv6 fragment reassembly. Hand-crafted ping6Alexander Bluhm
2011-11-26If sigaltstack() fails, report which thread correctlyPhilip Guenthe
2011-11-22Add a test for forked processes inheriting their parent's signal stack.Joshua Elsasser
2011-11-06Regress tests for negative offsets, wrapping offsets, and the lack ofPhilip Guenthe
2011-11-05Verify this fails with ESPIPE on ttysPhilip Guenthe
2011-10-07Test hint-based mmap allocations.Ariane van der Steldt
2011-10-07mmap with len=0 should fail with EINVAL.Ariane van der Steldt
2011-09-21Add tests for pf fragment reassembly with all kinds of overlapping.Alexander Bluhm
2011-09-19Add a test suite to route ip fragments through a box running pf.Alexander Bluhm
2011-08-29Test that reverse splicing timeout does not affect forward splicing.Alexander Bluhm
2011-08-28Minor cleanup.Alexander Bluhm
2011-08-28Allow splice make regress to run with and without obj directory.Alexander Bluhm
2011-08-21Add one more regression test for socket splicing with idle timeout.Alexander Bluhm
2011-07-23TCP out-of-band data is not reliable. Allow socket splicingAlexander Bluhm
2011-07-07Add tests for kqueue EVFILT_SIGNAL and that they can't be passed overPhilip Guenthe
2011-07-07braces rock!Philip Guenthe
2011-07-07Suppress known failuresPhilip Guenthe
2011-07-06Add a regression test for file descriptor passing with UNIX sockets.Matthew Dempsky
2011-07-06Test handling of non-NUL terminated sun_path values as well as garbagePhilip Guenthe
2011-07-06Switch to a device that isn't deprecated and return more info onPhilip Guenthe
2011-07-06Add regress for errno returns of failed fchdir()sPhilip Guenthe
2011-07-05Hook unixsock upClaudio Jeker
2011-07-05Regress test for the path length of unix sockets.Claudio Jeker
2011-07-05plug in mmap_write_selfArtur Grabowski
2011-07-05Test for when we're writing to a file from an mmaped area of the file.Artur Grabowski
2011-07-04Add new socket splicing tests for the idle timeout feature. NoteAlexander Bluhm
2011-04-22Make the socket splicing regression tests architecture independentAlexander Bluhm
2011-04-18Deprecate vnds in favour of svnds.Thordur I. Bjornsson
2011-04-10Switch back from KERN_PROC2/kinfo_proc2 to KERN_PROC/kinfo_proc nowPhilip Guenthe
2011-04-04provide fake copies of explicit_bzero in the test scaffolds for kernel codeTheo de Raadt
2011-03-13Make regression tests more reliable.Alexander Bluhm
2011-03-13Test that reading from a spliced socket does not return eof if thereAlexander Bluhm
2011-03-12Add more regression tests for socket splicing. These find theAlexander Bluhm
2011-03-08Add regression test that checks ENOTSOCK error for non-socket drain.Alexander Bluhm
2011-02-14Make tests more reliable by handling short socket splice correctly.Alexander Bluhm
2011-01-11Fix compiler warning in regression test.Alexander Bluhm
2011-01-07Add kernel regression tests for socket splicing.Alexander Bluhm
2011-01-07do not rely on rndvar.h leaking shit into the namespaceTheo de Raadt
2010-10-15libdes -> libcryptoJonathan Gray
2010-09-22Test vectors for GMAC as published in the original GCM proposalMike Belopuhov
2010-08-07Link against libkern's timingsafe_bcmp.c, so key_wrap regress testsMatthew Dempsky
2010-08-04Add the new kqueue+rfork test, but disable the tests that use RFMEMPhilip Guenthe
2010-08-04Regression test for the recent rfork+kqueue fixPhilip Guenthe
2010-08-04tun* interfaces are now automatically destroyed on last close whenPhilip Guenthe
2010-08-04Confirm that a NOTE_EXIT knote is delivered when the child exitsPhilip Guenthe
2010-07-22Replace strncat() with strlcat().Marcus Glocker
2010-07-22Change include ordering.Marcus Glocker
2010-07-22Initial regression test program for video(4).Marcus Glocker