aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/syscallsubr.h
Commit message (Expand)AuthorAgeFilesLines
* Expose eventfd in the native API/ABI using a new __specialfd syscallKonstantin Belousov2020-12-271-0/+1
* Add kern_ntp_adjtime(9).Konstantin Belousov2020-12-041-0/+2
* _umtx_op: move compat32 definitions back inKyle Evans2020-11-221-3/+0
* linux(4): Implement name_to_handle_at(), open_by_handle_at()Conrad Meyer2020-11-171-0/+3
* umtx_op: reduce redundancy required for compat32Kyle Evans2020-11-171-0/+3
* Do not leak oldvmspace if image activation failedKonstantin Belousov2020-09-231-1/+2
* Add kern_mmap_racct_check(), a helper to verify limits in vm_mmap*().Konstantin Belousov2020-09-081-1/+4
* Add linux_madvise(2) instead of having Linux apps call the nativeEdward Tomasz Napierala2020-06-201-0/+2
* Implement a close_range(2) syscallKyle Evans2020-04-121-0/+1
* Introduce kern_mmap_req().Brooks Davis2020-03-041-3/+13
* For code reuse in Linuxulator rename get_proccess_cputime()Dmitry Chagin2020-02-041-0/+2
* cache: replace kern___getcwd with vn_getcwdMateusz Guzik2020-02-011-2/+0
* Add kern_unmount() and use in Linuxulator. No functional changes.Edward Tomasz Napierala2020-01-241-0/+1
* dd kern_getpriority(), make Linuxulator use it.Edward Tomasz Napierala2020-01-121-0/+1
* Add kern_setpriority(), use it in Linuxulator.Edward Tomasz Napierala2020-01-121-0/+1
* shm: correct KPI mistake introduced around memfd_createKyle Evans2020-01-051-2/+3
* kern_mmap: add a variant that allows caller to inspect fpKyle Evans2020-01-041-0/+5
* Add kern_kill() and use it in Linuxulator. It's just a cleanup,Edward Tomasz Napierala2019-12-131-0/+1
* Add kern_getsid() and use it in Linuxulator; no functional changes.Edward Tomasz Napierala2019-12-131-0/+1
* Add kern_sync(9), and make kernel code call it instead of goingEdward Tomasz Napierala2019-12-121-0/+1
* Add a shm_open2 syscall to support upcoming memfd_createKyle Evans2019-09-251-0/+2
* [2/3] Add an initial seal argument to kern_shm_open()Kyle Evans2019-09-251-1/+1
* Add kernel support for a Linux compatible copy_file_range(2) syscall.Rick Macklem2019-07-251-0/+2
* Control implicit PROT_MAX() using procctl(2) and the FreeBSD noteKonstantin Belousov2019-07-021-0/+1
* Change the check for 'size' wrapping around to zero in kern_mmap to accountDoug Moore2019-06-101-1/+1
* Introduce funlinkat syscall that always us to check if we are removingMariusz Zaborski2019-04-061-2/+2
* Use declared types for caddr_t arguments.Brooks Davis2018-11-061-1/+1
* Add const to input-only char * arguments.Brooks Davis2018-11-021-26/+26
* Implement O_BENEATH and AT_BENEATH.Konstantin Belousov2018-10-251-2/+2
* Revert r337922, except for some documention-only bits. This needs to waitJamie Gritton2018-08-161-1/+1
* Put jail(2) under COMPAT_FREEBSD11. It has been the "old" way of creatingJamie Gritton2018-08-161-1/+1
* Split kern_break from sys_break and use it in linuxulatorEd Maste2018-06-271-0/+1
* 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