aboutsummaryrefslogtreecommitdiff
path: root/sys/compat
Commit message (Expand)AuthorAgeFilesLines
* 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
* Implement CloudABI memory management system calls.Ed Schouten2015-07-171-17/+107
* Add a sysentvec for CloudABI on x86-64.Ed Schouten2015-07-162-0/+157
* Implement CloudABI's exec() call.Ed Schouten2015-07-161-2/+11
* Implement the trivial socket system calls: shutdown() and listen().Ed Schouten2015-07-151-4/+27
* Make posix_fallocate() and posix_fadvise() work.Ed Schouten2015-07-151-5/+32
* Implement the CloudABI random_get() system call.Ed Schouten2015-07-141-2/+17
* Regenerate system call table for r285540.Ed Schouten2015-07-145-14/+14
* Implement thread_tcb_set() and thread_yield().Ed Schouten2015-07-143-13/+15
* Implement {,p}{read,write}{,v}().Ed Schouten2015-07-141-8/+87
* Let proc_raise() call into pksignal() directly.Ed Schouten2015-07-141-16/+18
* Implement normal and abnormal process termination.Ed Schouten2015-07-111-4/+51
* Use FDDUP_NORMAL instead of hardcoding value 0.Ed Schouten2015-07-111-1/+1
* Add missing function parameter.Ed Schouten2015-07-111-1/+1
* linprocfs: vref the vnode passed to vn_fullpathMateusz Guzik2015-07-111-4/+22
* Create a dedicated function for ensuring that cdir and rdir are populated.Mateusz Guzik2015-07-111-4/+1
* Move chdir/chroot-related fdp manipulation to kern_descrip.cMateusz Guzik2015-07-111-1/+1
* Regenerate syscalls.Adrian Chadd2015-07-115-1/+73
* 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
* Generate CloudABI system call table with proper $FreeBSD$ tags.Ed Schouten2015-07-095-0/+2339