summaryrefslogtreecommitdiff
path: root/regress/sys
AgeCommit message (Expand)Author
2024-03-26add cfi instructions to repair this test on amd64 and arm64.Miod Vallat
2024-03-23Fix main() definition.Vitaliy Makkoveev
2024-03-14Hook up the btcfi test.Mark Kettenis
2024-03-12Add regress test showing that OpenBSD IPv6 fragment reassembly isAlexander Bluhm
2024-02-29Make nanosleep regress actually test something.Alexander Bluhm
2024-02-29Use monotonic clock to measure elapsed time.Alexander Bluhm
2024-02-29Stop assuming arbitrary rdomains are available and use the first givenAnton Lindqvist
2024-02-28Infer all rdomains from the environment with sane defaults.Anton Lindqvist
2024-02-27Skip btcfi tests on amd64 CPUs not supporting CET IBT.Anton Lindqvist
2024-02-27Favor usage of REGRESS_SKIP_TARGETS instead of this custom logic.Anton Lindqvist
2024-02-23Start of a BTCFI test.Mark Kettenis
2024-02-20Link mpath and pf_trans regress to build.Alexander Bluhm
2024-02-20Use REMOTE_ADDR from environment to configure pf_policy test. ThisAlexander Bluhm
2024-02-20Add regression test for multipath routing.Alexander Bluhm
2024-01-26Skip test with 100000 file descriptors also on macppc.Alexander Bluhm
2024-01-23Place the blob in the .openbsd.mutable section to cope with recentAnton Lindqvist
2024-01-16Cope with recent changes to pfctl output.Anton Lindqvist
2024-01-15Increase wait until threshold. Should hopefully make these tests moreAnton Lindqvist
2024-01-05Wait until the expected interface state is reached instead of relying onAnton Lindqvist
2024-01-04Skip tests that use too many resources on armv7.Alexander Bluhm
2024-01-02Run bind(2) and connect(2) in parallel also for TCP and Raw IP.Alexander Bluhm
2023-12-29more regress tests for RB_* and RBT_* macrosaisha
2023-12-07Run bind(2) and connect(2) stress test also with IPv6.Alexander Bluhm
2023-12-06Add tests that create and delete cloned routes during connect(2).Alexander Bluhm
2023-12-06Stress test bind(2) and connect(2) system calls in OpenBSD regress.Alexander Bluhm
2023-11-11Cope with recent rt_hash() const changes.Anton Lindqvist
2023-10-19Add missing removal of network interfaces in regress cleanup targets.Anton Lindqvist
2023-10-14Suppress harmless EPIPE errors during test shutdown.Anton Lindqvist
2023-10-13Use a unique mount point rooted in /mnt in order to not conflict with otherAnton Lindqvist
2023-10-13Use the idiom in cleanup target like many othersAnton Lindqvist
2023-10-12Let vnconfig select an unused device as opposed of unconditionallyAnton Lindqvist
2023-10-11Check if loopback interfaces used are skipped by pf as opposed ofAnton Lindqvist
2023-10-11Infer rdomains from environment variables N1 and N2 like many others inAnton Lindqvist
2023-10-10Fix timing issue in which one thread could be left hanging inAnton Lindqvist
2023-10-10Make it possible to run fileops tests in parallel by making use of aAnton Lindqvist
2023-09-08Print a message when test has finished successfully.Alexander Bluhm
2023-09-08Test pf and stack with double atomic IPv6 fragments.Alexander Bluhm
2023-08-20Add initial regress tests for kqueue1(2)Visa Hankala
2023-08-14unreferneced -> unreferencedMiod Vallat
2023-08-13Ignore failure when deleting regress/ttest anchorAlexandr Nedvedicky
2023-08-13kevent: Add precision and abstimer flags for EVFILT_TIMERVisa Hankala
2023-08-10Table persistent flag (PFR_TFLAG_PERSIST) won't get setAlexandr Nedvedicky
2023-07-19Cope with LRO for TCP being enabled per default by now.Anton Lindqvist
2023-07-12Report fork errors as this test is likely to hit the defaultAnton Lindqvist
2023-07-10Infer the timeout from the environment, with sane defaults. ShouldAnton Lindqvist
2023-07-10Improve err/warn messages:Anton Lindqvist
2023-07-09Allocate enough memory to pervent SIGSEGV or SIGABRT due to writeAlexander Bluhm
2023-07-07Implement route reference counting mockup poperly in rtable regress.Alexander Bluhm
2023-07-06adding regression tests:Alexandr Nedvedicky
2023-07-06sysctl(2) is now sysctl(3), in particular it does not access name[0] inTheo de Raadt