aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/syscalls.master
Commit message (Expand)AuthorAgeFilesLines
* syscalls.master: Allow clock_nanosleep in capability modeEd Maste2026-05-291-1/+1
* sys: add renameat2(2) syscallKonstantin Belousov2026-03-051-1/+9
* Add pdwait(2)Konstantin Belousov2026-01-251-0/+10
* sys: add pdrfork(2)Konstantin Belousov2026-01-251-0/+9
* kern: Introduce kexec system feature (MI)Justin Hibbits2025-10-271-0/+8
* syscalls: Old setgroups(2)/getgroups(2): Remove superfluous STD typeOlivier Certner2025-09-171-2/+2
* jail: add jail descriptorsJamie Gritton2025-09-041-0/+10
* kern: fix setgroups(2) and getgroups(2) to match other platformsKyle Evans2025-08-151-2/+14
* syscalls.master: mark _exit as not returningBrooks Davis2025-08-081-1/+1
* sysent: add a new NORETURN type flagBrooks Davis2025-08-081-0/+1
* syscalls: normalize _exit(2) declerationsBrooks Davis2025-08-081-1/+1
* syscalls: make __sysctl's first argument constBrooks Davis2025-08-011-1/+1
* exterrctl(2): mark as CAPENABLEDKonstantin Belousov2025-07-061-1/+1
* vfs: Initial revision of inotifyMark Johnston2025-07-041-0/+15
* kernel: copyout extended errors to userspace and add exterrctl(2) to control itKonstantin Belousov2025-05-311-1/+7
* makesyscalls: deprecate cpp other than includesBrooks Davis2025-02-181-0/+1
* makesyscalls: Restore support for cpp in inputBrooks Davis2025-02-181-3/+4
* rpcsec_tls: cleanup the rpctls_syscall()Gleb Smirnoff2025-02-011-2/+1
* kgssapi: remove the gssd_syscallGleb Smirnoff2025-02-011-6/+1
* New setcred() system call and associated MAC hooksOlivier Certner2024-12-161-0/+7
* Add fchroot(2)Edward Tomasz Napierala2024-11-291-0/+5
* sysent: add a NOLIB modifer to prevent stub generationBrooks Davis2024-11-011-1/+2
* Update mentions of makesyscalls.luaBrooks Davis2024-10-301-3/+3
* Add getrlimitusage(2)Konstantin Belousov2024-09-271-0/+7
* capsicum: allow subset of wait4(2) functionalityEdward Tomasz Napierala2024-08-271-1/+1
* capsicum: allow rfork(2) in capability modeEdward Tomasz Napierala2024-05-211-1/+1
* 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