summaryrefslogtreecommitdiffstats
path: root/sys/kern/syscalls.master
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2008-08-21 22:57:31 +0000
committerobrien <obrien@FreeBSD.org>2008-08-21 22:57:31 +0000
commit3b12eba1b0d5d5996598869d63c436e3dbc9f351 (patch)
tree776a250613b10e7d148d5328ff8fa6c2550c0eac /sys/kern/syscalls.master
parenta348ba0da673fbd1251856d9927398c97cb0f5d2 (diff)
downloadFreeBSD-src-3b12eba1b0d5d5996598869d63c436e3dbc9f351.zip
FreeBSD-src-3b12eba1b0d5d5996598869d63c436e3dbc9f351.tar.gz
Add comments on NOARGS, NODEF, and NOPROTO.
Diffstat (limited to 'sys/kern/syscalls.master')
-rw-r--r--sys/kern/syscalls.master8
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/kern/syscalls.master b/sys/kern/syscalls.master
index 8ed20d4..59c92d8 100644
--- a/sys/kern/syscalls.master
+++ b/sys/kern/syscalls.master
@@ -30,6 +30,14 @@
; NOSTD implemented but as a lkm that can be statically
; compiled in; sysent entry will be filled with lkmsys
; so the SYSCALL_MODULE macro works
+; NOARGS same as STD except do not create structure in sys/sysproto.h
+; NODEF same as STD except only have the entry in the syscall table
+; added. Meaning - do do not create structure or function
+; prototype in sys/sysproto.h
+; NOPROTO same as STD except do not create structure or
+; function prototype in sys/sysproto.h. Does add a
+; definition to syscall.h besides adding a sysent.
+
;
; Please copy any additions and changes to the following compatability tables:
; sys/compat/freebsd32/syscalls.master
OpenPOWER on IntegriCloud