summaryrefslogtreecommitdiff
path: root/regress/sys
AgeCommit message (Expand)Author
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
2022-04-29Check that IGMP and ICMP6 MLD packets with router alert option pass.Alexander Bluhm
2022-04-28Use $(( )) arithmetic expansion instead of `expr something`Jeremie Courreges-Anglas
2022-04-28Environment variables must be passed through env(1) while using sudo.Anton Lindqvist
2022-04-27Send packets with IPv4 option or IPv6 extension header over loopbackAlexander Bluhm
2022-04-28Get rid of set but not used compiler warning.Anton Lindqvist
2022-04-27Send packets with IPv4 option or IPv6 extension header over loopbackAlexander Bluhm
2022-04-27Add test case capable of triggering the recently fixed use after free,Anton Lindqvist
2022-04-21In vmm regress skip all corner cases that do not support vmm. LinkAlexander Bluhm
2022-04-20Add vmm(4) regress, disabled for now. ok rob@Dave Voutila
2022-04-19Add dummy implementation for rt_timer_init(). Kernel sources areAlexander Bluhm
2022-04-10Print the strerror of the expected error. errno is not valid here sinceClaudio Jeker
2022-03-30Flag the kq-tun regress test as skipped as opposed of only mentioning itAnton Lindqvist
2022-03-29Of the enabled tests only kq-pty-1 needs root, so reduceTheo Buehler
2022-03-29Regression test for NOTE_EXIT being delivered before child is waitable.Todd C. Miller
2022-03-14Increase timeout to make test pass on sparc64.Alexander Bluhm
2022-02-26Allow pledged pf ioctl test to pass also when pf is disabled.Alexander Bluhm