aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/syscalls.master
Commit message (Expand)AuthorAgeFilesLines
* timerfd: Move implementation from linux compat to sys/kernJake Freeland2023-08-241-0/+20
* Add membarrier(2)Konstantin Belousov2023-08-231-1/+8
* sys: Remove $FreeBSD$: one-line bare tagWarner Losh2023-08-161-1/+0
* syscall.master: Remove stray 4.2Warner Losh2023-04-211-1/+1
* syscall.master: Fix commentsWarner Losh2023-04-201-1/+3
* Rename kqueue1(2) to kqueuex(2) to avoid compat issues with NetBSDKonstantin Belousov2023-04-041-1/+1
* Add kqueue1() syscallKonstantin Belousov2023-03-271-0/+5
* Allow posix_fadvise in capability modeEd Maste2022-04-141-1/+1
* syscalls.master: remove obsolete comment about compatibility tablesEd Maste2022-03-301-2/+0
* swapoff: add one more variant of the syscallKonstantin Belousov2021-12-091-1/+8
* syscalls: add COMPAT13Konstantin Belousov2021-12-091-0/+1
* syscalls: mprotect does not take a constBrooks Davis2021-11-291-1/+1
* syscalls: make syscall and __syscall SYSMUXBrooks Davis2021-11-291-6/+12
* makesyscalls: add a new SYSMUX typeBrooks Davis2021-11-291-2/+4
* syscalls: normalize exitBrooks Davis2021-11-291-2/+2
* syscalls: normalize (get|set)rlimitBrooks Davis2021-11-291-2/+2
* syscalls: normalize orecvfrom and ogetsocknameBrooks Davis2021-11-291-5/+5
* syscalls: correct a couple style issuesBrooks Davis2021-11-291-3/+2
* syscalls: add missing SAL annotationsBrooks Davis2021-11-291-1/+1
* freebsd32: generate from sys/kern/syscalls.masterBrooks Davis2021-11-221-3/+19
* syscalls: annotate args pointing to long, pointer, or time_tBrooks Davis2021-11-221-148/+160
* syscalls: abort2 doesn't return so declare as voidBrooks Davis2021-11-221-1/+1
* syscalls: umask returns a mode_tBrooks Davis2021-11-221-1/+1
* syscalls: update a few return types to ssize_tBrooks Davis2021-11-221-4/+4
* syscalls: struct ucontext4 -> struct freebsd4_ucontextBrooks Davis2021-11-221-1/+1
* sys___sysctl: regularize argument structBrooks Davis2021-11-221-1/+1
* sys_sigaltstack: use struct sigaltstack argBrooks Davis2021-11-221-2/+2
* syscalls: use struct siginfo rather than siginfo_tBrooks Davis2021-11-171-3/+3
* syscalls: fix type of osendmsgBrooks Davis2021-11-171-1/+1
* syscalls: use __socklen_t as appropriateBrooks Davis2021-11-171-11/+11
* syscalls: [gs]etitimer takes an int whichBrooks Davis2021-11-171-2/+2
* syscalls: sprinkle in const valuesBrooks Davis2021-11-171-16/+16
* struct kevent_freebsd11 -> struct freebsd11_keventBrooks Davis2021-11-151-3/+3
* syscalls: unwrap a long lineBrooks Davis2021-11-151-2/+1
* Add sched_getcpu()Konstantin Belousov2021-11-101-0/+3
* syscalls.master: correct formatting issuesBrooks Davis2021-09-011-2/+2
* syscalls.master: switch to CAPENABLED flagsBrooks Davis2021-09-011-279/+279
* makesyscalls.lua: add a CAPENABLED flagBrooks Davis2021-09-011-0/+2
* Add fspacectl(2), vn_deallocate(9) and VOP_DEALLOCATE(9).Ka Ho Ng2021-08-051-0/+9
* Revert most of ce42e793100b460f597e4c85ec0da12e274f9394Konstantin Belousov2021-07-281-1/+13
* kern: fail getgroup and setgroup with negative intMoritz Buhl2021-06-021-2/+2
* 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