Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sparc/conf EXEC_ELF32 is now default. enable "rnd"



details:   https://anonhg.NetBSD.org/src/rev/3752a366e3bb
branches:  trunk
changeset: 473513:3752a366e3bb
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sun Jun 06 13:00:03 1999 +0000

description:
EXEC_ELF32 is now default.  enable "rnd"

diffstat:

 sys/arch/sparc/conf/GENERIC   |  6 ++----
 sys/arch/sparc/conf/std.sparc |  3 ++-
 2 files changed, 4 insertions(+), 5 deletions(-)

diffs (40 lines):

diff -r da23ec23302f -r 3752a366e3bb sys/arch/sparc/conf/GENERIC
--- a/sys/arch/sparc/conf/GENERIC       Sun Jun 06 09:26:51 1999 +0000
+++ b/sys/arch/sparc/conf/GENERIC       Sun Jun 06 13:00:03 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: GENERIC,v 1.83 1999/06/06 09:23:38 pk Exp $
+#      $NetBSD: GENERIC,v 1.84 1999/06/06 13:00:03 mrg Exp $
 
 include "arch/sparc/conf/std.sparc"
 
@@ -126,7 +126,6 @@
 options        COMPAT_SUNOS    # SunOS 4.x binary compatibility
 options        COMPAT_SVR4     # SunOS 5.x binary compatibility
 options        COMPAT_AOUT     # NetBSD a.out compatibility
-options        EXEC_ELF32      # Exec module for SunOS 5.x binaries.
 
 ## File systems.  You probably need at least one of FFS or NFS.
 file-system    FFS             # Berkeley Fast Filesystem
@@ -534,6 +533,5 @@
 
 ## Random device, used to implement /dev/random (a source of random noise),
 ## and generate randomness for some kernel formulae.
-## THIS DEVICE IS EXPERIMENTAL; use at your own risk.
 
-#pseudo-device rnd
+pseudo-device  rnd
diff -r da23ec23302f -r 3752a366e3bb sys/arch/sparc/conf/std.sparc
--- a/sys/arch/sparc/conf/std.sparc     Sun Jun 06 09:26:51 1999 +0000
+++ b/sys/arch/sparc/conf/std.sparc     Sun Jun 06 13:00:03 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: std.sparc,v 1.15 1999/03/24 06:06:11 mrg Exp $
+#      $NetBSD: std.sparc,v 1.16 1999/06/06 13:00:03 mrg Exp $
 
 #
 # Mandatory NetBSD/sparc kernel options.
@@ -9,4 +9,5 @@
 #options       PMAP_NEW        # new pmap(9) interfaces
 
 options        EXEC_AOUT       # execve(2) support for a.out binaries
+options        EXEC_ELF32      # execve(2) support for a.out binaries
 options        EXEC_SCRIPT     # execve(2) support for scripts



Home | Main Index | Thread Index | Old Index