Module Name:    src
Committed By:   dholland
Date:           Tue Jun  9 04:48:45 UTC 2020

Modified Files:
        src/sys/kern: makesyscalls.sh

Log Message:
Update wrong and obsolete comments.

... when you change the set of syscalls.conf keywords this thing
recognizes, updating the documentation too (which AFAIK is limited to
the comment in here) is always helpful ...


To generate a diff of this commit:
cvs rdiff -u -r1.178 -r1.179 src/sys/kern/makesyscalls.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/kern/makesyscalls.sh
diff -u src/sys/kern/makesyscalls.sh:1.178 src/sys/kern/makesyscalls.sh:1.179
--- src/sys/kern/makesyscalls.sh:1.178	Tue Jun  2 16:45:42 2020
+++ src/sys/kern/makesyscalls.sh	Tue Jun  9 04:48:45 2020
@@ -1,4 +1,4 @@
-#	$NetBSD: makesyscalls.sh,v 1.178 2020/06/02 16:45:42 kamil Exp $
+#	$NetBSD: makesyscalls.sh,v 1.179 2020/06/09 04:48:45 dholland Exp $
 #
 # Copyright (c) 1994, 1996, 2000 Christopher G. Demetriou
 # All rights reserved.
@@ -47,6 +47,8 @@ esac
 #	syssw		the syscall switch file
 #	sysautoload	the syscall autoload definitions file
 #	sysarghdr	the syscall argument struct definitions
+#	sysarghdrextra	extra stuff dumped into sysarghdr
+#	systrace	the dtrace definitions
 #	compatopts	those syscall types that are for 'compat' syscalls
 #	switchname	the name for the 'struct sysent' we define
 #	namesname	the name for the 'const char *[]' we define
@@ -57,6 +59,9 @@ esac
 #	sys_nosys	[optional] name of function called for unsupported
 #			syscalls, if not sys_nosys()
 #       maxsysargs	[optiona] the maximum number or arguments
+#	rumpcalls	???
+#	rumpcallshdr	???
+#	rumpsysmap	???
 #
 # NOTE THAT THIS makesyscalls.sh DOES NOT SUPPORT 'SYSLIBCOMPAT'.
 
@@ -143,7 +148,7 @@ function toupper(str) {
 fi
 
 # before handing it off to awk, make a few adjustments:
-#	(1) insert spaces around {, }, (, ), *, and commas.
+#	(1) insert spaces around {, }, (, ), *, |, and commas.
 #	(2) get rid of any and all dollar signs (so that rcs id use safe)
 #
 # The awk script will deal with blank lines and lines that

Reply via email to