freebsd-dev/sys/compat/cloudabi
Ed Schouten 4fa92fb538 Make posix_fallocate() and posix_fadvise() work.
We can map these system calls directly to the FreeBSD counterparts. The
other filesystem related system calls will be sent out for review
separately, as they are a bit more complex to get right.
2015-07-15 09:14:06 +00:00
..
cloudabi_clock.c
cloudabi_fd.c Use FDDUP_NORMAL instead of hardcoding value 0. 2015-07-11 18:53:30 +00:00
cloudabi_file.c Make posix_fallocate() and posix_fadvise() work. 2015-07-15 09:14:06 +00:00
cloudabi_futex.c
cloudabi_mem.c
cloudabi_proc.c Let proc_raise() call into pksignal() directly. 2015-07-14 12:16:14 +00:00
cloudabi_proto.h
cloudabi_random.c Implement the CloudABI random_get() system call. 2015-07-14 18:45:15 +00:00
cloudabi_sock.c
cloudabi_syscalldefs.h
cloudabi_thread.c Implement thread_tcb_set() and thread_yield(). 2015-07-14 15:11:50 +00:00