HardenedBSD/tests/sys
Brooks Davis eb5fd01b53 soxstack: slience 32-bit gcc warning
Modern GCC complains when casting pointers to integers of a different
size (even a larger one).  Switch from uint64_t to uintptr_t which will
always be the right size for a stack address instead of maybe being too
big.

Reviewed by:	dchagin, emaste
Differential Revision:	https://reviews.freebsd.org/D45087
2024-05-08 15:51:17 +01:00
..
acl
aio
audit
auditpipe
capsicum tests: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:01 -07:00
cddl zfs tests: Silence clang warning 2023-12-04 12:22:14 -05:00
common
compat32
devrandom tests: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:01 -07:00
fifo tests: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:01 -07:00
file path_test: fix cap_rights_init usage 2024-02-15 08:58:39 -05:00
fs tests/fusefs: fix all tests that depend on kern.maxphys 2024-05-06 12:03:20 -07:00
geom tests: don't run atf_* in a subshell 2023-11-27 13:15:59 -08:00
kern tests/sendfile: test operation on unix/stream socket 2024-05-03 07:45:07 -07:00
kqueue kqueue tests: Add a regression test 2024-01-27 13:51:13 -05:00
mac
mqueue
net lagg: enable tests that stress the configuration changes 2024-05-06 15:27:32 -07:00
netgraph tests/netgraph: start ng_ksocket(4) tests 2024-03-22 22:44:16 -07:00
netinet netinet tests: basic VRRP tests 2024-05-08 13:19:04 +02:00
netinet6 netinet6 tests: Restore an atf_check invocation 2024-01-27 13:51:14 -05:00
netipsec
netlink tests/netlink: improve recently added netlink_socket:membership 2024-01-10 20:51:53 -08:00
netmap netmap: fix unit tests 2023-12-29 07:46:46 +00:00
netpfil pf tests: fix REQUIRED_MODULES typo 2024-05-03 09:51:37 +02:00
opencrypto Revert "cdefs: Remove __func__ define" 2023-11-27 14:59:54 -07:00
pjdfstest
posixshm posixshm largepage_mmap: fix a racy test 2024-01-03 16:39:53 +00:00
ses
sys bitstring: Support large bit strings. 2023-11-22 23:30:03 +01:00
vfs tests: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:01 -07:00
vm soxstack: slience 32-bit gcc warning 2024-05-08 15:51:17 +01:00
vmm
Makefile
Makefile.depend
Makefile.inc