freebsd-dev/sys/compat/cloudabi64
Ed Schouten fbb624e76f Add the last remaining system calls: send() and recv().
There is still one TODO item for these calls: add file descriptor
passing. The data structures are already prepared for this. It's just
the translation that's missing.

Obtained from:	http://github.com/NuxiNL/freebsd
2015-08-12 17:42:20 +00:00
..
cloudabi64_fd.c Implement {,p}{read,write}{,v}(). 2015-07-14 14:33:21 +00:00
cloudabi64_poll.c Make blocking CloudABI futex operations work. 2015-08-12 08:41:48 +00:00
cloudabi64_proto.h Regenerate the system call table. 2015-08-05 13:10:13 +00:00
cloudabi64_sock.c Add the last remaining system calls: send() and recv(). 2015-08-12 17:42:20 +00:00
cloudabi64_syscall.h Regenerate the system call table. 2015-08-05 13:10:13 +00:00
cloudabi64_syscalldefs.h
cloudabi64_syscalls.c Regenerate the system call table. 2015-08-05 13:10:13 +00:00
cloudabi64_sysent.c Regenerate the system call table. 2015-08-05 13:10:13 +00:00
cloudabi64_systrace_args.c Regenerate the system call table. 2015-08-05 13:10:13 +00:00
cloudabi64_thread.c Make thread creation work for CloudABI processes. 2015-07-21 12:47:15 +00:00
cloudabi64_util.h Make thread creation work for CloudABI processes. 2015-07-21 12:47:15 +00:00
Makefile
syscalls.conf
syscalls.master Import the latest CloudABI system call definitions and table. 2015-08-05 13:09:46 +00:00