summaryrefslogtreecommitdiffstats
path: root/sys/compat
Commit message (Expand)AuthorAgeFilesLines
* Add assert and note about the size of "unsigned long" inside thehselasky2015-11-131-0/+8
* Build fixes:hselasky2015-11-123-7/+34
* linuxkpi/sysfs.h: Cast arg2 through intptr_t to avoid GCC warningcem2015-11-091-1/+1
* Make all the LinuxKPI include files compile standalone.hselasky2015-11-0325-26/+72
* Finish process of moving the LinuxKPI module into the default kernel build.hselasky2015-10-2995-0/+13644
* Fix build for the KTR-enabled kernels.kib2015-10-231-2/+9
* Refactoring: move out generic bits from cloudabi64_sysvec.c.ed2015-10-222-0/+158
* Properly format pointer size independent CloudABI system calls.ed2015-10-081-0/+7
* Remove redundant RFFPWAIT/vfork(2) handling in Linux fork(2) and clone(2) wra...bdrewery2015-10-071-28/+5
* save some bytes by using more concise SDT_PROBE<n> instead of SDT_PROBEavg2015-09-281-1/+1
* Fixes a panic triggered by threaded Linux applications when runningtrasz2015-09-021-1/+21
* Decompose linkat()/renameat() rights to source and target.ed2015-08-271-4/+4
* Don't forget to invoke pre_execve() and post_execve().ed2015-08-171-0/+5
* Add the last remaining system calls: send() and recv().ed2015-08-121-4/+100
* Use CAP_EVENT instead of CAP_PDWAIT.ed2015-08-122-3/+4
* Make blocking CloudABI futex operations work.ed2015-08-121-0/+121
* Make poll() and kqueue() on CloudABI work.ed2015-08-121-4/+242
* Fall back to O_RDONLY -- not O_WRONLY.ed2015-08-111-1/+1
* Properly convert the error number to CloudABI's indexing.ed2015-08-111-1/+1
* Make cap_rights_limit() work for CloudABI processes.ed2015-08-111-0/+8
* Add file_open(): the underlying system call of openat().ed2015-08-063-3/+148
* Correct the previous commit: remove the DECLARE_MODULE().ed2015-08-051-8/+0
* Add DECLARE_MODULE() to the "cloudabi" kernel module.ed2015-08-051-0/+11
* Make fcntl(F_SETFL) work.ed2015-08-051-2/+19
* Regenerate the system call table.ed2015-08-055-22/+67
* Import the latest CloudABI system call definitions and table.ed2015-08-052-3/+18
* Add the remaining pointer size independent CloudABI socket system calls.ed2015-08-052-4/+120
* Allow the creation of polling descriptors (kqueues) on CloudABI.ed2015-08-051-0/+3
* Allow the creation of kqueues with a restricted set of Capsicum rights.ed2015-08-051-1/+1
* Let the CloudABI futex code use umtx_keys.ed2015-08-041-72/+11
* Allow CloudABI processes to create shared memory objects.ed2015-08-011-0/+6
* Limit rights on process descriptors.ed2015-07-312-5/+9
* Make pipes in CloudABI work.ed2015-07-292-2/+16
* Split up Capsicum to CloudABI rights conversion into two separate routines.ed2015-07-291-30/+85
* 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-283-6/+336
* Add a futex implementation for CloudABI.ed2015-07-274-19/+1237
* Regenerate system call table.ed2015-07-275-13/+13
* Sync in latest upstream system call definitions.ed2015-07-271-3/+3
* Implement the basic system calls that operate on pathnames.ed2015-07-243-15/+166
* Allow us to create UNIX sockets and socketpairs in CloudABI processes.ed2015-07-231-4/+37
* Regenerate system call table.ed2015-07-225-8/+23
* Import upstream changes to the system call definitions.ed2015-07-221-2/+5
* Make clock_gettime() and clock_getres() work for CloudABI programs.ed2015-07-212-4/+87
* Make thread creation work for CloudABI processes.ed2015-07-212-2/+71
* Make forking of CloudABI processes work.ed2015-07-201-2/+10
* Add support to the jail framework to be able to mount linsysfs(5) andaraujo2015-07-192-2/+2
* The si_status field of the siginfo_t, provided by the waitid(2) andkib2015-07-184-5/+5
OpenPOWER on IntegriCloud