summaryrefslogtreecommitdiff
path: root/regress/sys
AgeCommit message (Expand)Author
2023-07-06sysctl(2) is now sysctl(3), in particular it does not access name[0] inTheo de Raadt
2023-07-06syscall(2) regress will eventually be pointless, and untestable alsoTheo de Raadt
2023-06-26On amd64, test whether PKU has been enabled and set our expectationPhilip Guenther
2023-05-24Skip tests if p5-BSD-Socket-Splice is not installed.Alexander Bluhm
2023-05-24Default pf rule "block return; pass" interferes with test.Alexander Bluhm
2023-05-13vmm(4)/vmd(8): switch to anonymous shared mappings.Dave Voutila
2023-05-11Teach dump_tables about PKs and display non-readable pages as suchPhilip Guenther
2023-04-27cope with recent vmm changesAnton Lindqvist
2023-04-23cope with more s/XCR0/XFEATURE renamesAnton Lindqvist
2023-04-18Define net lock assertions for building kernel code in regress.Alexander Bluhm
2023-03-08Delete obsolete /* ARGSUSED */ lint comments.Philip Guenther
2023-03-08Delete obsolete /* ARGSUSED */ lint comments.Philip Guenther
2023-02-19Disable tests using the preferred bsd.regress.mk technique.Anton Lindqvist
2023-02-07switch to new simplified disklabel template format.Kenneth R Westerback
2023-01-22Cope with xonly on amd64 by moving the testfly routine to the rodataAnton Lindqvist
2023-01-18Add xonly tests, initially written by deraadt@. Tweaked by me to fit andAnton Lindqvist
2023-01-11make REGRESS_CLEANUP consistent with REGRESS_CLEANUP foundAlexandr Nedvedicky
2023-01-10purge unhooked wx_syscall filesAnton Lindqvist
2023-01-10Retire wx_syscall regress tests, they have been failing since theAnton Lindqvist
2023-01-09Whoa, that clean target is insane. If someone does a make build,Theo de Raadt
2023-01-09yet another set of regression tests for pf(4). Unlike testsAlexandr Nedvedicky
2023-01-08Due to xonly on arm64 it is no longer possible to read the testfly routine.Anton Lindqvist
2022-12-06Correct previous, must exit 0 to signal failure.Anton Lindqvist
2022-12-05Treat all possible mprotect() failures as fatal.Anton Lindqvist
2022-12-04Print skipped while running on anything other than i386.Anton Lindqvist
2022-11-27reformat REGRESS_TARGETSAnton Lindqvist
2022-11-27Applying mimmutable(2) to bss, data and text made the sys/kern/noexec tests failAnton Lindqvist
2022-11-23Remove unused struct ifnet's *if_afdata[] and struct domain's dom_if{at,de}ta...Klemens Nanni
2022-10-28Fix indent botch; noticed by kettenis@Miod Vallat
2022-10-25Make the floating-point computations a sligthly teeny bit more complex (butMiod Vallat
2022-10-22Add regress for powerpc* AltiVec with subnormal floatsGeorge Koehler
2022-10-11Run noexec tests in a new thread, leveraging the fact thatAnton Lindqvist
2022-10-10two tests are now expected to fail since the introduction of mimmutableAnton Lindqvist
2022-09-17bind/connect is now expected to succeedSebastian Benoit
2022-09-05Add minimal tooling for separating tests into dedicated programs.Anton Lindqvist
2022-09-04Make unveil tests less chatty when things work as expected.Anton Lindqvist
2022-09-03Provide PCKBC_AUX to fix compilationTheo Buehler
2022-09-01add checks that unveil() is doing the right thing irt. bind() and connect()Sebastian Benoit
2022-08-13blist: fix a possible blist corruption with blist_alloc() due to unsignedSebastien Marie
2022-08-06blist: use swblk_t type (defined in sys/blist.h)Sebastien Marie
2022-07-29Replace the swap extent(9) usage by a blist data structure.Sebastien Marie
2022-07-26Don't use echo "<blah>" | fdisk -e to create boot partition.Kenneth R Westerback
2022-06-29cope with rtentry refcnt changesAnton Lindqvist
2022-06-28Use refcnt API for struct rtentry instead of hand-crafted atomicAlexander Bluhm
2022-06-01Add a regress test for the end of lock range ambiguity bug.Visa Hankala
2022-05-31The pflow regression test could fail due to a race where the close(2)mbuhl
2022-05-16The pf IPv4 option and IPv6 extension header filter has stricterAlexander Bluhm
2022-04-29Send IP options with maximum length to check for overflow.Alexander Bluhm
2022-04-29Cleanup makefile so that tests are similar. Link pair to build.Alexander Bluhm
2022-04-29Link pf_opts to the tree.Alexander Bluhm