Age | Commit message (Expand) | Author |
2023-09-08 | Print a message when test has finished successfully. | Alexander Bluhm |
2023-09-08 | Test pf and stack with double atomic IPv6 fragments. | Alexander Bluhm |
2023-08-20 | Add initial regress tests for kqueue1(2) | Visa Hankala |
2023-08-14 | unreferneced -> unreferenced | Miod Vallat |
2023-08-13 | Ignore failure when deleting regress/ttest anchor | Alexandr Nedvedicky |
2023-08-13 | kevent: Add precision and abstimer flags for EVFILT_TIMER | Visa Hankala |
2023-08-10 | Table persistent flag (PFR_TFLAG_PERSIST) won't get set | Alexandr Nedvedicky |
2023-07-19 | Cope with LRO for TCP being enabled per default by now. | Anton Lindqvist |
2023-07-12 | Report fork errors as this test is likely to hit the default | Anton Lindqvist |
2023-07-10 | Infer the timeout from the environment, with sane defaults. Should | Anton Lindqvist |
2023-07-10 | Improve err/warn messages: | Anton Lindqvist |
2023-07-09 | Allocate enough memory to pervent SIGSEGV or SIGABRT due to write | Alexander Bluhm |
2023-07-07 | Implement route reference counting mockup poperly in rtable regress. | Alexander Bluhm |
2023-07-06 | adding regression tests: | Alexandr Nedvedicky |
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 |