Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch Fix typo (responsiness -> responsiveness).
details: https://anonhg.NetBSD.org/src/rev/0e5d7ae30eaf
branches: trunk
changeset: 539572:0e5d7ae30eaf
user: wiz <wiz%NetBSD.org@localhost>
date: Fri Nov 22 12:20:58 2002 +0000
description:
Fix typo (responsiness -> responsiveness).
diffstat:
sys/arch/acorn26/conf/GENERIC | 4 ++--
sys/arch/acorn32/conf/GENERIC | 6 +++---
sys/arch/alpha/conf/GENERIC | 6 +++---
sys/arch/amiga/conf/GENERIC.in | 6 +++---
sys/arch/arc/conf/GENERIC | 6 +++---
sys/arch/atari/conf/GENERIC.in | 4 ++--
sys/arch/bebox/conf/GENERIC | 6 +++---
sys/arch/cats/conf/GENERIC | 4 ++--
sys/arch/cesfic/conf/GENERIC | 4 ++--
sys/arch/cobalt/conf/GENERIC | 6 +++---
sys/arch/hp300/conf/GENERIC | 6 +++---
sys/arch/hp700/conf/GENERIC | 6 +++---
sys/arch/i386/conf/GENERIC | 6 +++---
sys/arch/luna68k/conf/GENERIC | 6 +++---
sys/arch/mac68k/conf/GENERIC | 6 +++---
sys/arch/macppc/conf/GENERIC | 6 +++---
sys/arch/mipsco/conf/GENERIC | 4 ++--
sys/arch/mvme68k/conf/GENERIC | 6 +++---
sys/arch/netwinder/conf/GENERIC | 4 ++--
sys/arch/news68k/conf/GENERIC | 6 +++---
sys/arch/newsmips/conf/GENERIC | 6 +++---
sys/arch/next68k/conf/GENERIC | 6 +++---
sys/arch/pmax/conf/GENERIC | 6 +++---
sys/arch/prep/conf/GENERIC | 6 +++---
sys/arch/sgimips/conf/GENERIC | 6 +++---
sys/arch/sparc/conf/GENERIC | 6 +++---
sys/arch/sparc64/conf/GENERIC32 | 6 +++---
sys/arch/sun2/conf/GENERIC | 6 +++---
sys/arch/sun3/conf/GENERIC | 6 +++---
sys/arch/sun3/conf/GENERIC3X | 4 ++--
sys/arch/vax/conf/GENERIC | 6 +++---
sys/arch/x68k/conf/GENERIC | 6 +++---
32 files changed, 89 insertions(+), 89 deletions(-)
diffs (truncated from 800 to 300 lines):
diff -r 0f4debc4f257 -r 0e5d7ae30eaf sys/arch/acorn26/conf/GENERIC
--- a/sys/arch/acorn26/conf/GENERIC Fri Nov 22 12:15:27 2002 +0000
+++ b/sys/arch/acorn26/conf/GENERIC Fri Nov 22 12:20:58 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.10 2002/10/19 05:55:09 junyoung Exp $
+# $NetBSD: GENERIC,v 1.11 2002/11/22 12:20:58 wiz Exp $
#
# GENERIC machine description file
#
@@ -118,7 +118,7 @@
options USERCONF # userconf(4) support
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
-# Enable experimental buffer queue strategy for better responsiness under
+# 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.
#options NEW_BUFQ_STRATEGY
diff -r 0f4debc4f257 -r 0e5d7ae30eaf sys/arch/acorn32/conf/GENERIC
--- a/sys/arch/acorn32/conf/GENERIC Fri Nov 22 12:15:27 2002 +0000
+++ b/sys/arch/acorn32/conf/GENERIC Fri Nov 22 12:20:58 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.23 2002/10/19 05:55:10 junyoung Exp $
+# $NetBSD: GENERIC,v 1.24 2002/11/22 12:20:58 wiz Exp $
#
# GENERIC --- NetBSD/acorn32 complete configuration
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.23 $"
+#ident "GENERIC-$Revision: 1.24 $"
# estimated number of users
maxusers 32
@@ -131,7 +131,7 @@
options USERCONF # userconf(4) support
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
-# Enable experimental buffer queue strategy for better responsiness under
+# 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.
#options NEW_BUFQ_STRATEGY
diff -r 0f4debc4f257 -r 0e5d7ae30eaf sys/arch/alpha/conf/GENERIC
--- a/sys/arch/alpha/conf/GENERIC Fri Nov 22 12:15:27 2002 +0000
+++ b/sys/arch/alpha/conf/GENERIC Fri Nov 22 12:20:58 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.219 2002/11/05 08:31:43 fair Exp $
+# $NetBSD: GENERIC,v 1.220 2002/11/22 12:20:58 wiz Exp $
#
# GENERIC machine description file
#
@@ -25,7 +25,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.219 $"
+#ident "GENERIC-$Revision: 1.220 $"
maxusers 32
@@ -55,7 +55,7 @@
options SYSTRACE # System call vetting via systrace(1)
options NTP # kernel PLL for NTP
-# Enable experimental buffer queue strategy for better responsiness under
+# 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.
#options NEW_BUFQ_STRATEGY
diff -r 0f4debc4f257 -r 0e5d7ae30eaf sys/arch/amiga/conf/GENERIC.in
--- a/sys/arch/amiga/conf/GENERIC.in Fri Nov 22 12:15:27 2002 +0000
+++ b/sys/arch/amiga/conf/GENERIC.in Fri Nov 22 12:20:58 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC.in,v 1.8 2002/10/19 05:58:25 junyoung Exp $
+# $NetBSD: GENERIC.in,v 1.9 2002/11/22 12:20:59 wiz Exp $
#
# GENERIC machine description file
#
@@ -56,7 +56,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.8 $"
+#ident "GENERIC-$Revision: 1.9 $"
m4_ifdef(`INSTALL_CONFIGURATION', `m4_dnl
makeoptions COPTS="-Os"
@@ -218,7 +218,7 @@
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
')m4_dnl
-# Enable experimental buffer queue strategy for better responsiness under
+# 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.
#options NEW_BUFQ_STRATEGY
diff -r 0f4debc4f257 -r 0e5d7ae30eaf sys/arch/arc/conf/GENERIC
--- a/sys/arch/arc/conf/GENERIC Fri Nov 22 12:15:27 2002 +0000
+++ b/sys/arch/arc/conf/GENERIC Fri Nov 22 12:20:58 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.75 2002/10/18 15:11:09 junyoung Exp $
+# $NetBSD: GENERIC,v 1.76 2002/11/22 12:20:59 wiz Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.75 $"
+#ident "GENERIC-$Revision: 1.76 $"
maxusers 32 # estimated number of users
@@ -60,7 +60,7 @@
options USERCONF # userconf(4) support
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
-# Enable experimental buffer queue strategy for better responsiness under
+# 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.
#options NEW_BUFQ_STRATEGY
diff -r 0f4debc4f257 -r 0e5d7ae30eaf sys/arch/atari/conf/GENERIC.in
--- a/sys/arch/atari/conf/GENERIC.in Fri Nov 22 12:15:27 2002 +0000
+++ b/sys/arch/atari/conf/GENERIC.in Fri Nov 22 12:20:58 2002 +0000
@@ -1,5 +1,5 @@
#
-# $NetBSD: GENERIC.in,v 1.28 2002/10/19 05:58:25 junyoung Exp $
+# $NetBSD: GENERIC.in,v 1.29 2002/11/22 12:21:00 wiz Exp $
#
# Generic atari
#
@@ -33,7 +33,7 @@
options INSECURE # disable kernel security levels
#options NTP # NTP phase/frequency locked loop
-# Enable experimental buffer queue strategy for better responsiness under
+# 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.
#options NEW_BUFQ_STRATEGY
diff -r 0f4debc4f257 -r 0e5d7ae30eaf sys/arch/bebox/conf/GENERIC
--- a/sys/arch/bebox/conf/GENERIC Fri Nov 22 12:15:27 2002 +0000
+++ b/sys/arch/bebox/conf/GENERIC Fri Nov 22 12:20:58 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.60 2002/10/19 05:58:26 junyoung Exp $
+# $NetBSD: GENERIC,v 1.61 2002/11/22 12:21:00 wiz Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.60 $"
+#ident "GENERIC-$Revision: 1.61 $"
maxusers 32
@@ -43,7 +43,7 @@
options USERCONF # userconf(4) support
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
-# Enable experimental buffer queue strategy for better responsiness under
+# 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.
#options NEW_BUFQ_STRATEGY
diff -r 0f4debc4f257 -r 0e5d7ae30eaf sys/arch/cats/conf/GENERIC
--- a/sys/arch/cats/conf/GENERIC Fri Nov 22 12:15:27 2002 +0000
+++ b/sys/arch/cats/conf/GENERIC Fri Nov 22 12:20:58 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.42 2002/10/27 17:57:13 tsutsui Exp $
+# $NetBSD: GENERIC,v 1.43 2002/11/22 12:21:00 wiz Exp $
#
# GENERIC machine description file
#
@@ -34,7 +34,7 @@
options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
options NTP # NTP phase/frequency locked loop
-# Enable experimental buffer queue strategy for better responsiness under
+# 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.
#options NEW_BUFQ_STRATEGY
diff -r 0f4debc4f257 -r 0e5d7ae30eaf sys/arch/cesfic/conf/GENERIC
--- a/sys/arch/cesfic/conf/GENERIC Fri Nov 22 12:15:27 2002 +0000
+++ b/sys/arch/cesfic/conf/GENERIC Fri Nov 22 12:20:58 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.16 2002/10/18 15:11:10 junyoung Exp $
+# $NetBSD: GENERIC,v 1.17 2002/11/22 12:21:00 wiz Exp $
#
# GENERIC machine description file
#
@@ -33,7 +33,7 @@
options USERCONF # userconf(4) support
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
-# Enable experimental buffer queue strategy for better responsiness under
+# 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.
#options NEW_BUFQ_STRATEGY
diff -r 0f4debc4f257 -r 0e5d7ae30eaf sys/arch/cobalt/conf/GENERIC
--- a/sys/arch/cobalt/conf/GENERIC Fri Nov 22 12:15:27 2002 +0000
+++ b/sys/arch/cobalt/conf/GENERIC Fri Nov 22 12:20:58 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.38 2002/10/18 15:11:10 junyoung Exp $
+# $NetBSD: GENERIC,v 1.39 2002/11/22 12:21:01 wiz Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.38 $"
+#ident "GENERIC-$Revision: 1.39 $"
maxusers 32
@@ -43,7 +43,7 @@
options USERCONF # userconf(4) support
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
-# Enable experimental buffer queue strategy for better responsiness under
+# 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.
#options NEW_BUFQ_STRATEGY
diff -r 0f4debc4f257 -r 0e5d7ae30eaf sys/arch/hp300/conf/GENERIC
--- a/sys/arch/hp300/conf/GENERIC Fri Nov 22 12:15:27 2002 +0000
+++ b/sys/arch/hp300/conf/GENERIC Fri Nov 22 12:20:58 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.87 2002/10/18 15:11:10 junyoung Exp $
+# $NetBSD: GENERIC,v 1.88 2002/11/22 12:21:01 wiz Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.87 $"
+#ident "GENERIC-$Revision: 1.88 $"
maxusers 32 # estimated number of users
@@ -61,7 +61,7 @@
#options SEMUME=10 # max number of undo entries per process
#options SEMMNU=30 # number of undo structures in system
-# Enable experimental buffer queue strategy for better responsiness under
+# 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.
#options NEW_BUFQ_STRATEGY
diff -r 0f4debc4f257 -r 0e5d7ae30eaf sys/arch/hp700/conf/GENERIC
--- a/sys/arch/hp700/conf/GENERIC Fri Nov 22 12:15:27 2002 +0000
+++ b/sys/arch/hp700/conf/GENERIC Fri Nov 22 12:20:58 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.10 2002/10/18 15:11:11 junyoung Exp $
+# $NetBSD: GENERIC,v 1.11 2002/11/22 12:21:01 wiz Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.10 $"
+#ident "GENERIC-$Revision: 1.11 $"
maxusers 32 # estimated number of users
@@ -65,7 +65,7 @@
options LKM # loadable kernel modules
-# Enable experimental buffer queue strategy for better responsiness under
+# 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.
#options NEW_BUFQ_STRATEGY
diff -r 0f4debc4f257 -r 0e5d7ae30eaf sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC Fri Nov 22 12:15:27 2002 +0000
+++ b/sys/arch/i386/conf/GENERIC Fri Nov 22 12:20:58 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.525 2002/11/14 22:37:18 atatat Exp $
+# $NetBSD: GENERIC,v 1.526 2002/11/22 12:21:02 wiz Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
Home |
Main Index |
Thread Index |
Old Index