summaryrefslogtreecommitdiff
path: root/sys/kern/syscalls.master
AgeCommit message (Expand)Author
2025-10-27kern: Introduce kexec system feature (MI)Justin Hibbits
2025-09-17syscalls: Old setgroups(2)/getgroups(2): Remove superfluous STD typeOlivier Certner
2025-09-04jail: add jail descriptorsJamie Gritton
2025-08-14kern: fix setgroups(2) and getgroups(2) to match other platformsKyle Evans
2025-08-08syscalls.master: mark _exit as not returningBrooks Davis
2025-08-08sysent: add a new NORETURN type flagBrooks Davis
2025-08-08syscalls: normalize _exit(2) declerationsBrooks Davis
2025-08-01syscalls: make __sysctl's first argument constBrooks Davis
2025-07-07exterrctl(2): mark as CAPENABLEDKonstantin Belousov
2025-07-04vfs: Initial revision of inotifyMark Johnston
2025-05-31kernel: copyout extended errors to userspace and add exterrctl(2) to control itKonstantin Belousov
2025-02-18makesyscalls: deprecate cpp other than includesBrooks Davis
2025-02-18makesyscalls: Restore support for cpp in inputBrooks Davis
2025-02-01rpcsec_tls: cleanup the rpctls_syscall()Gleb Smirnoff
2025-02-01kgssapi: remove the gssd_syscallGleb Smirnoff
2024-12-16New setcred() system call and associated MAC hooksOlivier Certner
2024-11-29Add fchroot(2)Edward Tomasz Napierala
2024-11-01sysent: add a NOLIB modifer to prevent stub generationBrooks Davis
2024-10-30Update mentions of makesyscalls.luaBrooks Davis
2024-09-27Add getrlimitusage(2)Konstantin Belousov
2024-08-27capsicum: allow subset of wait4(2) functionalityEdward Tomasz Napierala
2024-05-21capsicum: allow rfork(2) in capability modeEdward Tomasz Napierala
2024-05-13syscalls.master: allow vfork(2) in capsicum(4) capability modeEdward Tomasz Napierala
2024-04-24syscalls.master: correct return type of {read,write}vBrooks Davis
2024-03-19syscalls.master: use __acl_type_tBrooks Davis
2024-03-19syscalls.master: make __sys_fcntl take an intptr_tBrooks Davis
2024-03-19syscalls.master: struct siginfo -> struct __siginfoBrooks Davis
2024-03-19syscalls.master: align with sigfastblock declarationBrooks Davis
2024-03-19syscall.master: fix aio_suspend signatureBrooks Davis
2024-03-19syscalls.master: fix readv and writev iovp declBrooks Davis
2024-02-01syscalls.master: Remove stray blank linesBrooks Davis
2024-01-24Add kcmp(2) kernel bitsKonstantin Belousov
2023-12-04Remove never implemented sbrk and sstk syscallsBrooks Davis
2023-11-26sccs: Manual changesWarner Losh
2023-10-10Add a COMPAT_FREEBSD14 kernel optionKristof Provost
2023-09-24syscalls.master: Fix SAL annotation for getdirentires basep argumentHaoyu Gu
2023-08-24timerfd: Move implementation from linux compat to sys/kernJake Freeland
2023-08-23Add membarrier(2)Konstantin Belousov
2023-08-16sys: Remove $FreeBSD$: one-line bare tagWarner Losh
2023-04-20syscall.master: Remove stray 4.2Warner Losh
2023-04-20syscall.master: Fix commentsWarner Losh
2023-04-04Rename kqueue1(2) to kqueuex(2) to avoid compat issues with NetBSDKonstantin Belousov
2023-03-28Add kqueue1() syscallKonstantin Belousov
2022-04-14Allow posix_fadvise in capability modeEd Maste
2022-03-30syscalls.master: remove obsolete comment about compatibility tablesEd Maste
2021-12-09swapoff: add one more variant of the syscallKonstantin Belousov
2021-12-09syscalls: add COMPAT13Konstantin Belousov
2021-11-29syscalls: mprotect does not take a constBrooks Davis
2021-11-29syscalls: make syscall and __syscall SYSMUXBrooks Davis
2021-11-29makesyscalls: add a new SYSMUX typeBrooks Davis