freebsd-skq/tests/sys/kern
Alex Richardson 6ceacebdf5 Unbreak MSG_CMSG_CLOEXEC
MSG_CMSG_CLOEXEC has not been working since 2015 (SVN r284380) because
_finstall expects O_CLOEXEC and not UF_EXCLOSE as the flags argument.
This was probably not noticed because we don't have a test for this flag
so this commit adds one. I found this problem because one of the
libwayland tests was failing.

Fixes:		ea31808c3b ("fd: move out actual fp installation to _finstall")
MFC after:	3 days
Reviewed By:	mjg, kib
Differential Revision: https://reviews.freebsd.org/D29328
2021-03-18 20:52:20 +00:00
..
acct
execve
pipe
coredump_phnum_helper.c
coredump_phnum_test.sh
fdgrowtable_test.c
kcov.c
kern_copyin.c
kern_descrip_test.c
kill_zombie.c
libkern_crc32.c
Makefile Fix build with read-only source dir after 83c20b8a2d 2021-02-03 09:30:53 +00:00
Makefile.depend
Makefile.inc
pdeathsig_helper.c
pdeathsig.c
ptrace_test.c Fix GCC build of ptrace_test after 96a9e50e63 2021-03-03 11:22:43 +00:00
reaper.c
sendfile_helper.c
sendfile_test.sh
sigaltstack.c
sonewconn_overflow.py
sonewconn_overflow.sh
sys_getrandom.c
unix_passfd_test.c Unbreak MSG_CMSG_CLOEXEC 2021-03-18 20:52:20 +00:00
unix_seqpacket_test.c
unix_socketpair_test.c
waitpid_nohang.c