Skip to content

Add SYS_SENDFD

Jacob Lorentzon requested to merge 4lDO2/syscall:sendfd into master

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

Merge request reports