summaryrefslogtreecommitdiff
path: root/regress/sys/kern
AgeCommit message (Expand)Author
2024-06-14Replace deprecated given/when and smartmatch operator in Perl scripts.Alexander Bluhm
2024-06-03Pledge violation messages are no longer accessible through dmesg sinceAnton Lindqvist
2024-04-26fix signal test; ok tb@Jonathan Gray
2024-03-26add cfi instructions to repair this test on amd64 and arm64.Miod Vallat
2024-03-23Fix main() definition.Vitaliy Makkoveev
2024-02-29Make nanosleep regress actually test something.Alexander Bluhm
2024-02-29Use monotonic clock to measure elapsed time.Alexander Bluhm
2024-01-23Place the blob in the .openbsd.mutable section to cope with recentAnton Lindqvist
2023-10-14Suppress harmless EPIPE errors during test shutdown.Anton Lindqvist
2023-10-12Let vnconfig select an unused device as opposed of unconditionallyAnton Lindqvist
2023-10-10Fix timing issue in which one thread could be left hanging inAnton Lindqvist
2023-08-20Add initial regress tests for kqueue1(2)Visa Hankala
2023-08-14unreferneced -> unreferencedMiod Vallat
2023-08-13kevent: Add precision and abstimer flags for EVFILT_TIMERVisa Hankala
2023-07-09Allocate enough memory to pervent SIGSEGV or SIGABRT due to writeAlexander Bluhm
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-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-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-08Due to xonly on arm64 it is no longer possible to read the testfly routine.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-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-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-01add checks that unveil() is doing the right thing irt. bind() and connect()Sebastian Benoit
2022-06-01Add a regress test for the end of lock range ambiguity bug.Visa Hankala
2022-04-28Get rid of set but not used compiler warning.Anton Lindqvist
2022-04-27Add test case capable of triggering the recently fixed use after free,Anton Lindqvist
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-02-26Allow pledged pf ioctl test to pass also when pf is disabled.Alexander Bluhm
2022-02-14pty test is not expected to fail any longer.Visa Hankala
2022-02-03On i386 run-regress-ungc fails with EINVAL. It passes uninitializedAlexander Bluhm
2022-01-11Produce alive in-flight sockets with positive "f_count == unp_msgcount"Vitaliy Makkoveev
2022-01-09Add two test cases from semarie@ which are solved by the last unveilClaudio Jeker
2021-12-29Add unp_dispose() threads to 'unsopassgc' test.Vitaliy Makkoveev
2021-12-27Reduce sensitivity to TCP segmentation in urgent data test caseVisa Hankala
2021-12-27Disable poll/select iocond regressVisa Hankala
2021-12-27Make clear that poll_iocond pty test fails currently.Visa Hankala
2021-12-26Fix compiler warnings with sparc64 gcc 4.2.1.Alexander Bluhm