freebsd-dev/sys/compat/cloudabi64
Ed Schouten b78ef4bd86 Refactoring: move out generic bits from cloudabi64_sysvec.c.
In order to make it easier to support CloudABI on ARM64, move out all of
the bits from the AMD64 cloudabi_sysvec.c into a new file
cloudabi_module.c that would otherwise remain identical. This reduces
the AMD64 specific code to just ~160 lines.

Reviewed by:	kib
Differential Revision:	https://reviews.freebsd.org/D3974
2015-10-22 09:07:53 +00:00
..
cloudabi64_fd.c Implement {,p}{read,write}{,v}(). 2015-07-14 14:33:21 +00:00
cloudabi64_module.c Refactoring: move out generic bits from cloudabi64_sysvec.c. 2015-10-22 09:07:53 +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 Refactoring: move out generic bits from cloudabi64_sysvec.c. 2015-10-22 09:07:53 +00:00
Makefile
syscalls.conf
syscalls.master Import the latest CloudABI system call definitions and table. 2015-08-05 13:09:46 +00:00