aboutsummaryrefslogtreecommitdiff
path: root/tests/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* unix/tests: Add a regression test for fd transfer across jailsMark Johnston2026-02-092-2/+133
* tests: Add a regression test for commit 7587f6d4840f8Mark Johnston2025-11-192-0/+138
* tests/sigsys: initialize parameter passed to sysctlbyname()Gleb Smirnoff2025-02-091-1/+1
* Remove "All Rights Reserved" from FreeBSD Foundation copyrightsEd Maste2024-09-071-1/+0
* sigsys test: correct count of delivered signalsKonstantin Belousov2024-03-011-4/+4
* kern: pts: do not special case closed slave sideKyle Evans2024-01-302-0/+67
* Revert "socket tests: Add a regression test for ktrace+recv(MSG_TRUNC)"Mark Johnston2023-10-241-57/+0
* Revert "socket tests: Build fix"Mark Johnston2023-10-241-1/+1
* socket tests: Build fixMark Johnston2023-10-241-1/+1
* socket tests: Add a regression test for ktrace+recv(MSG_TRUNC)Mark Johnston2023-10-241-0/+57
* socket tests: Clean up the MSG_TRUNC regression tests a bitMark Johnston2023-10-241-102/+128
* tests: Test that SIGSYS is not delivered if kern.signosys knob is offDmitry Chagin2023-10-102-14/+88
* SIGSYS: add testsKonstantin Belousov2023-10-092-0/+70
* socket tests: Avoid a buffer leakMark Johnston2023-09-271-0/+1
* socket tests: Add a regression test for MSG_WAITALLMark Johnston2023-09-272-0/+183
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-2319-19/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-2321-42/+0
* Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-236-6/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-237-14/+0
* tests: also remove sparc64 caseEd Maste2023-08-061-7/+1
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-07-257-7/+7
* tests: Fix format stringsMark Johnston2023-06-021-4/+4
* tests: Add a simple regression test for ptrace(PT_SC_REMOTE)Mark Johnston2023-06-021-1/+54
* fdgrowtable tests: Address a set-but-not-used warningMark Johnston2023-04-061-0/+2
* sendfile tests: Mount filesystems under the test workdirMark Johnston2023-03-201-2/+3
* sockets: add MSG_TRUNC flag handling for recvfrom()/recvmsg().Alexander V. Chernikov2023-02-092-0/+170
* sched.h: Fix _S macros for better compatibility with glibc.Dmitry Chagin2023-02-061-31/+31
* Reenable basic_signal:trap_signal_test on i386Li-Wen Hsu2022-11-091-4/+0
* ktls_test: Add a require_toe option similar to require_ifnet.John Baldwin2022-08-251-0/+12
* basic_signal test: temporarily skip trap_signal_test on i386Li-Wen Hsu2022-08-171-0/+4
* Remove PAGE_SIZE from the kcov testsAndrew Turner2022-07-191-33/+106
* ktls_test: Permit an option to skip tests not using ifnet TLS.John Baldwin2022-07-131-0/+20
* ktls_test: Permit connecting to a remote echo server for tests.John Baldwin2022-07-131-24/+92
* ktls_test: Add a helper function to close sockets.John Baldwin2022-07-131-15/+15
* Prevent running sigwait tests in parallelDmitry Chagin2022-06-171-0/+1
* tests: Get rid of invalid since 3e11d3f6 testcaseDmitry Chagin2022-06-171-23/+0
* Add tests for affinity syscalls.Dmitry Chagin2022-06-172-0/+298
* Fix build after 128b9bf9Dmitry Chagin2022-06-171-2/+3
* Add tests for sigwait family syscalls.Dmitry Chagin2022-06-172-0/+586
* Add PT_GETREGSETAndrew Turner2022-05-121-0/+61
* module_test: Fix some assignments to errno intended to be tests.John Baldwin2022-05-111-4/+4
* Add simple kyua tests for the mod* system calls.John Baldwin2022-05-112-0/+198
* Disable subr_physmem_test on mipsAndrew Turner2022-05-031-1/+2
* Have the coredump_phnum test ask for the page sizeAndrew Turner2022-05-031-3/+5
* Handle non-page aligned/sized memory in physmemAndrew Turner2022-05-031-2/+20
* Port subr_physmem to userspace and add testsAndrew Turner2022-05-032-0/+128
* ktls: Support for TLS 1.3 receive offload.John Baldwin2022-04-291-34/+95
* Stop single stepping in signal handers on arm64Andrew Turner2022-02-221-0/+66
* ktls: Disallow transmitting empty frames outside of TLS 1.0/CBC modeMark Johnston2022-02-161-8/+23
* tests: add a basic test for argc == 0Kyle Evans2022-02-104-3/+44