Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/i386/conf add X note comment for INSECURE option.



details:   https://anonhg.NetBSD.org/src/rev/6672512b2242
branches:  trunk
changeset: 534911:6672512b2242
user:      grant <grant%NetBSD.org@localhost>
date:      Tue Aug 06 12:09:42 2002 +0000

description:
add X note comment for INSECURE option.

addresses port-i386/17853 from hclsmith%yahoo.ca@localhost.

diffstat:

 sys/arch/i386/conf/GENERIC         |  6 +++---
 sys/arch/i386/conf/GENERIC_LAPTOP  |  6 +++---
 sys/arch/i386/conf/GENERIC_PS2TINY |  4 ++--
 sys/arch/i386/conf/GENERIC_TINY    |  4 ++--
 4 files changed, 10 insertions(+), 10 deletions(-)

diffs (90 lines):

diff -r b247f12dd66a -r 6672512b2242 sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC        Tue Aug 06 11:56:26 2002 +0000
+++ b/sys/arch/i386/conf/GENERIC        Tue Aug 06 12:09:42 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.503 2002/08/02 05:26:45 ichiro Exp $
+# $NetBSD: GENERIC,v 1.504 2002/08/06 12:09:42 grant Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.503 $"
+#ident                 "GENERIC-$Revision: 1.504 $"
 
 maxusers       32              # estimated number of users
 
@@ -63,7 +63,7 @@
 # Standard system options
 
 options        UCONSOLE        # users can use TIOCCONS (for xconsole)
-options        INSECURE        # disable kernel security levels
+options        INSECURE        # disable kernel security levels - X needs this
 
 options        RTC_OFFSET=0    # hardware clock is this many mins. west of GMT
 options        NTP             # NTP phase/frequency locked loop
diff -r b247f12dd66a -r 6672512b2242 sys/arch/i386/conf/GENERIC_LAPTOP
--- a/sys/arch/i386/conf/GENERIC_LAPTOP Tue Aug 06 11:56:26 2002 +0000
+++ b/sys/arch/i386/conf/GENERIC_LAPTOP Tue Aug 06 12:09:42 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: GENERIC_LAPTOP,v 1.55 2002/08/02 05:26:46 ichiro Exp $
+#      $NetBSD: GENERIC_LAPTOP,v 1.56 2002/08/06 12:09:42 grant Exp $
 #      From: NetBSD: GENERIC,v 1.414 2001/07/30 19:59:05 ad Exp
 #
 #      GENERIC_LAPTOP -- GENERIC with cardbus and some USB devices enabled
@@ -8,7 +8,7 @@
 
 #options       INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.55 $"
+#ident                 "GENERIC-$Revision: 1.56 $"
 
 maxusers       32              # estimated number of users
 
@@ -49,7 +49,7 @@
 # Standard system options
 
 options        UCONSOLE        # users can use TIOCCONS (for xconsole)
-options        INSECURE        # disable kernel security levels
+options        INSECURE        # disable kernel security levels - X needs this
 
 options        RTC_OFFSET=0    # hardware clock is this many mins. west of GMT
 options        NTP             # NTP phase/frequency locked loop
diff -r b247f12dd66a -r 6672512b2242 sys/arch/i386/conf/GENERIC_PS2TINY
--- a/sys/arch/i386/conf/GENERIC_PS2TINY        Tue Aug 06 11:56:26 2002 +0000
+++ b/sys/arch/i386/conf/GENERIC_PS2TINY        Tue Aug 06 12:09:42 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: GENERIC_PS2TINY,v 1.15 2002/07/22 11:06:01 wiz Exp $
+#      $NetBSD: GENERIC_PS2TINY,v 1.16 2002/08/06 12:09:42 grant Exp $
 #
 #      GENERIC-style kernel config for IBM PS/2 with MCA bus. It only contains
 #      IBM PS/2 related stuff and has been generally trimmed down somewhat,
@@ -49,7 +49,7 @@
 # Standard system options
 
 options        UCONSOLE        # users can use TIOCCONS (for xconsole)
-options        INSECURE        # disable kernel security levels
+options        INSECURE        # disable kernel security levels - X needs this
 
 options        RTC_OFFSET=-600 # hardware clock is this many mins. west of GMT
 options        NTP             # NTP phase/frequency locked loop
diff -r b247f12dd66a -r 6672512b2242 sys/arch/i386/conf/GENERIC_TINY
--- a/sys/arch/i386/conf/GENERIC_TINY   Tue Aug 06 11:56:26 2002 +0000
+++ b/sys/arch/i386/conf/GENERIC_TINY   Tue Aug 06 12:09:42 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: GENERIC_TINY,v 1.43 2002/07/22 11:06:01 wiz Exp $
+#      $NetBSD: GENERIC_TINY,v 1.44 2002/08/06 12:09:43 grant Exp $
 #
 #      GENERIC_TINY -- suitable default for 4M machines
 #                      No EISA, PCI, or SCSI.
@@ -43,7 +43,7 @@
 # Standard system options
 
 #options       UCONSOLE        # users can use TIOCCONS (for xconsole)
-options        INSECURE        # disable kernel security levels
+options        INSECURE        # disable kernel security levels - X needs this
 
 options        RTC_OFFSET=0    # hardware clock is this many mins. west of GMT
 #options       NTP             # NTP phase/frequency locked loop



Home | Main Index | Thread Index | Old Index