freebsd-src/tests/sys/kern
Alex Richardson 8b820df156 Fix build with read-only source dir after 83c20b8a2d
I changed the Makefile to use SRCS instead of LDADD, but since there is
still and absolute path to the source the .o file was created inside the
source directory instead of the build directory.
It would be nice if this was an error/warning by default, but for now just
fix this issue by using .PATH and the base name of the file.

Reported by:	cy, peterj
2021-02-03 09:30:53 +00:00
..
acct
execve
pipe Do a sweep and remove most WARNS=6 settings 2020-10-01 01:10:51 +00:00
coredump_phnum_helper.c
coredump_phnum_test.sh
fdgrowtable_test.c fdgrowtable_test.c: appease gcc 2020-12-11 22:52:16 +00:00
kcov.c
kern_copyin.c Initialize len to avoid ENOMEM from sysctl(3). 2020-09-04 19:24:27 +00:00
kern_descrip_test.c
kill_zombie.c
libkern_crc32.c tests/sys/kern/crc32: Check for SSE4.2 before using it 2021-02-02 09:53:39 +00:00
Makefile Fix build with read-only source dir after 83c20b8a2d 2021-02-03 09:30:53 +00:00
Makefile.depend
Makefile.inc
pdeathsig.c
pdeathsig_helper.c
ptrace_test.c
reaper.c
sendfile_helper.c add a few tests for sendfile. 2020-07-20 20:36:32 +00:00
sendfile_test.sh add a few tests for sendfile. 2020-07-20 20:36:32 +00:00
sigaltstack.c
sonewconn_overflow.py Clear the dmesg buffer to prevent rotating causes issues 2020-10-06 04:18:42 +00:00
sonewconn_overflow.sh
sys_getrandom.c
unix_passfd_test.c
unix_seqpacket_test.c
unix_socketpair_test.c
waitpid_nohang.c