summaryrefslogtreecommitdiff
path: root/regress/sys
AgeCommit message (Expand)Author
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-07update asm syntax to match toolchain requirementsMiod 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-12-05Remove excessive sys/cdefs.h inclusionTheo de Raadt
2012-11-30Generate pf_print_host.c before mkdep uses it.Tobias Ulmer
2012-07-10Add a workaround that scapy srp1() cannot detect ICMP6 error repliesAlexander Bluhm
2012-07-10Do not write spaces around = in addr.py so it can also be read byAlexander Bluhm
2012-07-10Add a subtest to the MTU ping that checks wether the ip length ofAlexander Bluhm
2012-07-10Kill trailing whitespaces.Alexander Bluhm
2012-07-10Add a test suite to route ip packets through a box running pf. YouAlexander Bluhm
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 addr.py to CLEANFILES.Alexander 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
2012-02-08Add IPv6 tests for fragmented destination options, fragments withoutAlexander Bluhm
2012-01-31Add test suite for IPv6 neighbor discovery protocol. Send all kindAlexander Bluhm
2012-01-27Test sending a short atomic IPv6 fragment.Alexander Bluhm
2012-01-24Add a test for atomic IPv6 fragment reassembly.Alexander Bluhm
2012-01-23After overlapping IPv6 fragments have been dropped, new fragmentsAlexander Bluhm
2012-01-13According to RFC 5722 we drop all IPv6 fragments that belong to aAlexander Bluhm
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