summaryrefslogtreecommitdiff
path: root/regress/sys
AgeCommit message (Expand)Author
2015-05-05Updated fifotest.outTodd C. Miller
2015-05-05fifofs now respects the flags a descriptor was opened with.Todd C. Miller
2015-04-25Disable kq-tun test, as it's been broken for a while and not because of kqPhilip Guenther
2015-04-15Test that ping6 fragments with ethernet padding get reassembledAlexander Bluhm
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-02-09sort includes correctlyTheo de Raadt
2015-02-06SIZE_MAX is standard, we should be using it in preference to theTodd C. Miller
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-12-19Use a simpler expression to check the ether type in scapy. ThisAlexander Bluhm
2014-12-17increase to 2048 to prevent failure. ok deraadt@Daniel Dickman
2014-11-22using /dev/random is okTheo de Raadt
2014-11-19do not need an ovbcopy replacement anymoreTheo de Raadt
2014-10-30Add some pkill and sleep to make socket splicing performance testsAlexander Bluhm
2014-10-18Simple malloc() to reallocarray().Doug Hogan
2014-10-09Add POLLHUP to expected revents for POLLIN on writer EOF.Todd C. Miller
2014-10-08Add tests for EOF behavior (which currently fail) and expected output.Todd C. Miller
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-08-15Convert 3DES regress test from /dev/crypto to using kernel source codeMike Belopuhov
2014-08-15Convert AES-CTR regress test from /dev/crypto to using kernel sourceMike Belopuhov
2014-08-15Convert AES regress test from /dev/crypto to using kernel source codeMike Belopuhov
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-18The pf forward tests were running rdr-to and nat-to simultaneouslyAlexander Bluhm
2014-07-16zap trailing newlines; "go for it" deraadtOkan Demirmen
2014-07-13Make the pf_fragment test pass again. pf does not adjust theAlexander Bluhm
2014-07-13Make the pf_forward test pass again. Check that the router'sAlexander Bluhm
2014-07-12Automatically load the required pf rules into the kernel of theAlexander Bluhm
2014-07-12Teach these pf regress tests to run with obj directory and to failAlexander Bluhm
2014-07-12Use a saner and consistent address layout for my network tests thatAlexander Bluhm
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
2014-07-11Verify the checksum of the echo reply fragment based on the echoAlexander Bluhm
2014-07-11Add a test that sends a large ICMP6 packet in many small fragments.Alexander Bluhm
2013-01-03Reengineer the socket splicing regression tests:Alexander Bluhm
2014-07-03Enter the REGRESS_FULL target subdirs for clean, cleandir and obj targets.Miod Vallat
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-06-19Add a basic regress test for __MAP_NOREPLACE.Matthew Dempsky
2014-06-13Add regress test for MAP_INHERIT_ZERO.Matthew Dempsky
2014-05-29use calloc, from Benjamin BaierTed Unangst
2014-05-20Use errc/warnc to simplify code.Philip Guenther