aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/syscalls.master
diff options
context:
space:
mode:
authorBrooks Davis <brooks@FreeBSD.org>2021-09-01 20:54:38 +0000
committerBrooks Davis <brooks@FreeBSD.org>2021-09-01 20:58:06 +0000
commit6945df3fff57a9606f8c8a4e3865def3a0e915e7 (patch)
tree76d15c4d83c0c4bdb77564b554ea4e12c487d137 /sys/kern/syscalls.master
parent5647f85ade3ae1db042560a3354b6a9945d619a4 (diff)
downloadsrc-6945df3fff57a9606f8c8a4e3865def3a0e915e7.tar.gz
src-6945df3fff57a9606f8c8a4e3865def3a0e915e7.zip
Diffstat (limited to 'sys/kern/syscalls.master')
-rw-r--r--sys/kern/syscalls.master2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/kern/syscalls.master b/sys/kern/syscalls.master
index 11247aed8fd6..6cc462a206c9 100644
--- a/sys/kern/syscalls.master
+++ b/sys/kern/syscalls.master
@@ -17,6 +17,7 @@
; COMPAT7, COMPAT11, COMPAT12, NODEF, NOARGS, NOPROTO, NOSTD
; The COMPAT* options may be combined with one or more NO*
; options separated by '|' with no spaces (e.g. COMPAT|NOARGS)
+; The CAPENABLED option may be ORed into a type.
; name pseudo-prototype of syscall routine
; If one of the following alts is different, then all appear:
; altname name of system call if different
@@ -47,6 +48,7 @@
; function prototype in sys/sysproto.h. Does add a
; definition to syscall.h besides adding a sysent.
; NOTSTATIC syscall is loadable
+; CAPENABLED syscall is allowed in capability mode
; annotations:
; SAL 2.0 annotations are used to specify how system calls treat