summaryrefslogtreecommitdiff
path: root/tests/sys/kern
AgeCommit message (Expand)Author
11 daysMakefile*: remove powerpcspeMinsoo Choo
13 daystests: Increase timeoutJose Luis Duran
2025-12-29exterr_test: loosen the error string patternKonstantin Belousov
2025-12-22inotify: Avoid resetting the cookieMark Johnston
2025-11-13unix/stream: fix a race with MSG_PEEK on SOCK_SEQPACKET with MSG_EORGleb Smirnoff
2025-11-14unix: Fix handling of listening sockets during garbage collectionMark Johnston
2025-10-14unix/stream: repair SO_SNDTIMEOGleb Smirnoff
2025-09-05tests/socket_accf: use require.kmods property instead of ad-hoc checksSiva Mahadevan
2025-09-02unix/stream: fix EVFILT_WRITE after we did shutdown(2)Gleb Smirnoff
2025-08-12tests: Add some regression tests for copy_file_range()Mark Johnston
2025-08-08arm64: Support TBI in userspaceAndrew Turner
2025-07-15uexterr_gettext: add testsAlan Somers
2025-07-09getdirentries: Return ENOTDIR if not a directory.Dag-Erling Smørgrav
2025-07-07inotify tests: Use unsigned integers for event masksMark Johnston
2025-07-06tests: Adapt existing tests for O_CLOEXEC to O_CLOFORKRicardo Branco
2025-07-04tests: Add some regression tests for inotifyMark Johnston
2025-06-24unix/tests: Add a regression test for fd transfer across jailsMark Johnston
2025-06-19kern: send parent a SIGCHLD when the debugger has detachedKyle Evans
2025-06-17runq: Remove userland references to RQ_PPQ in rtprio contextsOlivier Certner
2025-06-09tests/unix_stream: peer's shutdown(SHUT_WR) must wake up any event mechGleb Smirnoff
2025-06-09tests/unix_stream: refactor event mech testsGleb Smirnoff
2025-05-30tests: ensure that unix/stream raises POLLIN after a shutdown(2)Kyle Evans
2025-05-29tests/unix: test MSG_PEEK read from a socket that has a descriptorGleb Smirnoff
2025-05-28tests: Add a regression test for commit 7587f6d4840f8Mark Johnston
2025-05-27tests: kern: add some tests for TIOCSTIKyle Evans
2025-05-26socket_splice tests: Explicitly bind to the loopback addressMark Johnston
2025-05-23tests/unix_seqpacket: add couple tests for shutdown(2)Gleb Smirnoff
2025-05-20unix: fix EVFILT_WRITE when peer close(2)s and shutdown(2)sGleb Smirnoff
2025-05-05tests/unix_seqpacket: re-enable stress test for unix/seqpacketGleb Smirnoff
2025-05-03tests: Serialize kern_descrip_testMark Johnston
2025-04-29tests/unix_stream: improve writable testGleb Smirnoff
2025-04-18ptrace_test: add test for the PT_ATTACH behavior on sleeping threadKonstantin Belousov
2025-04-17ptrace_test PT_SC_REMOTE: fix a raceKonstantin Belousov
2025-04-02ktrace tests: don't use INADDR_ANY as a destination for sendto(2)Gleb Smirnoff
2025-03-31jail: Add meta and env parametersIgor Ostapenko
2025-03-31ptrace_test: add test for expanded reporting of syscall argsKonstantin Belousov
2025-03-29tests: xfail readelf phdr count test w/LLVM binutilsEd Maste
2025-02-11tests/unix_stream: fix signedness errorGleb Smirnoff
2025-02-10tests/unix_stream: add test that checks a full socket isn't writableGleb Smirnoff
2025-01-06SO_SPLICE tests: Fix a comment typoMark Johnston
2024-12-14tests: kern: improve logsigexit testKyle Evans
2024-12-13tests: kern: add some tests for recently added logsigexitKyle Evans
2024-11-26tests: Add regression test for ppoll() / pselect() race.Dag-Erling Smørgrav
2024-11-03unix: Add support for atomically setting the socket modeMark Johnston
2024-10-29tests: Switch sys/kern/sysctl_security_jail_children to execenv=jailIgor Ostapenko
2024-10-20tests: kern: add some porch(1)-based tty testsKyle Evans
2024-10-13tests: move sysctl_security_jail_children.sh to the right directoryJamie Gritton
2024-09-25unix tests: Skip random_eor_and_waitall unconditionallyMark Johnston
2024-09-10tests: Add some test cases for SO_SPLICEMark Johnston
2024-08-07ktrace tests: Add a test case for handling of exec+setuid binariesMark Johnston