aboutsummaryrefslogtreecommitdiff
path: root/tests/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* ptrace_test: require debug.ptrace_transparent_attach enabled for its testKonstantin Belousov3 days2-0/+5
* tests/sys/kern: Skip capsicum procdesc tests when capability mode is unavailableOlivier Cochard4 days3-0/+13
* exterror(9): dynamic kernel categoriesBrooks Davis6 days1-0/+27
* tests/sys/kern: adjust tests for the new reaping behaviorKonstantin Belousov8 days4-15/+20
* tests/procdesc: Fix race in pdopenpid_pdwait_only_oneOlivier Cochard10 days1-2/+15
* Revert "tests/ktls: merge two sysctl checking helpers into one"Gleb Smirnoff12 days1-8/+27
* tests/ktls: merge two sysctl checking helpers into oneGleb Smirnoff13 days1-27/+8
* unix: Preserve FD_RESOLVE_BENEATH when passing an fdMark Johnston2026-07-241-0/+31
* tests/exterr_test: use ATF_REQUIRE_FEATURE to check exterr_stringsSiva Mahadevan2026-07-222-2/+5
* exterror tests: harden the checksAlexander Leidinger2026-07-211-1/+23
* subr_physmem_test: add tests for two edge-casesMitchell Horne2026-07-131-0/+43
* tests/inotify: Make an error message more usefulMark Johnston2026-07-091-1/+2
* tests/sendfile: move the helper program to commonKUROSAWA Takahiro2026-07-083-180/+1
* pddupfd(2): add basic testKonstantin Belousov2026-07-071-0/+74
* tests/procdesc: Add some test cases for pdopenpid()Mark Johnston2026-07-071-0/+467
* inotify: Unconditionally generate IN_IGNORED events for files/dirsMark Johnston2026-07-061-0/+24
* tests/aslr: Fix spurious test failuresMark Johnston2026-07-031-4/+16
* jail: prevent a race between jail_attach in different threadsJamie Gritton2026-07-022-0/+233
* ktls: Add a tunable to disable TLS receiveAndrew Gallatin2026-07-011-32/+58
* ktls CBC decrypt: Only increment iovec index when an entry is usedJohn Baldwin2026-06-301-2/+108
* unlinkat: Pass flags down to the work functionsMark Johnston2026-06-302-0/+221
* tests: Fix race condition in aslr_setuid, take 2Dag-Erling Smørgrav2026-06-231-10/+8
* tests: Fix race condition in aslr_setuidDag-Erling Smørgrav2026-06-222-3/+14
* tests: unix: add SCM_RIGHTS tests for SO_PASSRIGHTSKyle Evans2026-06-191-0/+150
* tests: unix: pull a recvfd_payload_cmsg out of recvfd_payloadKyle Evans2026-06-191-8/+16
* tests: Fix build if TIOCSTI is not definedEd Maste2026-06-151-0/+6
* tests/jaildesc: Use a more efficient mechanism to blockMark Johnston2026-06-121-6/+3
* tests/jaildesc: Add some more test scenariosMark Johnston2026-06-122-1/+205
* imgact_elf: Clear no-ASLR and -WXORX flags earlier for setugid imagesMark Johnston2026-06-092-0/+159
* ktls: Don't attempt to modify non-anonymous mbufs on the receive pathJohn Baldwin2026-06-091-0/+93
* tests/ptrace: Validate PT_SC_REMOTE with some tricky syscallsMark Johnston2026-06-081-0/+215
* ptrace_test: expect PT_STEP tests to fail on riscvSiva Mahadevan2026-05-281-0/+8
* tests/procdesc: Use a more efficient mechanism to blockMark Johnston2026-05-222-5/+38
* ptrace: Fix validation of PT_SC_REMOTE argumentsMark Johnston2026-05-201-19/+66
* jaildesc: Make sure to drain selinfo sleepers in jaildesc_close()Mark Johnston2026-05-202-0/+203
* procdesc: Make sure to drain selinfo sleepers in procdesc_free()Mark Johnston2026-05-202-1/+86
* physmem: Add a way to read all memorySarah Walker2026-05-121-0/+33
* tests: Add a simple regression test for an execve overflow bugMark Johnston2026-05-042-0/+47
* tests/timerfd: SerializeMark Johnston2026-05-031-0/+2
* unix: Make sure we signal EOF on the write side when disconnectingMark Johnston2026-05-031-17/+60
* nullfs: Clear inotify flags during reclaimMark Johnston2026-04-261-0/+112
* tty: Avoid leaving dangling pointers in tty_drop_ctty()Mark Johnston2026-04-212-0/+83
* timerfd: Guard expected performance failureJake Freeland2026-03-261-1/+2
* timerfd: Expect periodic timer performance failuresJake Freeland2026-03-262-4/+2
* timerfd: Fix interval callout schedulingJake Freeland2026-03-201-0/+29
* timerfd: Add testsJake Freeland2026-03-202-0/+1321
* tests/kern/ssl_sendfile: fix 'random' and 'basic' flakynessGleb Smirnoff2026-03-101-8/+12
* tests/kern/ssl_sendfile: reduce copy & pasteGleb Smirnoff2026-03-101-12/+12
* tests/kern: put ssl_sendfile under MK_OPENSSL != noGleb Smirnoff2026-02-261-1/+1
* pdwait(2) tests: do not rely on (int *)-1 being invalid addressAlan Somers2026-02-171-3/+17