freebsd-dev/sys/compat/cloudabi
Ed Schouten 70907712be Make handling of mmap()'s prot argument more strict.
- Make the system call fail if prot contains bits other than read, write
  and exec.
- Similar to OpenBSD's W^X, don't allow write and exec to be set at the
  same time. I'd like to see for now what happens if we enforce this
  policy unconditionally. If it turns out that this is far too strict,
  we'll loosen this requirement.
2016-02-23 09:22:00 +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
cloudabi_sock.c Properly convert the error number to CloudABI's indexing. 2015-08-11 14:07:04 +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