aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/syscalls.master
Commit message (Expand)AuthorAgeFilesLines
* Reserve gaps in syscall numbers for local useBrooks Davis2021-01-261-30/+25
* syscalls.master: Add a new syscall type: RESERVEDBrooks Davis2021-01-261-1/+2
* Remove documentation of unimplemented syscallsBrooks Davis2021-01-261-24/+8
* Reallocate syscall numbers for aio_writev and aio_readvAlan Somers2021-01-081-11/+11
* Add aio_writev and aio_readvAlan Somers2021-01-031-1/+11
* Expose eventfd in the native API/ABI using a new __specialfd syscallKonstantin Belousov2020-12-271-0/+7
* Add a syscall for the nfs-over-tls daemons to use.Rick Macklem2020-05-281-0/+7
* close_range(2): use newly assigned AUE_CLOSERANGEKyle Evans2020-04-241-1/+1
* Mark closefrom(2) COMPAT12, reimplement in libc to wrap close_rangeKyle Evans2020-04-141-1/+1
* Implement a close_range(2) syscallKyle Evans2020-04-121-0/+7
* vfs: add realpathat syscallMateusz Guzik2020-02-201-0/+9
* Add a way to manage thread signal mask using shared word, instead of syscall.Konstantin Belousov2020-02-091-0/+6
* Jail and capability mode for shm_rename; add audit support for shm_renameDavid Bright2019-11-181-1/+1
* Tidy syscall declerations.Brooks Davis2019-11-141-2/+2
* sysalls.master: remove superfluous ellipsis in commentEd Maste2019-10-011-1/+1
* syscalls.master: consistency, move ); to newline (no functional change)Kyle Evans2019-09-301-1/+2
* Add an shm_rename syscallDavid Bright2019-09-261-0/+7
* Mark shm_open(2) as COMPAT12, succeeded by shm_open2Kyle Evans2019-09-251-1/+1
* Add a shm_open2 syscall to support upcoming memfd_createKyle Evans2019-09-251-0/+9
* Add COMPAT12 support to makesyscalls.shKyle Evans2019-09-251-1/+2
* Add sysctlbyname system callMateusz Guzik2019-09-031-0/+9
* Add kernel support for a Linux compatible copy_file_range(2) syscall.Rick Macklem2019-07-251-0/+10
* correct readlinkat(2) return typeEd Maste2019-04-161-1/+1
* Introduce funlinkat syscall that always us to check if we are removingMariusz Zaborski2019-04-061-0/+8
* const poison the `new` pointer of __sysctl.Brooks Davis2018-12-181-1/+1
* Add new file handle system calls.Konstantin Belousov2018-12-071-0/+28
* Remove NOARGS from oaccept.Brooks Davis2018-12-041-1/+1
* Normalize COMPAT_43 syscall declarations.Brooks Davis2018-12-041-5/+5
* Fix freebsd32 mknod(at).Brooks Davis2018-11-091-1/+1
* makesyscalls.sh: allow pointer return types.Brooks Davis2018-11-071-5/+5
* Update some comments made obsolete by recent commits.Brooks Davis2018-11-061-3/+1
* Use declared types for caddr_t arguments.Brooks Davis2018-11-061-27/+27
* Fix a couple indentation errors in r339958.Brooks Davis2018-11-061-3/+3
* Add const to input-only char * arguments.Brooks Davis2018-11-021-73/+73
* Use mode_t when the documented signature does.Brooks Davis2018-11-011-6/+6
* Reformat syscalls.master for better readability.Brooks Davis2018-10-311-1158/+2959
* Remove __restrict qualifiers from syscalls.master.Brooks Davis2018-10-221-10/+10
* Correct COMPAT* macro names in syscalls.masterKyle Evans2018-10-151-1/+1
* Mark various removed system calls as OBSOL instead of UNIMPL.John Baldwin2018-09-281-20/+20
* 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
* Get rid of netbsd_lchown and netbsd_msync syscall entries.Brooks Davis2018-07-101-5/+2
* Revert r335983.Brooks Davis2018-07-051-2/+5
* Get rid of netbsd_lchown and netbsd_msync syscall entries.Brooks Davis2018-07-051-5/+2
* Name the implementation of brk and sbrk sys_break().Brooks Davis2018-06-141-2/+1
* Reimplement brk() and sbrk() to avoid the use of _end.Mark Johnston2018-06-041-1/+1
* Remove alternative names that are identical to the default.Brooks Davis2018-05-301-2/+1
* Make vadvise compat freebsd11.Brooks Davis2018-05-251-2/+1
* Added SAL annotatations to system calls.Brooks Davis2018-04-051-494/+817
* Implement getrandom(2) and getentropy(3)Conrad Meyer2018-03-211-0/+2