summaryrefslogtreecommitdiffstats
path: root/sys/sys/syscallsubr.h
Commit message (Expand)AuthorAgeFilesLines
* MFC r317845-r317846brooks2017-05-121-0/+2
* MFC r315526vangyzen2017-05-011-0/+2
* MFC r316288:dchagin2017-04-291-0/+1
* MFC r313281:trasz2017-03-191-0/+6
* MFC r313015:trasz2017-03-191-0/+4
* MFC r313018:trasz2017-03-191-0/+4
* MFC r312988:trasz2017-03-191-0/+4
* MFC kern_mmap(9) and related helpers.kib2017-02-271-0/+9
* MFC r313715:kib2017-02-171-1/+1
* MFC 310638:jhb2017-02-081-1/+1
* MFC r304182 (by ed):kib2016-08-291-0/+1
* Improve error handling for posix_fallocate(2) and posix_fadvise(2).markj2016-02-251-0/+1
* Add support for anonymous kqueues.ed2015-08-111-0/+2
* Introduce kern_cap_rights_limit().ed2015-08-111-0/+1
* Allow the creation of kqueues with a restricted set of Capsicum rights.ed2015-08-051-1/+1
* Add kern_shm_open().ed2015-08-011-0/+2
* Make pipes in CloudABI work.ed2015-07-291-2/+3
* Add missing const keyword to kern_sigaction()'s 'act' parameter.ed2015-07-101-1/+1
* fd: split kern_dup flags argument into actual flags and a modemjg2015-07-101-1/+1
* Add implementations for some of the CloudABI file descriptor system calls.ed2015-07-091-0/+1
* For future use in the Linuxulator:dchagin2015-05-241-0/+4
* In preparation for switching linuxulator to the use the native 1:1dchagin2015-05-241-0/+9
* In preparation for switching linuxulator to the use the native 1:1dchagin2015-05-241-0/+2
* In preparation for switching linuxulator to the use the native 1:1dchagin2015-05-241-0/+1
* In preparation for switching linuxulator to the use the native 1:1dchagin2015-05-241-0/+1
* Modify kern___getcwd() to take max pathlen limit as an additionaltrasz2015-04-211-1/+1
* Rewrite linprocfs_domtab() as a wrapper around kern_getfsstat(). Thistrasz2015-04-151-1/+1
* Add futimens and utimensat system calls.jilles2015-01-231-0/+5
* Indeed, instead of hiding the kern___getcwd() bug by bogus castdchagin2015-01-041-1/+1
* Remove the no-at variants of the kern_xx() syscall helpers. E.g., wekib2014-11-131-38/+3
* Add the ppoll() system call.dchagin2014-11-131-0/+3
* Eliminate unnecessary memory allocation in sys_getgroups and its ibcs2 counte...mjg2014-10-211-1/+0
* Fix fcntl(2) compat32 after r270691. The copyin and copyout of thekib2014-09-251-0/+1
* Fix getppid for traced processes.mjg2014-08-241-0/+1
* Split up sys_ktimer_getoverrun() into a sys_ and a kern_ variantbz2014-08-071-0/+1
* Extend the support for exempting processes from being killed when swap isjhb2013-09-191-0/+2
* Revert r255672, it has some serious flaws, leaking file references etc.rdivacky2013-09-181-7/+0
* Implement epoll support in Linuxulator. This is a tiny wrapper around kqueuerdivacky2013-09-181-0/+7
* Implement 32bit versions of the cap_ioctls_limit(2) and cap_ioctls_get(2)pjd2013-08-181-0/+2
* Implement compat32 wrappers for the ktimer_* syscalls.kib2013-07-211-0/+7
* id_t is 64bit, provide the compat32 wrapper for clock_getcpuclockid2(2).kib2013-07-201-0/+2
* Add accept4() system call.jilles2013-05-011-0/+2
* Rename do_pipe() to kern_pipe2() and declare it properly.jilles2013-03-311-0/+1
* Move the definition of the idtype_t from sys/types.h to sys/wait.h.kib2012-11-161-1/+1
* Alphabetically reorder the forward-declarations of the structures.kib2012-11-161-7/+8
* Add the wait6(2) system call. It takes POSIX waitid()-like processkib2012-11-131-0/+3
* Add kern_fhstat(), adjust sys_fhstat() to use it.gleb2012-05-241-1/+2
* - Split out a kern_posix_fadvise() from the posix_fadvise() system call sojhb2011-11-141-0/+4
* Add support for executing the FreeBSD 1/i386 a.out binaries on amd64.kib2011-04-011-0/+3
* Provide compat32 shims for kldstat(2).kib2011-03-301-0/+2
OpenPOWER on IntegriCloud