aboutsummaryrefslogtreecommitdiff
path: root/tests/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* timerfd: Guard expected performance failureJake Freeland7 days1-1/+2
* timerfd: Expect periodic timer performance failuresJake Freeland8 days2-4/+2
* timerfd: Fix interval callout schedulingJake Freeland13 days1-0/+29
* timerfd: Add testsJake Freeland13 days2-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
* pdrfork(2) tests: enable on x86Konstantin Belousov2026-02-161-9/+20
* pdrfork(2) tests: should wait for the child to exitKonstantin Belousov2026-02-161-2/+3
* pdrfork(2) tests: split basic_usageKonstantin Belousov2026-02-161-9/+19
* pdrfork(2) tests: catch runaway child for EFAULT testKonstantin Belousov2026-02-161-0/+10
* pdrfork(2) tests: do not rely on (int *)-1 being invalid addressKonstantin Belousov2026-02-161-2/+8
* pdrfork(2) tests: RFPROCDESC|RFPROC are requiredKonstantin Belousov2026-02-161-44/+2
* tests/kern: make ssl_sendfile:truncate and ssl_sendfile:grow less flakyGleb Smirnoff2026-01-271-2/+16
* Add tests for pdwaitAlan Somers2026-01-262-0/+296
* Add tests for pdrforkAlan Somers2026-01-262-0/+188
* procdesc: Add a test for pid recycling behaviorAlan Somers2026-01-262-0/+99
* tests/kern: add test for SSL_sendfile()Gleb Smirnoff2026-01-232-0/+516
* Makefile*: remove powerpcspeMinsoo Choo2026-01-091-2/+1
* tests: Increase timeoutJose Luis Duran2026-01-071-1/+1
* exterr_test: loosen the error string patternKonstantin Belousov2025-12-291-1/+1
* inotify: Avoid resetting the cookieMark Johnston2025-12-221-0/+31
* unix/stream: fix a race with MSG_PEEK on SOCK_SEQPACKET with MSG_EORGleb Smirnoff2025-11-141-0/+62
* unix: Fix handling of listening sockets during garbage collectionMark Johnston2025-11-141-0/+29
* unix/stream: repair SO_SNDTIMEOGleb Smirnoff2025-10-151-0/+27
* tests/socket_accf: use require.kmods property instead of ad-hoc checksSiva Mahadevan2025-09-051-11/+21
* unix/stream: fix EVFILT_WRITE after we did shutdown(2)Gleb Smirnoff2025-09-021-0/+24
* tests: Add some regression tests for copy_file_range()Mark Johnston2025-08-122-0/+233
* arm64: Support TBI in userspaceAndrew Turner2025-08-081-1/+1
* uexterr_gettext: add testsAlan Somers2025-07-152-0/+109
* getdirentries: Return ENOTDIR if not a directory.Dag-Erling Smørgrav2025-07-092-0/+173
* inotify tests: Use unsigned integers for event masksMark Johnston2025-07-071-2/+4
* tests: Adapt existing tests for O_CLOEXEC to O_CLOFORKRicardo Branco2025-07-061-0/+25
* tests: Add some regression tests for inotifyMark Johnston2025-07-042-0/+864
* unix/tests: Add a regression test for fd transfer across jailsMark Johnston2025-06-242-0/+136
* kern: send parent a SIGCHLD when the debugger has detachedKyle Evans2025-06-191-0/+68
* runq: Remove userland references to RQ_PPQ in rtprio contextsOlivier Certner2025-06-181-3/+2
* tests/unix_stream: peer's shutdown(SHUT_WR) must wake up any event mechGleb Smirnoff2025-06-101-8/+69
* tests/unix_stream: refactor event mech testsGleb Smirnoff2025-06-101-132/+161
* tests: ensure that unix/stream raises POLLIN after a shutdown(2)Kyle Evans2025-05-311-0/+56
* tests/unix: test MSG_PEEK read from a socket that has a descriptorGleb Smirnoff2025-05-291-0/+46
* tests: Add a regression test for commit 7587f6d4840f8Mark Johnston2025-05-282-0/+135
* tests: kern: add some tests for TIOCSTIKyle Evans2025-05-282-0/+340
* socket_splice tests: Explicitly bind to the loopback addressMark Johnston2025-05-261-2/+2
* tests/unix_seqpacket: add couple tests for shutdown(2)Gleb Smirnoff2025-05-231-0/+34
* unix: fix EVFILT_WRITE when peer close(2)s and shutdown(2)sGleb Smirnoff2025-05-211-0/+48
* tests/unix_seqpacket: re-enable stress test for unix/seqpacketGleb Smirnoff2025-05-051-2/+0
* tests: Serialize kern_descrip_testMark Johnston2025-05-031-0/+2
* tests/unix_stream: improve writable testGleb Smirnoff2025-04-302-22/+144