Age | Commit message (Expand) | Author |
2023-07-06 | sysctl(2) is now sysctl(3), in particular it does not access name[0] in | Theo de Raadt |
2023-07-06 | syscall(2) regress will eventually be pointless, and untestable also | Theo de Raadt |
2023-06-26 | On amd64, test whether PKU has been enabled and set our expectation | Philip Guenther |
2023-05-24 | Skip tests if p5-BSD-Socket-Splice is not installed. | Alexander Bluhm |
2023-05-24 | Default pf rule "block return; pass" interferes with test. | Alexander Bluhm |
2023-05-13 | vmm(4)/vmd(8): switch to anonymous shared mappings. | Dave Voutila |
2023-05-11 | Teach dump_tables about PKs and display non-readable pages as such | Philip Guenther |
2023-04-27 | cope with recent vmm changes | Anton Lindqvist |
2023-04-23 | cope with more s/XCR0/XFEATURE renames | Anton Lindqvist |
2023-04-18 | Define net lock assertions for building kernel code in regress. | Alexander Bluhm |
2023-03-08 | Delete obsolete /* ARGSUSED */ lint comments. | Philip Guenther |
2023-03-08 | Delete obsolete /* ARGSUSED */ lint comments. | Philip Guenther |
2023-02-19 | Disable tests using the preferred bsd.regress.mk technique. | Anton Lindqvist |
2023-02-07 | switch to new simplified disklabel template format. | Kenneth R Westerback |
2023-01-22 | Cope with xonly on amd64 by moving the testfly routine to the rodata | Anton Lindqvist |
2023-01-18 | Add xonly tests, initially written by deraadt@. Tweaked by me to fit and | Anton Lindqvist |
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 |