Module Name: src
Committed By: tsutsui
Date: Mon Jan 3 06:07:44 UTC 2011
Modified Files:
src/sys/arch/amd64/conf: GENERIC
src/sys/arch/dreamcast/conf: GENERIC
src/sys/arch/hp300/conf: GENERIC
src/sys/arch/hpcsh/conf: GENERIC
src/sys/arch/i386/conf: ALL GENERIC
src/sys/arch/landisk/conf: GENERIC
src/sys/arch/macppc/conf: GENERIC
src/sys/arch/news68k/conf: GENERIC
src/sys/arch/shark/conf: GENERIC
src/sys/arch/sun3/conf: GENERIC GENERIC3X
Log Message:
Xref module(7) in comments.
To generate a diff of this commit:
cvs rdiff -u -r1.294 -r1.295 src/sys/arch/amd64/conf/GENERIC
cvs rdiff -u -r1.99 -r1.100 src/sys/arch/dreamcast/conf/GENERIC
cvs rdiff -u -r1.158 -r1.159 src/sys/arch/hp300/conf/GENERIC
cvs rdiff -u -r1.92 -r1.93 src/sys/arch/hpcsh/conf/GENERIC
cvs rdiff -u -r1.282 -r1.283 src/sys/arch/i386/conf/ALL
cvs rdiff -u -r1.1003 -r1.1004 src/sys/arch/i386/conf/GENERIC
cvs rdiff -u -r1.26 -r1.27 src/sys/arch/landisk/conf/GENERIC
cvs rdiff -u -r1.287 -r1.288 src/sys/arch/macppc/conf/GENERIC
cvs rdiff -u -r1.103 -r1.104 src/sys/arch/news68k/conf/GENERIC
cvs rdiff -u -r1.91 -r1.92 src/sys/arch/shark/conf/GENERIC
cvs rdiff -u -r1.153 -r1.154 src/sys/arch/sun3/conf/GENERIC
cvs rdiff -u -r1.109 -r1.110 src/sys/arch/sun3/conf/GENERIC3X
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/amd64/conf/GENERIC
diff -u src/sys/arch/amd64/conf/GENERIC:1.294 src/sys/arch/amd64/conf/GENERIC:1.295
--- src/sys/arch/amd64/conf/GENERIC:1.294 Mon Dec 27 15:56:50 2010
+++ src/sys/arch/amd64/conf/GENERIC Mon Jan 3 06:07:42 2011
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.294 2010/12/27 15:56:50 jmcneill Exp $
+# $NetBSD: GENERIC,v 1.295 2011/01/03 06:07:42 tsutsui Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.294 $"
+#ident "GENERIC-$Revision: 1.295 $"
maxusers 64 # estimated number of users
@@ -66,7 +66,7 @@
options SYSVSHM # System V-like memory sharing
#options P1003_1B_SEMAPHORE # p1003.1b semaphore support
-options MODULAR # new style module framework
+options MODULAR # new style module(7) framework
options USERCONF # userconf(4) support
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
@@ -1113,7 +1113,7 @@
pseudo-device md # memory disk device (ramdisk)
options MEMORY_DISK_HOOKS # enable root ramdisk
-options MEMORY_DISK_DYNAMIC # loaded via kernel module
+options MEMORY_DISK_DYNAMIC # loaded via kernel module(7)
pseudo-device vnd # disk-like interface to files
#options VND_COMPRESSION # compressed vnd(4)
Index: src/sys/arch/dreamcast/conf/GENERIC
diff -u src/sys/arch/dreamcast/conf/GENERIC:1.99 src/sys/arch/dreamcast/conf/GENERIC:1.100
--- src/sys/arch/dreamcast/conf/GENERIC:1.99 Tue Nov 23 11:13:56 2010
+++ src/sys/arch/dreamcast/conf/GENERIC Mon Jan 3 06:07:42 2011
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.99 2010/11/23 11:13:56 hannken Exp $
+# $NetBSD: GENERIC,v 1.100 2011/01/03 06:07:42 tsutsui Exp $
#
# GENERIC machine description file
#
@@ -42,7 +42,7 @@
options SYSVSHM # System V-like memory sharing
options P1003_1B_SEMAPHORE # p1003.1b semaphore support
-#options MODULAR # new style module framework
+#options MODULAR # new style module(7) framework
# Diagnostic/debugging support options
#options DIAGNOSTIC # cheap kernel consistency checks
Index: src/sys/arch/hp300/conf/GENERIC
diff -u src/sys/arch/hp300/conf/GENERIC:1.158 src/sys/arch/hp300/conf/GENERIC:1.159
--- src/sys/arch/hp300/conf/GENERIC:1.158 Tue Nov 23 11:13:58 2010
+++ src/sys/arch/hp300/conf/GENERIC Mon Jan 3 06:07:43 2011
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.158 2010/11/23 11:13:58 hannken Exp $
+# $NetBSD: GENERIC,v 1.159 2011/01/03 06:07:43 tsutsui Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.158 $"
+#ident "GENERIC-$Revision: 1.159 $"
maxusers 32 # estimated number of users
@@ -57,7 +57,7 @@
options SYSVSEM # System V-style semaphores
options P1003_1B_SEMAPHORE # p1003.1b semaphore support
-#options MODULAR # new style module framework
+#options MODULAR # new style module(7) framework
# Enable experimental buffer queue strategy for better responsiveness under
# high disk I/O load. Use it with caution - it's not proven to be stable yet.
Index: src/sys/arch/hpcsh/conf/GENERIC
diff -u src/sys/arch/hpcsh/conf/GENERIC:1.92 src/sys/arch/hpcsh/conf/GENERIC:1.93
--- src/sys/arch/hpcsh/conf/GENERIC:1.92 Wed Jul 21 11:10:14 2010
+++ src/sys/arch/hpcsh/conf/GENERIC Mon Jan 3 06:07:43 2011
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.92 2010/07/21 11:10:14 tsutsui Exp $
+# $NetBSD: GENERIC,v 1.93 2011/01/03 06:07:43 tsutsui Exp $
#
# GENERIC machine description file
#
@@ -73,7 +73,7 @@
options SYSVSHM # System V-like memory sharing
#options P1003_1B_SEMAPHORE # p1003.1b semaphore support
-#options MODULAR # new style module framework
+#options MODULAR # new style module(7) framework
options USERCONF # userconf(4) support
options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
Index: src/sys/arch/i386/conf/ALL
diff -u src/sys/arch/i386/conf/ALL:1.282 src/sys/arch/i386/conf/ALL:1.283
--- src/sys/arch/i386/conf/ALL:1.282 Mon Dec 27 20:45:00 2010
+++ src/sys/arch/i386/conf/ALL Mon Jan 3 06:07:43 2011
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.282 2010/12/27 20:45:00 jmcneill Exp $
+# $NetBSD: ALL,v 1.283 2011/01/03 06:07:43 tsutsui Exp $
# From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp
#
# ALL machine description file
@@ -17,7 +17,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "ALL-$Revision: 1.282 $"
+#ident "ALL-$Revision: 1.283 $"
maxusers 64 # estimated number of users
@@ -98,7 +98,7 @@
options SYSVSHM # System V-like memory sharing
options P1003_1B_SEMAPHORE # p1003.1b semaphore support
-options MODULAR # new style module framework
+options MODULAR # new style module(7) framework
options USERCONF # userconf(4) support
options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
@@ -1622,7 +1622,7 @@
pseudo-device md # memory disk device (ramdisk)
options MEMORY_DISK_HOOKS # enable root ramdisk
-options MEMORY_DISK_DYNAMIC # loaded via kernel module
+options MEMORY_DISK_DYNAMIC # loaded via kernel module(7)
pseudo-device vnd # disk-like interface to files
options VND_COMPRESSION # compressed vnd(4)
@@ -1663,7 +1663,7 @@
pseudo-device srt # source-address-based routing
#
-# accept filters, built as modules by default
+# accept filters, built as module(7)s by default
pseudo-device accf_data # "dataready" accept filter
pseudo-device accf_http # "httpready" accept filter
Index: src/sys/arch/i386/conf/GENERIC
diff -u src/sys/arch/i386/conf/GENERIC:1.1003 src/sys/arch/i386/conf/GENERIC:1.1004
--- src/sys/arch/i386/conf/GENERIC:1.1003 Mon Dec 27 20:45:00 2010
+++ src/sys/arch/i386/conf/GENERIC Mon Jan 3 06:07:43 2011
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.1003 2010/12/27 20:45:00 jmcneill Exp $
+# $NetBSD: GENERIC,v 1.1004 2011/01/03 06:07:43 tsutsui Exp $
#
# GENERIC machine description file
#
@@ -22,11 +22,11 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.1003 $"
+#ident "GENERIC-$Revision: 1.1004 $"
maxusers 64 # estimated number of users
-# For GENERIC, we build the exec formats as modules by default.
+# For GENERIC, we build the exec formats as module(7)s by default.
no options EXEC_AOUT # exec a.out binaries
no options EXEC_ELF32 # exec ELF binaries
no options EXEC_SCRIPT # exec #! scripts
@@ -98,10 +98,10 @@
options SYSVSEM # System V-like semaphores
options SYSVSHM # System V-like memory sharing
#options P1003_1B_SEMAPHORE # p1003.1b semaphore support
-no options AIO # POSIX asynchronous I/O, built as a module
-no options MQUEUE # POSIX messsage queues, built as a module
+no options AIO # POSIX asynchronous I/O, built as a module(7)
+no options MQUEUE # POSIX messsage queues, built as a module(7)
-options MODULAR # new style module framework
+options MODULAR # new style module(7) framework
options USERCONF # userconf(4) support
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
@@ -135,7 +135,7 @@
#options SYSCALL_TIMES # per syscall times
#options SYSCALL_TIMES_HASCOUNTER # use 'broken' rdtsc (soekris)
-# Compatibility options, built as modules by default
+# Compatibility options, built as module(7)s by default
options COMPAT_NOMID # NetBSD 0.8, 386BSD, and BSDI
options COMPAT_09 # NetBSD 0.9
options COMPAT_10 # NetBSD 1.0
@@ -172,7 +172,7 @@
#options DKWEDGE_METHOD_BSDLABEL # Support disklabel entries as wedges
#options DKWEDGE_METHOD_MBR # Support MBR partitions as wedges
-# File systems, built as modules by default
+# File systems, built as module(7)s by default
#file-system FFS # UFS
#file-system EXT2FS # second extended file system (linux)
#file-system LFS # log-structured file system
@@ -1548,7 +1548,7 @@
pseudo-device md # memory disk device (ramdisk)
options MEMORY_DISK_HOOKS # enable root ramdisk
-options MEMORY_DISK_DYNAMIC # loaded via kernel module
+options MEMORY_DISK_DYNAMIC # loaded via kernel module(7)
pseudo-device vnd # disk-like interface to files
options VND_COMPRESSION # compressed vnd(4)
@@ -1585,7 +1585,7 @@
#pseudo-device srt # source-address-based routing
#
-# accept filters, built as modules by default
+# accept filters, built as module(7)s by default
#pseudo-device accf_data # "dataready" accept filter
#pseudo-device accf_http # "httpready" accept filter
Index: src/sys/arch/landisk/conf/GENERIC
diff -u src/sys/arch/landisk/conf/GENERIC:1.26 src/sys/arch/landisk/conf/GENERIC:1.27
--- src/sys/arch/landisk/conf/GENERIC:1.26 Tue Nov 23 11:14:01 2010
+++ src/sys/arch/landisk/conf/GENERIC Mon Jan 3 06:07:43 2011
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.26 2010/11/23 11:14:01 hannken Exp $
+# $NetBSD: GENERIC,v 1.27 2011/01/03 06:07:43 tsutsui Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.26 $"
+#ident "GENERIC-$Revision: 1.27 $"
maxusers 16 # estimated number of users
@@ -59,7 +59,7 @@
options SYSVSHM # System V-like memory sharing
options P1003_1B_SEMAPHORE # p1003.1b semaphore support
-#options MODULAR # new style module framework
+#options MODULAR # new style module(7) framework
options USERCONF # userconf(4) support
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
Index: src/sys/arch/macppc/conf/GENERIC
diff -u src/sys/arch/macppc/conf/GENERIC:1.287 src/sys/arch/macppc/conf/GENERIC:1.288
--- src/sys/arch/macppc/conf/GENERIC:1.287 Fri Dec 24 17:05:34 2010
+++ src/sys/arch/macppc/conf/GENERIC Mon Jan 3 06:07:43 2011
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.287 2010/12/24 17:05:34 phx Exp $
+# $NetBSD: GENERIC,v 1.288 2011/01/03 06:07:43 tsutsui Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.287 $"
+#ident "GENERIC-$Revision: 1.288 $"
maxusers 32
@@ -40,7 +40,7 @@
options SYSVSHM # System V shared memory
options P1003_1B_SEMAPHORE # p1003.1b semaphore support
-options MODULAR # new style module framework
+options MODULAR # new style module(7) framework
options USERCONF # userconf(4) support
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
Index: src/sys/arch/news68k/conf/GENERIC
diff -u src/sys/arch/news68k/conf/GENERIC:1.103 src/sys/arch/news68k/conf/GENERIC:1.104
--- src/sys/arch/news68k/conf/GENERIC:1.103 Tue Nov 23 11:14:03 2010
+++ src/sys/arch/news68k/conf/GENERIC Mon Jan 3 06:07:44 2011
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.103 2010/11/23 11:14:03 hannken Exp $
+# $NetBSD: GENERIC,v 1.104 2011/01/03 06:07:44 tsutsui Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.103 $"
+#ident "GENERIC-$Revision: 1.104 $"
maxusers 8
@@ -39,7 +39,7 @@
options SYSVSHM # System V shared memory
options P1003_1B_SEMAPHORE # p1003.1b semaphore support
-#options MODULAR # new style module framework
+#options MODULAR # new style module(7) framework
options USERCONF # userconf(4) support
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
Index: src/sys/arch/shark/conf/GENERIC
diff -u src/sys/arch/shark/conf/GENERIC:1.91 src/sys/arch/shark/conf/GENERIC:1.92
--- src/sys/arch/shark/conf/GENERIC:1.91 Tue Nov 23 11:14:05 2010
+++ src/sys/arch/shark/conf/GENERIC Mon Jan 3 06:07:44 2011
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.91 2010/11/23 11:14:05 hannken Exp $
+# $NetBSD: GENERIC,v 1.92 2011/01/03 06:07:44 tsutsui Exp $
#
# Generic Shark configuration.
#
@@ -7,7 +7,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.91 $"
+#ident "GENERIC-$Revision: 1.92 $"
# estimated number of users
maxusers 32
@@ -151,7 +151,7 @@
options USERCONF # userconf(4) support
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
-options MODULAR # new style module framework
+options MODULAR # new style module(7) framework
# Development and Debugging options
Index: src/sys/arch/sun3/conf/GENERIC
diff -u src/sys/arch/sun3/conf/GENERIC:1.153 src/sys/arch/sun3/conf/GENERIC:1.154
--- src/sys/arch/sun3/conf/GENERIC:1.153 Tue Nov 23 11:14:06 2010
+++ src/sys/arch/sun3/conf/GENERIC Mon Jan 3 06:07:44 2011
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.153 2010/11/23 11:14:06 hannken Exp $
+# $NetBSD: GENERIC,v 1.154 2011/01/03 06:07:44 tsutsui Exp $
#
# GENERIC machine description file
#
@@ -25,7 +25,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.153 $"
+#ident "GENERIC-$Revision: 1.154 $"
makeoptions COPTS="-Os" # bootloader has size limit (~2MB)
@@ -43,7 +43,7 @@
options SYSVSHM # System V shared memory
options P1003_1B_SEMAPHORE # p1003.1b semaphore support
-#options MODULAR # new style module framework
+#options MODULAR # new style module(7) framework
#options INSECURE # disable kernel security level
#options USERCONF # userconf(4) support
Index: src/sys/arch/sun3/conf/GENERIC3X
diff -u src/sys/arch/sun3/conf/GENERIC3X:1.109 src/sys/arch/sun3/conf/GENERIC3X:1.110
--- src/sys/arch/sun3/conf/GENERIC3X:1.109 Tue Nov 23 11:14:06 2010
+++ src/sys/arch/sun3/conf/GENERIC3X Mon Jan 3 06:07:44 2011
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC3X,v 1.109 2010/11/23 11:14:06 hannken Exp $
+# $NetBSD: GENERIC3X,v 1.110 2011/01/03 06:07:44 tsutsui Exp $
# GENERIC Sun3X (3/80, 3/470)
# Supports root on: ie0, le0, sd*, ...
@@ -7,7 +7,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC3X-$Revision: 1.109 $"
+#ident "GENERIC3X-$Revision: 1.110 $"
makeoptions COPTS="-Os" # bootloader has size limit (~2MB)
@@ -25,7 +25,7 @@
options SYSVSHM # System V shared memory
options P1003_1B_SEMAPHORE # p1003.1b semaphore support
-#options MODULAR # new style module framework
+#options MODULAR # new style module(7) framework
#options INSECURE # disable kernel security level
#options USERCONF # userconf(4) support