summaryrefslogtreecommitdiffstats
path: root/sys/compat/freebsd32
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2006-07-28 18:55:18 +0000
committerjhb <jhb@FreeBSD.org>2006-07-28 18:55:18 +0000
commit6a211b6d81725475d5c4891b35cbbe3fe7397102 (patch)
tree0cdffa933d0b436d65be41f655042593c17c4a61 /sys/compat/freebsd32
parent34c424c3649df4d767f053bb66fd495fb66f558d (diff)
downloadFreeBSD-src-6a211b6d81725475d5c4891b35cbbe3fe7397102.zip
FreeBSD-src-6a211b6d81725475d5c4891b35cbbe3fe7397102.tar.gz
Various fixes to comments in the syscall master files including removing
cruft from the audit import and adding mention of COMPAT4 to freebsd32.
Diffstat (limited to 'sys/compat/freebsd32')
-rw-r--r--sys/compat/freebsd32/syscalls.master7
1 files changed, 4 insertions, 3 deletions
diff --git a/sys/compat/freebsd32/syscalls.master b/sys/compat/freebsd32/syscalls.master
index b8dd006..ada6cb7 100644
--- a/sys/compat/freebsd32/syscalls.master
+++ b/sys/compat/freebsd32/syscalls.master
@@ -14,7 +14,7 @@
; event should be #defined to AUE_NULL in audit_kevents.h.
; type one of [M]STD, [M]OBSOL, [M]UNIMPL, [M]COMPAT, [M]CPT_NOA,
; [M]LIBCOMPAT, [M]NODEF, [M]NOARGS, [M]NOPROTO, [M]NOIMPL,
-; [M]NOSTD
+; [M]NOSTD, [M]COMPAT4
; name psuedo-prototype of syscall routine
; If one of the following alts is different, then all appear:
; altname name of system call if different
@@ -28,12 +28,13 @@
; lock for the syscall.
; STD always included
; COMPAT included on COMPAT #ifdef
+; COMPAT4 included on COMPAT4 #ifdef (FreeBSD 4 compat)
; LIBCOMPAT included on COMPAT #ifdef, and placed in syscall.h
; OBSOL obsolete, not included in system, only specifies name
; UNIMPL not implemented, placeholder only
; 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
+; compiled in; sysent entry will be filled with lkmsys
+; so the SYSCALL_MODULE macro works
; #ifdef's, etc. may be included, and are copied to the output files.
OpenPOWER on IntegriCloud