Add SYS_SENDFD
Adds a new powerful syscall, SYS_SENDFD, which allows sending file descriptors via a scheme socket. The scheme can choose to receive the file descriptor by calling SKMSG_FOBTAINFD
, or the kernel will automatically close it after the scheme responds.
Edited by Jacob Lorentzon