summaryrefslogtreecommitdiff
path: root/regress/sys/kern
AgeCommit message (Expand)Author
2013-03-30Make forking socket splicing tests more reliable on slow machines.Alexander Bluhm
2013-01-17Improve socket splicing tests:Alexander Bluhm
2013-01-15The socket splicing tests allow the kernel to return EFBIG in caseAlexander Bluhm
2013-01-08Add performance test for socket splicing. Two tcpbench processesAlexander Bluhm
2013-01-08Autoflush the log file of the child process.Alexander Bluhm
2013-01-03Reengineer the socket splicing regression tests:Alexander Bluhm
2013-01-07missing argument to printfMiod Vallat
2013-01-05Fix test descriptions.Alexander Bluhm
2013-01-05Add more tests for UDP socket splicing and enhance existing tests.Alexander Bluhm
2013-01-03Reengineer the socket splicing regression tests:Alexander Bluhm
2013-01-04Fix another race in socket splicing test.Alexander Bluhm
2013-01-03Reengineer the socket splicing regression tests:Alexander Bluhm
2013-01-03The socket splicing tests have been moved from directory splice toAlexander Bluhm
2013-01-03Add subdir sosplice.Alexander Bluhm
2013-01-03Reengineer the socket splicing regression tests:Alexander Bluhm
2013-01-02tyop in commentJasper Lievisse Adriaanse
2013-01-02regress test for pty TTYHOG bug; OK miod@Todd C. Miller
2012-07-09This test is not reliable in echo mode.Alexander Bluhm
2012-07-09Modern Perl deferes signal handlers between opcodes. To send TCPAlexander Bluhm
2012-07-09Add a socket splicing test that sends a reset from the client whileAlexander Bluhm
2012-07-08Add a test for kevent(EV_DELETE) screwing with POSIX file locksPhilip Guenthe
2012-06-29Fix year in public domain declaration. Also, include <stddef.h> forMatthew Dempsky
2012-06-29Clear out the sigset_t again before calling sigpending() to make sureMatthew Dempsky
2012-06-29add a regress test for sigpending(); add licensing notice to stackjmp.cMatthew Dempsky
2012-06-23add (currently failing) stackjmp regress testMatthew Dempsky
2012-04-12rfork RIPPhilip Guenthe
2012-03-05If the main thread exits, the process should still be able to getPhilip Guenthe
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-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-04Add new socket splicing tests for the idle timeout feature. NoteAlexander Bluhm
2011-04-22Make the socket splicing regression tests architecture independentAlexander Bluhm
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