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 remove EXPERIMENTAL comment, enable /dev/...



details:   https://anonhg.NetBSD.org/src/rev/580fdd60b550
branches:  trunk
changeset: 467687:580fdd60b550
user:      explorer <explorer%NetBSD.org@localhost>
date:      Sat Mar 27 07:04:35 1999 +0000

description:
remove EXPERIMENTAL comment, enable /dev/random in GENERIC kernels

diffstat:

 sys/arch/i386/conf/BIKINI                   |  4 +---
 sys/arch/i386/conf/GENERIC                  |  7 +++----
 sys/arch/i386/conf/GENERIC_TINY             |  6 ++----
 sys/arch/i386/conf/HOMEWORLD                |  4 +---
 sys/arch/i386/conf/INSTALL                  |  4 +---
 sys/arch/i386/conf/INSTALL_SMALL            |  4 +---
 sys/arch/i386/conf/INSTALL_TINY             |  4 +---
 sys/arch/i386/conf/MINBAR                   |  4 +---
 sys/arch/i386/conf/NBFTP                    |  6 +++---
 sys/arch/i386/conf/TRINITY                  |  4 ++--
 sys/arch/i386/conf/ZHADUM                   |  6 +++---
 sys/arch/i386/conf/ZYGORTHIAN-SPACE-RAIDERS |  3 +--
 12 files changed, 20 insertions(+), 36 deletions(-)

diffs (217 lines):

diff -r ede3e37e0291 -r 580fdd60b550 sys/arch/i386/conf/BIKINI
--- a/sys/arch/i386/conf/BIKINI Sat Mar 27 06:31:31 1999 +0000
+++ b/sys/arch/i386/conf/BIKINI Sat Mar 27 07:04:35 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: BIKINI,v 1.9 1999/03/22 07:50:29 mycroft Exp $
+#      $NetBSD: BIKINI,v 1.10 1999/03/27 07:04:35 explorer Exp $
 #      From: GENERIC,v 1.220 1999/02/16 17:46:17 abs Exp
 #
 #      BIKINI -- Mycroft's development machine
@@ -627,8 +627,6 @@
 pseudo-device  pty             64      # pseudo-terminals
 #pseudo-device tb              1       # tablet line discipline
 pseudo-device  sequencer       1       # MIDI sequencer
-
-# rnd is EXPERIMENTAL at this point.
 #pseudo-device rnd                     # /dev/random and in-kernel generator
 #options       RND_COM                 # use "com" randomness as well (BROKEN)
 
diff -r ede3e37e0291 -r 580fdd60b550 sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC        Sat Mar 27 06:31:31 1999 +0000
+++ b/sys/arch/i386/conf/GENERIC        Sat Mar 27 07:04:35 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: GENERIC,v 1.226 1999/03/25 17:06:38 perry Exp $
+#      $NetBSD: GENERIC,v 1.227 1999/03/27 07:04:36 explorer Exp $
 #
 #      GENERIC -- everything that's currently supported
 #
@@ -637,9 +637,8 @@
 pseudo-device  pty             64      # pseudo-terminals
 pseudo-device  tb              1       # tablet line discipline
 pseudo-device  sequencer       1       # MIDI sequencer
-
-# rnd is EXPERIMENTAL at this point.
-#pseudo-device rnd                     # /dev/random and in-kernel generator
+# rnd works; RND_COM does not on port i386 yet.
+pseudo-device  rnd                     # /dev/random and in-kernel generator
 #options       RND_COM                 # use "com" randomness as well (BROKEN)
 
 # a pseudo device needed for Coda      # also needs CODA (above)
diff -r ede3e37e0291 -r 580fdd60b550 sys/arch/i386/conf/GENERIC_TINY
--- a/sys/arch/i386/conf/GENERIC_TINY   Sat Mar 27 06:31:31 1999 +0000
+++ b/sys/arch/i386/conf/GENERIC_TINY   Sat Mar 27 07:04:35 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: GENERIC_TINY,v 1.3 1999/02/16 17:46:17 abs Exp $
+#      $NetBSD: GENERIC_TINY,v 1.4 1999/03/27 07:04:36 explorer Exp $
 #
 #      GENERIC_TINY -- suitable default for 4M machines
 #                      No EISA, PCI, PCMCIA or SCSI.
@@ -509,7 +509,5 @@
 # miscellaneous pseudo-devices
 pseudo-device  pty             16      # pseudo-terminals
 pseudo-device  tb              1       # tablet line discipline
-
-# rnd is EXPERIMENTAL at this point.
-#pseudo-device rnd                     # /dev/random and in-kernel generator
+pseudo-device  rnd                     # /dev/random and in-kernel generator
 #options       RND_COM                 # use "com" randomness as well (BROKEN)
