summaryrefslogtreecommitdiffstats
path: root/sys/compat/cloudabi/cloudabi_file.c
Commit message (Expand)AuthorAgeFilesLines
* Replace the CloudABI system call table by a machine generated version.ed2016-03-241-10/+11
* Fall back to O_RDONLY -- not O_WRONLY.ed2015-08-111-1/+1
* Add file_open(): the underlying system call of openat().ed2015-08-061-2/+121
* Implement CloudABI's readdir().ed2015-07-291-2/+174
* Implement file attribute modification system calls for CloudABI.ed2015-07-281-4/+79
* Implement directory and FIFO creation.ed2015-07-281-2/+24
* Make fstat() and friends work.ed2015-07-281-4/+78
* Implement the basic system calls that operate on pathnames.ed2015-07-241-11/+127
* Make posix_fallocate() and posix_fadvise() work.ed2015-07-151-5/+32
* Import the CloudABI datatypes and create a system call table.ed2015-07-091-0/+155
OpenPOWER on IntegriCloud