aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/syscallsubr.h
Commit message (Expand)AuthorAgeFilesLines
* Move uio enums to sys/_uio.h.Brooks Davis2018-03-271-3/+4
* Use long for the last argument to VOP_PATHCONF rather than a register_t.John Baldwin2018-01-171-2/+2
* Implement 'domainset', a cpuset based NUMA policy mechanism. This allowsJeff Roberson2018-01-121-0/+7
* Add a custom VOP_PATHCONF method for fdescfs.John Baldwin2017-12-191-0/+1
* sys/sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Commit the 64-bit inode project.Konstantin Belousov2017-05-231-3/+8
* Provide a freebsd32 implementation of sigqueue()Brooks Davis2017-05-051-0/+2
* Regen after r316594.Brooks Davis2017-04-061-1/+1
* Add kern_mincore() helper for micore() syscall.Dmitry Chagin2017-03-301-0/+1
* Add clock_nanosleep()Eric van Gyzen2017-03-191-0/+2
* Order alphabetically.Konstantin Belousov2017-02-141-1/+1
* Rework r313352.Konstantin Belousov2017-02-131-0/+9
* Add kern_cpuset_getaffinity() and kern_cpuset_getaffinity(),Edward Tomasz Napierala2017-02-051-0/+6
* Add kern_pread() and kern_pwrite(), and use it in compats insteadEdward Tomasz Napierala2017-01-311-0/+4
* Add kern_cpuset_getid() and kern_cpuset_setid(), and use themEdward Tomasz Napierala2017-01-311-0/+4
* Add kern_listen(), kern_shutdown(), and kern_socket(), and use themEdward Tomasz Napierala2017-01-301-0/+3
* Add kern_lseek() and use it instead of sys_lseek() in various compats.Edward Tomasz Napierala2017-01-301-0/+1
* Remove unused kern_sendfile() declaration.Edward Tomasz Napierala2017-01-291-3/+0
* Rename the 'flags' argument to getfsstat() to 'mode' and validate it.John Baldwin2016-12-271-1/+1
* Eliminate use of sys_fsync() and sys_fdatasync().Ed Schouten2016-08-151-0/+1
* Improve error handling for posix_fallocate(2) and posix_fadvise(2).Mark Johnston2016-02-251-0/+1
* Add support for anonymous kqueues.Ed Schouten2015-08-111-0/+2
* Introduce kern_cap_rights_limit().Ed Schouten2015-08-111-0/+1
* Allow the creation of kqueues with a restricted set of Capsicum rights.Ed Schouten2015-08-051-1/+1
* Add kern_shm_open().Ed Schouten2015-08-011-0/+2
* Make pipes in CloudABI work.Ed Schouten2015-07-291-2/+3
* Add missing const keyword to kern_sigaction()'s 'act' parameter.Ed Schouten2015-07-101-1/+1
* 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-0/+1
* For future use in the Linuxulator:Dmitry Chagin2015-05-241-0/+4
* In preparation for switching linuxulator to the use the native 1:1Dmitry Chagin2015-05-241-0/+9
* In preparation for switching linuxulator to the use the native 1:1Dmitry Chagin2015-05-241-0/+2
* In preparation for switching linuxulator to the use the native 1:1Dmitry Chagin2015-05-241-0/+1
* In preparation for switching linuxulator to the use the native 1:1Dmitry Chagin2015-05-241-0/+1
* Modify kern___getcwd() to take max pathlen limit as an additionalEdward Tomasz Napierala2015-04-211-1/+1
* Rewrite linprocfs_domtab() as a wrapper around kern_getfsstat(). ThisEdward Tomasz Napierala2015-04-151-1/+1
* Add futimens and utimensat system calls.Jilles Tjoelker2015-01-231-0/+5
* Indeed, instead of hiding the kern___getcwd() bug by bogus castDmitry Chagin2015-01-041-1/+1
* Remove the no-at variants of the kern_xx() syscall helpers. E.g., weKonstantin Belousov2014-11-131-38/+3
* Add the ppoll() system call.Dmitry Chagin2014-11-131-0/+3
* Eliminate unnecessary memory allocation in sys_getgroups and its ibcs2 counte...Mateusz Guzik2014-10-211-1/+0
* Fix fcntl(2) compat32 after r270691. The copyin and copyout of theKonstantin Belousov2014-09-251-0/+1
* Fix getppid for traced processes.Mateusz Guzik2014-08-241-0/+1
* Split up sys_ktimer_getoverrun() into a sys_ and a kern_ variantBjoern A. Zeeb2014-08-071-0/+1
* Extend the support for exempting processes from being killed when swap isJohn Baldwin2013-09-191-0/+2
* Revert r255672, it has some serious flaws, leaking file references etc.Roman Divacky2013-09-181-7/+0
* Implement epoll support in Linuxulator. This is a tiny wrapper around kqueueRoman Divacky2013-09-181-0/+7
* Implement 32bit versions of the cap_ioctls_limit(2) and cap_ioctls_get(2)Pawel Jakub Dawidek2013-08-181-0/+2
* Implement compat32 wrappers for the ktimer_* syscalls.Konstantin Belousov2013-07-211-0/+7
* id_t is 64bit, provide the compat32 wrapper for clock_getcpuclockid2(2).Konstantin Belousov2013-07-201-0/+2