diff -r ede3e37e0291 -r 580fdd60b550 sys/arch/i386/conf/HOMEWORLD
--- a/sys/arch/i386/conf/HOMEWORLD      Sat Mar 27 06:31:31 1999 +0000
+++ b/sys/arch/i386/conf/HOMEWORLD      Sat Mar 27 07:04:35 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: HOMEWORLD,v 1.38 1999/02/16 17:46:17 abs Exp $
+#      $NetBSD: HOMEWORLD,v 1.39 1999/03/27 07:04:36 explorer Exp $
 #      From: GENERIC,v 1.212 1999/01/06 23:30:53 thorpej Exp
 #
 #      HOMEWORLD - Mail, CVS, and GNATS server
@@ -602,8 +602,6 @@
 pseudo-device  pty             64      # pseudo-terminals
 #pseudo-device tb              1       # tablet line discipline
 #pseudo-device sequencer       1       # MIDI sequencer
-
-# rnd is EXPERIMENTAL at this point.
 #pseudo-device rnd                     # /dev/random and in-kernel generator
 #options       RND_COM                 # use "com" randomness as well (BROKEN)
 
diff -r ede3e37e0291 -r 580fdd60b550 sys/arch/i386/conf/INSTALL
--- a/sys/arch/i386/conf/INSTALL        Sat Mar 27 06:31:31 1999 +0000
+++ b/sys/arch/i386/conf/INSTALL        Sat Mar 27 07:04:35 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: INSTALL,v 1.112 1999/03/17 18:40:30 sommerfe Exp $
+#      $NetBSD: INSTALL,v 1.113 1999/03/27 07:04:36 explorer Exp $
 #
 #      INSTALL - Installation kernel.
 #
@@ -514,7 +514,5 @@
 # miscellaneous pseudo-devices
 pseudo-device  pty             64      # pseudo-terminals
 #pseudo-device tb              1       # tablet line discipline
-
-# rnd is EXPERIMENTAL at this point.
 #pseudo-device rnd                     # /dev/random and in-kernel generator
 #options       RND_COM                 # use "com" randomness as well (BROKEN)
diff -r ede3e37e0291 -r 580fdd60b550 sys/arch/i386/conf/INSTALL_SMALL
--- a/sys/arch/i386/conf/INSTALL_SMALL  Sat Mar 27 06:31:31 1999 +0000
+++ b/sys/arch/i386/conf/INSTALL_SMALL  Sat Mar 27 07:04:35 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: INSTALL_SMALL,v 1.37 1999/03/17 18:40:30 sommerfe Exp $
+#      $NetBSD: INSTALL_SMALL,v 1.38 1999/03/27 07:04:36 explorer Exp $
 #
 #      INSTALL_SMALL - Small Installation kernel.
 #
@@ -473,7 +473,5 @@
 # miscellaneous pseudo-devices
 pseudo-device  pty             64      # pseudo-terminals
 #pseudo-device tb              1       # tablet line discipline
-
-# rnd is EXPERIMENTAL at this point.
 #pseudo-device rnd                     # /dev/random and in-kernel generator
 #options       RND_COM                 # use "com" randomness as well (BROKEN)
diff -r ede3e37e0291 -r 580fdd60b550 sys/arch/i386/conf/INSTALL_TINY
--- a/sys/arch/i386/conf/INSTALL_TINY   Sat Mar 27 06:31:31 1999 +0000
+++ b/sys/arch/i386/conf/INSTALL_TINY   Sat Mar 27 07:04:35 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: INSTALL_TINY,v 1.6 1999/03/24 06:06:10 mrg Exp $
+#      $NetBSD: INSTALL_TINY,v 1.7 1999/03/27 07:04:36 explorer Exp $
 #
 #      INSTALL_TINY - Tiny Installation kernel, suitable for 4M machines.
 #
@@ -473,7 +473,5 @@
 # miscellaneous pseudo-devices
 pseudo-device  pty             64      # pseudo-terminals
 #pseudo-device tb              1       # tablet line discipline
-
-# rnd is EXPERIMENTAL at this point.
 #pseudo-device rnd                     # /dev/random and in-kernel generator
 #options       RND_COM                 # use "com" randomness as well (BROKEN)
diff -r ede3e37e0291 -r 580fdd60b550 sys/arch/i386/conf/MINBAR
--- a/sys/arch/i386/conf/MINBAR Sat Mar 27 06:31:31 1999 +0000
+++ b/sys/arch/i386/conf/MINBAR Sat Mar 27 07:04:35 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: MINBAR,v 1.7 1999/02/16 17:46:18 abs Exp $
+#      $NetBSD: MINBAR,v 1.8 1999/03/27 07:04:37 explorer Exp $
 #      From: GENERIC,v 1.212 1999/01/06 23:30:53 thorpej Exp
 #
 #      MINBAR -- offshore CVS server
@@ -602,8 +602,6 @@
 pseudo-device  pty             64      # pseudo-terminals
 #pseudo-device tb              1       # tablet line discipline
 #pseudo-device sequencer       1       # MIDI sequencer
