summaryrefslogtreecommitdiff
path: root/regress/sys/kern
AgeCommit message (Expand)Author
2015-08-01SPC -> TABMasao Uebayashi
2015-07-28check that flags value of 0 restricts the process to the _exit(2) system call.Sebastien Marie
2015-07-27add some regress for tame. just a starting point for nowSebastien Marie
2015-06-29Make this pass again on 32-bit platforms.Miod Vallat
2015-06-25Align the three variants of Remote.pm.Alexander Bluhm
2015-04-25Disable kq-tun test, as it's been broken for a while and not because of kqPhilip Guenther
2015-02-10Add bind regress testClaudio Jeker
2015-02-10Test that bind works the way it should. This fails at the moment becauseClaudio Jeker
2015-01-19The kernel doesn't actually care what a sockaddr's sa_len is on input,Philip Guenther
2015-01-15Test shmat() with a non-NULL address, both failure and successPhilip Guenther
2014-11-22using /dev/random is okTheo de Raadt
2014-10-30Add some pkill and sleep to make socket splicing performance testsAlexander Bluhm
2014-09-27Fix mmap() calls that check for a result other than MAP_FAILED.Doug Hogan
2014-08-27Regression tests for setuid-and-friends.Bret Lambert
2014-08-18Make the perl modules consistent for the multiple regression tests.Alexander Bluhm
2013-01-03Reengineer the socket splicing regression tests:Alexander Bluhm
2014-08-18Add a description of what the relayd and sosplice regression testsAlexander Bluhm
2014-08-18Make out of band data tests more reliable. As multiple tcp urgentAlexander Bluhm
2014-08-18Make the forking tests more reliable. During copy the read(2)Alexander Bluhm
2014-08-18Make the multiple UDP packet test more reliable. The receive bufferAlexander Bluhm
2014-07-20Make sure the correct errno is reported by warn* or err* and notPhilip Guenther
2014-07-19Make sure struct sockaddr_in gets completely initialized by setting it to zeroMiod Vallat
2014-07-11Put a license file into the test directories with multiple argumentAlexander Bluhm
2014-07-11Make the test output easier to read by splitting the test casesAlexander Bluhm
2013-01-03Reengineer the socket splicing regression tests:Alexander Bluhm
2014-06-24POSIX doesn't specify MAP_FILE and it's a noop anyway, so remove it toMatthew Dempsky
2014-06-23Add regress test for SIGSEGV and SIGBUS siginfo semantics.Matthew Dempsky
2014-05-20Use errc/warnc to simplify code.Philip Guenther
2014-04-27Regress for access()Philip Guenther
2014-04-24The switch statement given/when was introduced in Perl 5.10 and gotAlexander Bluhm
2014-04-18It's been a quarter century: we can assume volatile is present with that name.Philip Guenther
2014-02-28... also check that writing 0 bytes works...Marc Espie
2014-01-22Missing #includePhilip Guenther
2014-01-18Remove -Wbounded: it is now the compiler default.Martynas Venckus
2014-01-10Use arc4random instead of random in the flock regress tests.Joel Sing
2014-01-10Do not include MD assembly code in a sys regress test. Untested on alpha,Joel Sing
2014-01-08Set socket buffer size to fixed value of 100000 octets. ThisAlexander Bluhm
2013-12-21Match the type to the callsPhilip Guenther
2013-10-07Add a regression test that ensures profiling signals are delivered to theJoel Sing
2013-10-07Prefer -lpthread over -pthread.Joel Sing
2013-09-12Misc time_t tweaks. %ld / (long)tv_sec -> %lld / (long long)tv_sec.Kenneth R Westerback
2013-08-09Move the check for required perl packages into Makefile.inc so thatAlexander Bluhm
2013-08-07Check wether the required perl packages are installed. If not,Alexander Bluhm
2013-08-01Some tests are currently failing. Only run those if the REGRESS_FULLMark Kettenis
2013-07-30betterMark Kettenis
2013-07-30Make this test actually work on sparc64:Mark Kettenis
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