freebsd-dev/sys/compat/cloudabi
Ed Schouten c0af8d16d8 Call cap_rights_init() properly.
Even though or'ing the individual rights works in this specific case, it
may not work in general. Pass them in as varargs.
2016-02-24 10:54:26 +00:00
..
cloudabi_clock.c Add a futex implementation for CloudABI. 2015-07-27 10:07:29 +00:00
cloudabi_errno.c Add a sysentvec for CloudABI on x86-64. 2015-07-16 18:24:06 +00:00
cloudabi_fd.c Decompose linkat()/renameat() rights to source and target. 2015-08-27 15:16:41 +00:00
cloudabi_file.c Fall back to O_RDONLY -- not O_WRONLY. 2015-08-11 14:08:46 +00:00
cloudabi_futex.c Let the CloudABI futex code use umtx_keys. 2015-08-04 06:02:03 +00:00
cloudabi_mem.c Make handling of mmap()'s prot argument more strict. 2016-02-23 09:22:00 +00:00
cloudabi_proc.c fork: plug a use after free of the returned process 2016-02-04 04:25:30 +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 Call cap_rights_init() properly. 2016-02-24 10:54:26 +00:00
cloudabi_syscalldefs.h Properly format pointer size independent CloudABI system calls. 2015-10-08 05:27:45 +00:00
cloudabi_thread.c Add a futex implementation for CloudABI. 2015-07-27 10:07:29 +00:00
cloudabi_util.h Add file_open(): the underlying system call of openat(). 2015-08-06 06:47:28 +00:00