Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch Xref module(7) in comments.
details: https://anonhg.NetBSD.org/src/rev/2bfa329cf046
branches: trunk
changeset: 760344:2bfa329cf046
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Mon Jan 03 06:07:42 2011 +0000
description:
Xref module(7) in comments.
diffstat:
sys/arch/amd64/conf/GENERIC | 8 ++++----
sys/arch/dreamcast/conf/GENERIC | 4 ++--
sys/arch/hp300/conf/GENERIC | 6 +++---
sys/arch/hpcsh/conf/GENERIC | 4 ++--
sys/arch/i386/conf/ALL | 10 +++++-----
sys/arch/i386/conf/GENERIC | 20 ++++++++++----------
sys/arch/landisk/conf/GENERIC | 6 +++---
sys/arch/macppc/conf/GENERIC | 6 +++---
sys/arch/news68k/conf/GENERIC | 6 +++---
sys/arch/shark/conf/GENERIC | 6 +++---
sys/arch/sun3/conf/GENERIC | 6 +++---
sys/arch/sun3/conf/GENERIC3X | 6 +++---
12 files changed, 44 insertions(+), 44 deletions(-)
diffs (truncated from 379 to 300 lines):
diff -r 1e5025afa6d5 -r 2bfa329cf046 sys/arch/amd64/conf/GENERIC
--- a/sys/arch/amd64/conf/GENERIC Mon Jan 03 05:34:53 2011 +0000
+++ b/sys/arch/amd64/conf/GENERIC Mon Jan 03 06:07:42 2011 +0000
@@ -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)
diff -r 1e5025afa6d5 -r 2bfa329cf046 sys/arch/dreamcast/conf/GENERIC
--- a/sys/arch/dreamcast/conf/GENERIC Mon Jan 03 05:34:53 2011 +0000
+++ b/sys/arch/dreamcast/conf/GENERIC Mon Jan 03 06:07:42 2011 +0000
@@ -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
diff -r 1e5025afa6d5 -r 2bfa329cf046 sys/arch/hp300/conf/GENERIC
--- a/sys/arch/hp300/conf/GENERIC Mon Jan 03 05:34:53 2011 +0000
+++ b/sys/arch/hp300/conf/GENERIC Mon Jan 03 06:07:42 2011 +0000
@@ -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.
diff -r 1e5025afa6d5 -r 2bfa329cf046 sys/arch/hpcsh/conf/GENERIC
--- a/sys/arch/hpcsh/conf/GENERIC Mon Jan 03 05:34:53 2011 +0000
+++ b/sys/arch/hpcsh/conf/GENERIC Mon Jan 03 06:07:42 2011 +0000
@@ -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)
diff -r 1e5025afa6d5 -r 2bfa329cf046 sys/arch/i386/conf/ALL
--- a/sys/arch/i386/conf/ALL Mon Jan 03 05:34:53 2011 +0000
+++ b/sys/arch/i386/conf/ALL Mon Jan 03 06:07:42 2011 +0000
@@ -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
diff -r 1e5025afa6d5 -r 2bfa329cf046 sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC Mon Jan 03 05:34:53 2011 +0000
+++ b/sys/arch/i386/conf/GENERIC Mon Jan 03 06:07:42 2011 +0000
@@ -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
diff -r 1e5025afa6d5 -r 2bfa329cf046 sys/arch/landisk/conf/GENERIC
--- a/sys/arch/landisk/conf/GENERIC Mon Jan 03 05:34:53 2011 +0000
+++ b/sys/arch/landisk/conf/GENERIC Mon Jan 03 06:07:42 2011 +0000
@@ -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)
diff -r 1e5025afa6d5 -r 2bfa329cf046 sys/arch/macppc/conf/GENERIC
--- a/sys/arch/macppc/conf/GENERIC Mon Jan 03 05:34:53 2011 +0000
+++ b/sys/arch/macppc/conf/GENERIC Mon Jan 03 06:07:42 2011 +0000
@@ -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)
diff -r 1e5025afa6d5 -r 2bfa329cf046 sys/arch/news68k/conf/GENERIC
--- a/sys/arch/news68k/conf/GENERIC Mon Jan 03 05:34:53 2011 +0000
+++ b/sys/arch/news68k/conf/GENERIC Mon Jan 03 06:07:42 2011 +0000
@@ -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)
diff -r 1e5025afa6d5 -r 2bfa329cf046 sys/arch/shark/conf/GENERIC
--- a/sys/arch/shark/conf/GENERIC Mon Jan 03 05:34:53 2011 +0000
Home |
Main Index |
Thread Index |
Old Index