-
-# rnd is EXPERIMENTAL at this point.
 #pseudo-device rnd                     # /dev/random and in-kernel generator
 #options       RND_COM                 # use "com" randomness as well (BROKEN)
 
diff -r ede3e37e0291 -r 580fdd60b550 sys/arch/i386/conf/NBFTP
--- a/sys/arch/i386/conf/NBFTP  Sat Mar 27 06:31:31 1999 +0000
+++ b/sys/arch/i386/conf/NBFTP  Sat Mar 27 07:04:35 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: NBFTP,v 1.9 1999/02/16 17:46:18 abs Exp $
+#      $NetBSD: NBFTP,v 1.10 1999/03/27 07:04:37 explorer Exp $
 #      From: GENERIC,v 1.212 1999/01/06 23:30:53 thorpej Exp
 #
 #      NBFTP -- ftp/sup.netbsd.org server machine
@@ -606,8 +606,8 @@
 #pseudo-device tb              1       # tablet line discipline
 #pseudo-device sequencer       1       # MIDI sequencer
 
-# rnd is EXPERIMENTAL at this point.
-#pseudo-device rnd                     # /dev/random and in-kernel generator
+# rnd works; RND_COM does not on port i386 yet.
+pseudo-device  rnd                     # /dev/random and in-kernel generator
 #options       RND_COM                 # use "com" randomness as well (BROKEN)
 
 # a pseudo device needed for Coda      # also needs CODA (above)
diff -r ede3e37e0291 -r 580fdd60b550 sys/arch/i386/conf/TRINITY
--- a/sys/arch/i386/conf/TRINITY        Sat Mar 27 06:31:31 1999 +0000
+++ b/sys/arch/i386/conf/TRINITY        Sat Mar 27 07:04:35 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: TRINITY,v 1.79 1999/03/14 10:34:18 mycroft Exp $
+#      $NetBSD: TRINITY,v 1.80 1999/03/27 07:04:37 explorer Exp $
 #      From: GENERIC,v 1.220 1999/02/16 17:46:17 abs Exp
 #
 #      TRINITY -- Mycroft's laptop
@@ -627,7 +627,7 @@
 #pseudo-device tb              1       # tablet line discipline
 #pseudo-device sequencer       1       # MIDI sequencer
 
-# rnd is EXPERIMENTAL at this point.
+# rnd works; RND_COM does not on port i386 yet.
 #pseudo-device rnd                     # /dev/random and in-kernel generator
 #options       RND_COM                 # use "com" randomness as well (BROKEN)
 
diff -r ede3e37e0291 -r 580fdd60b550 sys/arch/i386/conf/ZHADUM
--- a/sys/arch/i386/conf/ZHADUM Sat Mar 27 06:31:31 1999 +0000
+++ b/sys/arch/i386/conf/ZHADUM Sat Mar 27 07:04:35 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: ZHADUM,v 1.15 1999/02/16 17:46:18 abs Exp $
+#      $NetBSD: ZHADUM,v 1.16 1999/03/27 07:04:37 explorer Exp $
 #
 #      ZHADUM -- zhadum.netbsd.org, the new CVS server
 #
@@ -507,6 +507,6 @@
 pseudo-device  pty             128     # pseudo-terminals
 #pseudo-device tb              1       # tablet line discipline
 
-# rnd is EXPERIMENTAL at this point.
-#pseudo-device rnd                     # /dev/random and in-kernel generator
+# rnd works; RND_COM does not on port i386 yet.
+pseudo-device  rnd                     # /dev/random and in-kernel generator
 #options       RND_COM                 # use "com" randomness as well (BROKEN)
diff -r ede3e37e0291 -r 580fdd60b550 sys/arch/i386/conf/ZYGORTHIAN-SPACE-RAIDERS
--- a/sys/arch/i386/conf/ZYGORTHIAN-SPACE-RAIDERS       Sat Mar 27 06:31:31 1999 +0000
+++ b/sys/arch/i386/conf/ZYGORTHIAN-SPACE-RAIDERS       Sat Mar 27 07:04:35 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: ZYGORTHIAN-SPACE-RAIDERS,v 1.6 1999/03/22 07:51:28 mycroft Exp $
+#      $NetBSD: ZYGORTHIAN-SPACE-RAIDERS,v 1.7 1999/03/27 07:04:37 explorer Exp $
 #      From: GENERIC,v 1.220 1999/02/16 17:46:17 abs Exp
 #
 #      GENERIC -- everything that's currently supported
@@ -627,7 +627,6 @@
 #pseudo-device tb              1       # tablet line discipline
 pseudo-device  sequencer       1       # MIDI sequencer
 
-# rnd is EXPERIMENTAL at this point.
 #pseudo-device rnd                     # /dev/random and in-kernel generator
 #options       RND_COM                 # use "com" randomness as well (BROKEN)
 



Home | Main Index | Thread Index | Old Index