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