mirror of
https://github.com/opnsense/src.git
synced 2026-02-15 08:38:13 -05:00
As with FIFOs, a path descriptor for a unix socket cannot be used with kevent(). In principle connectat(2) and bindat(2) could be modified to support an AT_EMPTY_PATH-like mode which operates on the socket referenced by an O_PATH fd referencing a unix socket. That would eliminate the path length limit imposed by sockaddr_un. Update O_PATH tests. Reviewed by: kib MFC after: 1 month Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D31970 |
||
|---|---|---|
| .. | ||
| closefrom_test.c | ||
| dup_test.c | ||
| fcntlflags_test.c | ||
| flock_helper.c | ||
| flock_test.sh | ||
| fspacectl_test.c | ||
| ftruncate_test.c | ||
| Makefile | ||
| Makefile.depend | ||
| newfileops_on_fork_test.c | ||
| path_test.c | ||