freebsd-skq/sys/compat/cloudabi
ed d2223126c0 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
..
cloudabi_clock.c
cloudabi_errno.c
cloudabi_fd.c Add kern_listen(), kern_shutdown(), and kern_socket(), and use them 2017-01-30 12:57:22 +00:00
cloudabi_file.c Catch up with changes to structure member names. 2017-01-17 22:05:52 +00:00
cloudabi_futex.c
cloudabi_mem.c Rework r313352. 2017-02-13 09:04:38 +00:00
cloudabi_proc.c Catch up with changes to structure member names. 2017-01-17 22:05:52 +00:00
cloudabi_proto.h
cloudabi_random.c Catch up with changes to structure member names. 2017-01-17 22:05:52 +00:00
cloudabi_sock.c Make file descriptor passing work for CloudABI's sendmsg(). 2017-03-22 06:43:10 +00:00
cloudabi_thread.c
cloudabi_util.h Make file descriptor passing work for CloudABI's sendmsg(). 2017-03-22 06:43:10 +00:00
cloudabi_vdso.c
cloudabi_vdso.lds Move the linker script from cloudabi64/ to cloudabi/. 2016-08-21 15:14:06 +00:00