summaryrefslogtreecommitdiff
path: root/regress/sys
AgeCommit message (Expand)Author
2021-08-30Test for the pathetic case that the 2nd unveil inClaudio Jeker
2021-08-30Check that fchdir() works. The problem in unveil was fixed some time ago.Claudio Jeker
2021-08-30Make lines not wrap on 80 char terminals. Code gets more readable.Claudio Jeker
2021-07-14Shrink cluster size for FAT32 to fullfil the new minimum clusterAlexander Bluhm
2021-07-10Pass expected result first when diff(1)ing for result.Martin Pieuchot
2021-07-06This regress checks that 400 singals are evenly distributed over 4Alexander Bluhm
2021-07-06alarm(3) cannot fail, remove error handling.Alexander Bluhm
2021-07-06Fix typo in comment.Alexander Bluhm
2019-09-05Test IPv6 multicast sender, receiver, router. Minimal mc6routeAlexander Bluhm
2021-07-05Write ktrace output files onto NFS mounted file systems.Alexander Bluhm
2021-06-20use __riscv instead of __riscv64Theo de Raadt
2021-06-12Exercise resetting of expired and unexpired timers.Visa Hankala
2021-06-11Adjust futex regress test since futex(2) now returns -1 on error and setsMark Kettenis
2021-06-01Introduce the new test which enforces unp_gc() run and closemvs
2021-05-27Introduce the new test which enforces unp_internalize() to follow errormvs
2021-05-22Test more corner cases of IPv4 fragment reassembly.Alexander Bluhm
2021-05-22On powerpc64 calling a function needs 64 bytes of stack overheadAlexander Bluhm
2021-05-21Fix the calculation of the maximum stack size in the command lineAlexander Bluhm
2021-05-21Set the stack size attribute of the pthreads large enough to allocateAlexander Bluhm
2021-05-17add riscv supportTheo de Raadt
2021-05-17Link fenv.S test program statically to avoid calling the dynamicAlexander Bluhm
2021-05-17Skip sosplice loop test if Perl packages are not installed.Alexander Bluhm
2021-05-16add riscv asm for these two security-feature checking regress testsTheo de Raadt
2021-05-08Fix a race in the kqueue-read test. If the writer thread managed to fillanton
2021-05-07Dynamic socket buffers make tests unreliable, set fixed buffer size.Alexander Bluhm
2021-05-04Create memory pressure in test. Allocate heap and stack in childAlexander Bluhm
2021-04-29Extend the fork and exit test with threads. Simultaneously killAlexander Bluhm
2021-04-28To hunt kernel bugs during exit, terminate processes simultaneously.Alexander Bluhm
2021-04-21Check that path MTU discovery across routing domains inserts aAlexander Bluhm
2021-04-14Unify pivot.h; brings powerpc/powerpc64 support to the usr.bin/lastcommMark Kettenis
2021-04-13Unbreak rtable regress test. Define _KERNEL in some crucial spots so thatClaudio Jeker
2021-02-09These regress tests expect coredumps to be written so run them withClaudio Jeker
2021-02-09These regress test expect coredumps as an effect of the test so runClaudio Jeker
2021-02-05Setup two pair(4) and one lo(4) interface in different routingAlexander Bluhm
2021-02-01ESP path MTU discovery over IPv6 tunnel has been fixed. Add test.Alexander Bluhm
2021-02-01Syntax of pf(4) route-to has changed. Adapt tests.Alexander Bluhm
2021-01-21Pledge violation for SO_RTABLE prints "wroute" now. Adapt test.Alexander Bluhm
2021-01-20Test path MTU discovery with IPv6 TCP packets tunneled in IPv4 ESP.Alexander Bluhm
2021-01-20Check the rewritten address output from tcpdump -e on pflog.Alexander Bluhm
2021-01-16If ip or ip6 forwarding is not set, expect af-to failure.Alexander Bluhm
2021-01-14IPv4 loopback addresses do not work with af-to as in_canforward()Alexander Bluhm
2021-01-14IPv6 link-local addresses are broken in pf(4) as scope ID is usedAlexander Bluhm
2021-01-13Add pflog(4) tests for IPv6.Alexander Bluhm
2021-01-12Check that rule without logopt user has no uid in log entry.Alexander Bluhm
2021-01-11Add some basic tests for pflog(4) interface. Create special routingAlexander Bluhm
2021-01-09Test that local UDP broadcast packets to 255.255.255.255 are handledAlexander Bluhm
2021-01-03Increase file descriptor limit to allow long chains of splicedAlexander Bluhm
2021-01-02Create chains and loops of spliced tcp and udp sockets. Send dataAlexander Bluhm
2020-12-30py3-scapy is now scapykn
2020-12-30getifaddrs() can return entries where ifa_addr is NULL. Check for thisSebastian Benoit