summaryrefslogtreecommitdiff
path: root/regress/sys/kern
AgeCommit message (Expand)Author
2024-11-06Remove vnd(4) diskimage after testing to avoid that running regressAlexander Bluhm
2024-11-06Fix function declaration to be less arcane.Claudio Jeker
2024-10-15Enable sig-stop3 regress test. It should no longer fail now.Claudio Jeker
2024-10-09Add regress test that sends a SIGSTOP to a child whit its mainproc gone.Claudio Jeker
2024-10-07Add a multithreaded test for SIGSTOP and SIGCONT behaviour.Claudio Jeker
2024-09-03Fix test_fork() prototype.Anton Lindqvist
2024-09-03Stop invoking diff(1) from C in access unveil regress, instead performAnton Lindqvist
2024-09-03Adjust expected output after recent X_OK changes.Anton Lindqvist
2024-09-01Make unveil access regress work with objdir.Anton Lindqvist
2024-08-31Add regression test for access(2)+unveil(2)Jeremy Evans
2024-08-23Remove unwanted trailing newlines from err/warn format strings.Anton Lindqvist
2024-08-23these tests only print strerror result, which can be confusing to look up.Theo de Raadt
2024-08-07Rework fork-exit regress to work with any pagesize not only 4k.Claudio Jeker
2024-07-14enable warnings and fix complaintsAnton Lindqvist
2024-06-28Test writing to socket pair closed by the other side. This mustAlexander Bluhm
2024-06-28Link regress unp-write-closed to build.Alexander Bluhm
2024-06-28Test writing to socket pair closed by the other side. This mustAlexander Bluhm
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