aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/syscalls.master
Commit message (Expand)AuthorAgeFilesLines
* syscalls.master: allow vfork(2) in capsicum(4) capability modeEdward Tomasz Napierala2024-05-131-1/+1
* syscalls.master: correct return type of {read,write}vBrooks Davis2024-04-241-2/+2
* syscalls.master: use __acl_type_tBrooks Davis2024-03-191-12/+12
* syscalls.master: make __sys_fcntl take an intptr_tBrooks Davis2024-03-191-1/+1
* syscalls.master: struct siginfo -> struct __siginfoBrooks Davis2024-03-191-3/+3
* syscalls.master: align with sigfastblock declarationBrooks Davis2024-03-191-1/+1
* syscall.master: fix aio_suspend signatureBrooks Davis2024-03-191-1/+1
* syscalls.master: fix readv and writev iovp declBrooks Davis2024-03-191-2/+2
* syscalls.master: Remove stray blank linesBrooks Davis2024-02-011-5/+0
* Add kcmp(2) kernel bitsKonstantin Belousov2024-01-241-1/+9
* Remove never implemented sbrk and sstk syscallsBrooks Davis2023-12-041-10/+2
* sccs: Manual changesWarner Losh2023-11-271-2/+0
* Add a COMPAT_FREEBSD14 kernel optionKristof Provost2023-10-101-0/+1
* syscalls.master: Fix SAL annotation for getdirentires basep argumentHaoyu Gu2023-09-241-3/+3
* 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