aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/cloudabi/cloudabi_fd.c
Commit message (Expand)AuthorAgeFilesLines
* Drop cloudabiKonstantin Belousov2021-09-211-475/+0
* shm: correct KPI mistake introduced around memfd_createKyle Evans2020-01-051-1/+1
* [2/3] Add an initial seal argument to kern_shm_open()Kyle Evans2019-09-251-1/+2
* kern_shm_open: push O_CLOEXEC into caller controlKyle Evans2019-07-311-1/+2
* sys/cloudabi: Avoid relying on GNU specific extensionsEitan Adler2018-03-071-1/+1
* Import the latest CloudABI definitions, version 0.16.Ed Schouten2017-10-181-11/+0
* Merge pipes and socket pairs.Ed Schouten2017-09-051-31/+7
* Complete the CloudABI networking refactoring.Ed Schouten2017-08-301-6/+1
* Sync CloudABI compatibility against the latest upstream version (v0.13).Ed Schouten2017-08-251-18/+2
* Upgrade to the latest sources generated from the CloudABI specification.Ed Schouten2017-07-261-8/+0
* Add kern_listen(), kern_shutdown(), and kern_socket(), and use themEdward Tomasz Napierala2017-01-301-9/+3
* Add kern_lseek() and use it instead of sys_lseek() in various compats.Edward Tomasz Napierala2017-01-301-8/+5
* Revert crap accidentally committedBaptiste Daroussin2017-01-281-1/+0
* Revert r312923 a better approach will be taken laterBaptiste Daroussin2017-01-281-0/+1
* cloudabi: use fget_cap instead of hand-rolling capability readMateusz Guzik2016-09-231-22/+10
* Eliminate use of sys_fsync() and sys_fdatasync().Ed Schouten2016-08-151-8/+2
* Let CloudABI use fdatasync() as well.Ed Schouten2016-08-151-3/+2
* Replace the CloudABI system call table by a machine generated version.Ed Schouten2016-03-241-1/+2
* Decompose linkat()/renameat() rights to source and target.Ed Schouten2015-08-271-4/+4
* Use CAP_EVENT instead of CAP_PDWAIT.Ed Schouten2015-08-121-2/+3
* Make cap_rights_limit() work for CloudABI processes.Ed Schouten2015-08-111-0/+8
* Add file_open(): the underlying system call of openat().Ed Schouten2015-08-061-1/+20
* Make fcntl(F_SETFL) work.Ed Schouten2015-08-051-2/+19
* Allow the creation of polling descriptors (kqueues) on CloudABI.Ed Schouten2015-08-051-0/+3
* Allow CloudABI processes to create shared memory objects.Ed Schouten2015-08-011-0/+6
* Make pipes in CloudABI work.Ed Schouten2015-07-291-0/+14
* Split up Capsicum to CloudABI rights conversion into two separate routines.Ed Schouten2015-07-291-30/+85
* Make fstat() and friends work.Ed Schouten2015-07-281-2/+254
* Allow us to create UNIX sockets and socketpairs in CloudABI processes.Ed Schouten2015-07-231-4/+37
* Use FDDUP_NORMAL instead of hardcoding value 0.Ed Schouten2015-07-111-1/+1
* Add missing function parameter.Ed Schouten2015-07-111-1/+1
* fd: split kern_dup flags argument into actual flags and a modeMateusz Guzik2015-07-101-1/+1
* Add implementations for some of the CloudABI file descriptor system calls.Ed Schouten2015-07-091-14/+55
* Import the CloudABI datatypes and create a system call table.Ed Schouten2015-07-091-0/+115