opnsense-src/tests/sys/kern
2025-02-11 11:07:41 -08:00
..
acct Remove residual blank line at start of Makefile 2024-07-15 16:43:39 -06:00
execve Remove residual blank line at start of Makefile 2024-07-15 16:43:39 -06:00
pipe Remove residual blank line at start of Makefile 2024-07-15 16:43:39 -06:00
tty tests: kern: add some porch(1)-based tty tests 2024-10-20 20:32:31 -05:00
basic_signal.c Reenable basic_signal:trap_signal_test on i386 2022-08-25 12:09:00 +08:00
coredump_phnum_helper.c Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:16 -06:00
coredump_phnum_test.sh Remove $FreeBSD$: one-line sh pattern 2023-08-16 11:55:03 -06:00
fdgrowtable_test.c tests/fdgrowtable: perform the threaded test in a child process 2024-02-23 17:49:53 -08:00
kcov.c tests: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:01 -07:00
kern_copyin.c Remove "All Rights Reserved" from FreeBSD Foundation copyrights 2024-07-30 12:16:36 -04:00
kern_descrip_test.c tests: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:01 -07:00
kill_zombie.c Remove $FreeBSD$: one-line .c pattern 2023-08-16 11:54:42 -06:00
ktls_test.c ktls: Fix races that can lead to double initialization 2024-07-08 12:10:48 -04:00
ktrace_test.c ktrace tests: Add a test case for handling of exec+setuid binaries 2024-08-07 15:53:37 +00:00
libkern_crc32.c Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:16 -06:00
listener_wakeup.c socket tests: add listener_wakeup 2024-02-15 10:48:44 -08:00
logsigexit_test.sh tests: kern: improve logsigexit test 2024-12-14 22:40:15 -06:00
Makefile tests: kern: add some tests for recently added logsigexit 2024-12-13 23:18:31 -06:00
Makefile.depend Remove $FreeBSD$: one-line sh pattern 2023-08-16 11:55:03 -06:00
Makefile.inc Remove residual blank line at start of Makefile 2024-07-15 16:43:39 -06:00
module_test.c module_test: Fix some assignments to errno intended to be tests. 2022-03-14 14:05:05 -07:00
pdeathsig.c Remove $FreeBSD$: one-line .c pattern 2023-08-16 11:54:42 -06:00
pdeathsig_helper.c Remove $FreeBSD$: one-line .c pattern 2023-08-16 11:54:42 -06:00
prace.c tests: Add regression test for ppoll() / pselect() race. 2024-11-26 21:36:09 +01:00
ptrace_test.c ptrace tests: Fix a signed/unsigned integer comparison 2024-04-01 19:12:50 -04:00
reaper.c Remove $FreeBSD$: one-line .c pattern 2023-08-16 11:54:42 -06:00
sched_affinity.c sched tests: Avoid underflow when maxcpuid == 0 2024-07-14 14:29:14 -04:00
sendfile_helper.c sendfile tests: Fix an error check in tcp_socketpair() 2024-06-21 14:18:22 -04:00
sendfile_test.sh tests/sendfile: test operation on unix/stream socket 2024-05-03 07:45:07 -07:00
shutdown_dgram.c tests: fix typo in a comment 2024-01-25 22:19:59 -08:00
sigaltstack.c Remove $FreeBSD$: one-line .c pattern 2023-08-16 11:54:42 -06:00
sigsys.c sigsys test: correct count of delivered signals 2024-02-25 10:11:49 +02:00
sigwait.c Remove $FreeBSD$: one-line .c pattern 2023-08-16 11:54:42 -06:00
socket_accept.c sockets: don't malloc/free sockaddr memory on accept(2) 2023-11-30 08:30:55 -08:00
socket_accf.c accept_filter: return different errors for non-listener and a busy socket 2024-04-24 21:55:58 -07:00
socket_msg_trunc.c socket tests: remove MSG_TRUNC test for unix/seqpacket 2024-02-28 14:32:46 -08:00
socket_msg_waitall.c socket tests: improve error message 2024-02-01 13:37:26 -08:00
socket_splice.c SO_SPLICE tests: Fix a comment typo 2025-01-06 21:03:00 +00:00
sonewconn_overflow.py Remove $FreeBSD$: one-line sh pattern 2023-08-16 11:55:03 -06:00
sonewconn_overflow.sh Remove $FreeBSD$: one-line sh pattern 2023-08-16 11:55:03 -06:00
subr_physmem_test.c tests: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:01 -07:00
sys_getrandom.c tests: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:01 -07:00
sysctl_kern_proc.c spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD 2023-05-12 10:44:03 -06:00
sysctl_security_jail_children.sh tests: Switch sys/kern/sysctl_security_jail_children to execenv=jail 2024-10-29 21:28:02 +00:00
tty_pts.c kern: pts: do not special case closed slave side 2024-01-15 20:55:59 -06:00
unix_dgram.c unix: Add support for atomically setting the socket mode 2024-11-03 16:46:53 +00:00
unix_passfd_dgram.c tests/unix_passfd: compile SOCK_STREAM and SOCK_DGRAM versions 2022-06-24 09:09:11 -07:00
unix_passfd_stream.c tests/unix_passfd: compile SOCK_STREAM and SOCK_DGRAM versions 2022-06-24 09:09:11 -07:00
unix_passfd_test.c tests/unix_passfd: add a comment for send_a_lot 2024-02-08 09:00:41 -08:00
unix_seqpacket_test.c unix tests: Skip random_eor_and_waitall unconditionally 2024-09-25 07:44:14 -04:00
unix_stream.c tests/unix_stream: fix signedness error 2025-02-11 11:07:41 -08:00
waitpid_nohang.c Remove $FreeBSD$: one-line .c pattern 2023-08-16 11:54:42 -06:00