Age | Commit message (Expand) | Author |
2023-01-11 | make REGRESS_CLEANUP consistent with REGRESS_CLEANUP found | Alexandr Nedvedicky |
2023-01-10 | purge unhooked wx_syscall files | Anton Lindqvist |
2023-01-10 | Retire wx_syscall regress tests, they have been failing since the | Anton Lindqvist |
2023-01-09 | Whoa, that clean target is insane. If someone does a make build, | Theo de Raadt |
2023-01-09 | yet another set of regression tests for pf(4). Unlike tests | Alexandr Nedvedicky |
2023-01-08 | Due to xonly on arm64 it is no longer possible to read the testfly routine. | Anton Lindqvist |
2022-12-06 | Correct previous, must exit 0 to signal failure. | Anton Lindqvist |
2022-12-05 | Treat all possible mprotect() failures as fatal. | Anton Lindqvist |
2022-12-04 | Print skipped while running on anything other than i386. | Anton Lindqvist |
2022-11-27 | reformat REGRESS_TARGETS | Anton Lindqvist |
2022-11-27 | Applying mimmutable(2) to bss, data and text made the sys/kern/noexec tests fail | Anton Lindqvist |
2022-11-23 | Remove unused struct ifnet's *if_afdata[] and struct domain's dom_if{at,de}ta... | Klemens Nanni |
2022-10-28 | Fix indent botch; noticed by kettenis@ | Miod Vallat |
2022-10-25 | Make the floating-point computations a sligthly teeny bit more complex (but | Miod Vallat |
2022-10-22 | Add regress for powerpc* AltiVec with subnormal floats | George Koehler |
2022-10-11 | Run noexec tests in a new thread, leveraging the fact that | Anton Lindqvist |
2022-10-10 | two tests are now expected to fail since the introduction of mimmutable | Anton Lindqvist |
2022-09-17 | bind/connect is now expected to succeed | Sebastian Benoit |
2022-09-05 | Add minimal tooling for separating tests into dedicated programs. | Anton Lindqvist |
2022-09-04 | Make unveil tests less chatty when things work as expected. | Anton Lindqvist |
2022-09-03 | Provide PCKBC_AUX to fix compilation | Theo Buehler |
2022-09-01 | add checks that unveil() is doing the right thing irt. bind() and connect() | Sebastian Benoit |
2022-08-13 | blist: fix a possible blist corruption with blist_alloc() due to unsigned | Sebastien Marie |
2022-08-06 | blist: use swblk_t type (defined in sys/blist.h) | Sebastien Marie |
2022-07-29 | Replace the swap extent(9) usage by a blist data structure. | Sebastien Marie |
2022-07-26 | Don't use echo "<blah>" | fdisk -e to create boot partition. | Kenneth R Westerback |
2022-06-29 | cope with rtentry refcnt changes | Anton Lindqvist |
2022-06-28 | Use refcnt API for struct rtentry instead of hand-crafted atomic | Alexander Bluhm |
2022-06-01 | Add a regress test for the end of lock range ambiguity bug. | Visa Hankala |
2022-05-31 | The pflow regression test could fail due to a race where the close(2) | mbuhl |
2022-05-16 | The pf IPv4 option and IPv6 extension header filter has stricter | Alexander Bluhm |
2022-04-29 | Send IP options with maximum length to check for overflow. | Alexander Bluhm |
2022-04-29 | Cleanup makefile so that tests are similar. Link pair to build. | Alexander Bluhm |
2022-04-29 | Link pf_opts to the tree. | Alexander Bluhm |
2022-04-29 | Check that IGMP and ICMP6 MLD packets with router alert option pass. | Alexander Bluhm |
2022-04-28 | Use $(( )) arithmetic expansion instead of `expr something` | Jeremie Courreges-Anglas |
2022-04-28 | Environment variables must be passed through env(1) while using sudo. | Anton Lindqvist |
2022-04-27 | Send packets with IPv4 option or IPv6 extension header over loopback | Alexander Bluhm |
2022-04-28 | Get rid of set but not used compiler warning. | Anton Lindqvist |
2022-04-27 | Send packets with IPv4 option or IPv6 extension header over loopback | Alexander Bluhm |
2022-04-27 | Add test case capable of triggering the recently fixed use after free, | Anton Lindqvist |
2022-04-21 | In vmm regress skip all corner cases that do not support vmm. Link | Alexander Bluhm |
2022-04-20 | Add vmm(4) regress, disabled for now. ok rob@ | Dave Voutila |
2022-04-19 | Add dummy implementation for rt_timer_init(). Kernel sources are | Alexander Bluhm |
2022-04-10 | Print the strerror of the expected error. errno is not valid here since | Claudio Jeker |
2022-03-30 | Flag the kq-tun regress test as skipped as opposed of only mentioning it | Anton Lindqvist |
2022-03-29 | Of the enabled tests only kq-pty-1 needs root, so reduce | Theo Buehler |
2022-03-29 | Regression test for NOTE_EXIT being delivered before child is waitable. | Todd C. Miller |
2022-03-14 | Increase timeout to make test pass on sparc64. | Alexander Bluhm |
2022-02-26 | Allow pledged pf ioctl test to pass also when pf is disabled. | Alexander Bluhm |