Age | Commit message (Expand) | Author |
2019-11-27 | Add regress tests for making syscalls from the main program text and from | mortimer |
2019-11-14 | increase pipe size in order to exercise big pipe allocations | anton |
2019-11-10 | minor style nit | anton |
2019-11-09 | +pipe | anton |
2019-11-09 | add pipe regress test suite | anton |
2019-09-20 | Improve handling of nosuid mount option, temporary directory and | Alexander Bluhm |
2019-09-20 | Fix compiler warning and whitespace. | Alexander Bluhm |
2019-09-20 | Run regress wx_syscall if /usr/obj is mounted wxallowed. | Alexander Bluhm |
2019-09-20 | Regress mmap_hint usually passes, enable it. | Alexander Bluhm |
2019-09-19 | Make checksum comparison more robust. 0xffff is the same as 0. | Alexander Bluhm |
2019-09-17 | Send ping6 fragment that ends behind ipv6 max packet size. | Alexander Bluhm |
2019-09-11 | Fix unveil for relative lookups in the non AT_FDCWD case | Bob Beck |
2019-09-11 | Make it possible to free overlapping regions (effectively allowing | Mark Kettenis |
2019-09-08 | Pull out and expand openat tests into their own routine. | Bob Beck |
2019-09-05 | Ignore missing pseudo terminal for ssh when called from cron job. | Alexander Bluhm |
2019-09-05 | Name environment variables consistently. | Alexander Bluhm |
2019-09-05 | Minimize differences between IPv4 and IPv6 multicast tests. | Alexander Bluhm |
2019-09-05 | Link IPv6 multicast tests to regress build. | Alexander Bluhm |
2019-09-05 | Test IPv6 multicast sender, receiver, router. Minimal mc6route | Alexander Bluhm |
2019-09-02 | Test multicast sender, receiver, router. Minimal mcroute implmentation | Alexander Bluhm |
2019-09-03 | Create remote log files in obj directory. | Alexander Bluhm |
2019-09-02 | Test multicast sender, receiver, router. Minimal mcroute implmentation | Alexander Bluhm |
2019-09-02 | Link multicast tests to regress build. | Alexander Bluhm |
2019-09-02 | Test multicast sender, receiver, router. Minimal mcroute implmentation | Alexander Bluhm |
2019-08-06 | Use SUDO to run test as root. | Alexander Bluhm |
2019-08-06 | Test more variants to specify the root directory. | Alexander Bluhm |
2019-08-05 | Test realpath and unveil if the root directory is written as "//". | Alexander Bluhm |
2019-08-05 | Link regress realpath-unmount to build. | Alexander Bluhm |
2019-08-05 | Call realpath(3) in combination with chroot(2) and chdir(2). | Alexander Bluhm |
2019-08-04 | Add arm64 asm for stackpivot regress test. | mortimer |
2019-08-04 | Test that unmount works after calling unlink(2) with relative | Alexander Bluhm |
2019-08-01 | Call unveil(2) in combination with unlink(2) and chroot(2). | Alexander Bluhm |
2019-08-01 | Link regress unveil-unmount to build. | Alexander Bluhm |
2019-08-01 | Call unveil(2) in combination with unlink(2) and chroot(2). | Alexander Bluhm |
2019-07-29 | regress: Add mips64 stack pivot asm for octeon in stackpivot tests | mortimer |
2019-07-23 | Fix realpath(3) errno code for an empty input path string. | Stefan Sperling |
2019-07-16 | Call stat(2) only once in realpath(3) userland reference implementation. | Alexander Bluhm |
2019-07-15 | Our kernel __realpath(2) implementation does not allow non-existing | Alexander Bluhm |
2019-07-12 | Test should also run if there is no obj directory. Name regress | Alexander Bluhm |
2019-07-09 | Regress realpath(3) fails since the non directory hack has been | Alexander Bluhm |
2019-07-09 | Fix white spaces. | Alexander Bluhm |
2019-07-08 | Add some padding bytes to syscall argument struct so that tests | Alexander Bluhm |
2019-06-24 | Do not use a warning flag that base gcc does not understand, | Visa Hankala |
2019-06-24 | Fix test after kernel interface change. | Visa Hankala |
2019-06-17 | improve clock_gettime regress: | anton |
2019-06-14 | new regress: clock_gettime(2); test if CLOCK_MONOTONIC is really monotonic | cheloha |
2019-06-04 | To avoid SYN retransmit, kill local tcp pf state that will be reused. | Alexander Bluhm |
2019-05-30 | A test for W|X ^ syscall prevention, which is difficult to incorporate | Theo de Raadt |
2019-05-29 | Add some more relative path tests | Bob Beck |
2019-05-19 | pass a context struct to each test function in order to reduce future churn | anton |