freebsd-dev/sys/compat/cloudabi64
Ed Schouten 36cc183884 Make file descriptor passing work for CloudABI's sendmsg().
Reduce the potential amount of code duplication between cloudabi32 and
cloudabi64 by creating a cloudabi_sock_recv() utility function. The
cloudabi32 and cloudabi64 modules will then only contain code to convert
the iovecs to the native pointer size.

In cloudabi_sock_recv(), we can now construct an SCM_RIGHTS cmsghdr in
an mbuf and pass that on to kern_sendit().
2017-03-22 06:43:10 +00:00
..
cloudabi64_fd.c Catch up with changes to structure member names. 2017-01-17 22:05:52 +00:00
cloudabi64_module.c
cloudabi64_poll.c Revert crap accidentally committed 2017-01-28 16:31:23 +00:00
cloudabi64_proto.h Regenerate all the system call tables to drop "created from" lines. 2017-02-10 19:45:02 +00:00
cloudabi64_sock.c Make file descriptor passing work for CloudABI's sendmsg(). 2017-03-22 06:43:10 +00:00
cloudabi64_syscall.h Regenerate all the system call tables to drop "created from" lines. 2017-02-10 19:45:02 +00:00
cloudabi64_syscalls.c Regenerate all the system call tables to drop "created from" lines. 2017-02-10 19:45:02 +00:00
cloudabi64_sysent.c Regenerate all the system call tables to drop "created from" lines. 2017-02-10 19:45:02 +00:00
cloudabi64_systrace_args.c
cloudabi64_thread.c Catch up with changes to structure member names. 2017-01-17 22:05:52 +00:00
cloudabi64_util.h
Makefile
syscalls.conf