aboutsummaryrefslogtreecommitdiff
path: root/tests/sys/kern/Makefile
Commit message (Expand)AuthorAgeFilesLines
* tty: Avoid leaving dangling pointers in tty_drop_ctty()Mark Johnston2026-04-211-0/+1
* unix/tests: Add a regression test for fd transfer across jailsMark Johnston2026-02-091-0/+1
* tests: Add a regression test for commit 7587f6d4840f8Mark Johnston2025-11-191-0/+5
* kern: pts: do not special case closed slave sideKyle Evans2024-01-301-0/+3
* tests: Test that SIGSYS is not delivered if kern.signosys knob is offDmitry Chagin2023-10-101-0/+1
* SIGSYS: add testsKonstantin Belousov2023-10-091-0/+1
* socket tests: Add a regression test for MSG_WAITALLMark Johnston2023-09-271-0/+2
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-231-1/+0
* sockets: add MSG_TRUNC flag handling for recvfrom()/recvmsg().Alexander V. Chernikov2023-02-091-0/+1
* Prevent running sigwait tests in parallelDmitry Chagin2022-06-171-0/+1
* Add tests for affinity syscalls.Dmitry Chagin2022-06-171-0/+1
* Add tests for sigwait family syscalls.Dmitry Chagin2022-06-171-0/+2
* Add simple kyua tests for the mod* system calls.John Baldwin2022-05-111-0/+1
* Disable subr_physmem_test on mipsAndrew Turner2022-05-031-1/+2
* Port subr_physmem to userspace and add testsAndrew Turner2022-05-031-0/+6
* tests: Add some regression tests for a couple of KERN_PROC_* sysctlsMark Johnston2022-01-161-0/+1
* Basic signal tests: Can we deliver a signal?Warner Losh2021-12-061-0/+1
* tests: do not build ktls_test if WITHOUT_OPENSSLEd Maste2021-11-231-0/+4
* ktls: Add simple transmit tests of kernel TLS.John Baldwin2021-11-231-0/+2
* Fix build with read-only source dir after 83c20b8a2da0Alex Richardson2021-04-221-2/+4
* tests/sys/kern/crc32: Check for SSE4.2 before using itAlex Richardson2021-04-221-7/+7
* fd: free old file descriptor tables when not sharedRobert Wing2020-11-221-0/+2
* tests: move the memfd tests over to sys/posixshmKyle Evans2020-09-231-1/+0
* Use MACHINE_CPUARCH when checking for arm64Andrew Turner2020-09-141-1/+1
* add a few tests for sendfile.Chuck Silvers2020-07-201-0/+3
* Add a regression test for the changes in r359922 and r359923.Jonathan T. Looney2020-04-161-0/+8
* Add linux-compatible memfd_createKyle Evans2019-09-251-0/+1
* Add a test for kill() on a zombieJilles Tjoelker2019-08-061-0/+1
* Separate kernel crc32() implementation to its own header (gsb_crc32.h) andXin LI2019-06-171-1/+0
* Temporarily disable the kcov tests. Not all architectures haveAndrew Turner2019-01-121-1/+1
* Add support for the Clang Coverage Sanitizer in the kernel (KCOV).Andrew Turner2019-01-121-0/+2
* Fix reporting of SS_ONSTACKEric van Gyzen2018-11-301-0/+1
* Fix LOCAL_PEERCRED with socketpair(2)Alan Somers2018-08-031-1/+2
* Add PROC_PDEATHSIG_SET to procctl interface.Konstantin Belousov2018-04-181-0/+2
* Implement getrandom(2) and getentropy(3)Conrad Meyer2018-03-211-0/+5
* Fix and enable SysV IPC tests.Brooks Davis2018-02-051-0/+1
* armv8 has support for optional CRC32C instructions. This patch checks if they...Michael Tuexen2017-04-271-1/+7
* Remove the unportable -msse4 here too after fixing crc32_sse42.c to notBruce Evans2017-04-021-1/+1
* Defer ptracestop() signals that cannot be delivered immediatelyEric Badger2017-02-201-0/+1
* calculate_crc32c: Add SSE4.2 implementation on x86Conrad Meyer2017-01-311-1/+7
* Add some tests for reaper functionality (in procctl()).Jilles Tjoelker2016-12-101-0/+1
* Add test case for >65535 segment coredumpsConrad Meyer2016-11-011-0/+5
* wait: Do not copyout uninitialized status/rusage/wrusage.Jilles Tjoelker2016-09-091-0/+1
* Commit a missing change from 299090Alan Somers2016-05-231-2/+0
* Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installedEnji Cooper2016-05-041-3/+0
* Automate the subr_unit test.Alan Somers2016-04-291-0/+10
* More 'tests' package fixes.Glen Barber2016-02-031-0/+3
* Integrate tools/regression/sockets/unix_passfd into the FreeBSD testEnji Cooper2015-12-301-0/+1
* Fix LDADD/DPADD that should be LIBADD.Bryan Drewery2015-12-041-4/+3
* Integrate contrib/netbsd-tests/kernel/t_mqueue into the FreeBSD testEnji Cooper2015-11-231-0/+5