aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/syscalls.master
Commit message (Expand)AuthorAgeFilesLines
* Add kcmp(2) kernel bitsKonstantin Belousov2024-02-111-1/+12
* syscalls.master: Fix SAL annotation for getdirentires basep argumentHaoyu Gu2024-01-071-3/+3
* Add membarrier(2)Konstantin Belousov2023-10-261-0/+8
* sys: Remove $FreeBSD$: one-line bare tagWarner Losh2023-08-231-1/+0
* Rename kqueue1(2) to kqueuex(2) to avoid compat issues with NetBSDKonstantin Belousov2023-04-161-1/+1
* Add kqueue1() syscallKonstantin Belousov2023-04-161-0/+5
* Allow posix_fadvise in capability modeEd Maste2022-10-201-1/+1
* Add sched_getcpu()Konstantin Belousov2022-01-141-1/+3
* swapoff: add one more variant of the syscallKonstantin Belousov2021-12-201-1/+9
* makesyscalls.lua: add a CAPENABLED flagBrooks Davis2021-10-191-0/+2
* makesyscalls.lua: Add a new syscall type: RESERVEDBrooks Davis2021-10-191-1/+2
* Revert most of ce42e793100b460f597e4c85ec0da12e274f9394Konstantin Belousov2021-08-031-1/+13
* kern: fail getgroup and setgroup with negative intMoritz Buhl2021-07-071-2/+2
* 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