Module Name:    src
Committed By:   snj
Date:           Sat May  9 08:47:15 UTC 2015

Modified Files:
        src/sys/arch/aarch64/conf [netbsd-7]: std.aarch64
        src/sys/arch/amd64/conf [netbsd-7]: std.amd64
        src/sys/arch/evbarm/conf [netbsd-7]: std.evbarm
        src/sys/arch/evbarm64/conf [netbsd-7]: std.evbarm64
        src/sys/arch/i386/conf [netbsd-7]: std.i386
        src/sys/arch/sparc64/conf [netbsd-7]: std.sparc64

Log Message:
Pull up following revision(s) (requested by mrg in ticket #741):
        sys/arch/aarch64/conf/std.aarch64: revision 1.2
        sys/arch/amd64/conf/std.amd64: revision 1.10
        sys/arch/evbarm/conf/std.evbarm: revision 1.4
        sys/arch/evbarm64/conf/std.evbarm64: revision 1.2
        sys/arch/i386/conf/std.i386: revision 1.34
        sys/arch/sparc64/conf/std.sparc64: revision 1.19
bump CHILD_MAX and OPEN_MAX defaults on several platforms, both to 1024.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.1.2.1 src/sys/arch/aarch64/conf/std.aarch64
cvs rdiff -u -r1.9 -r1.9.12.1 src/sys/arch/amd64/conf/std.amd64
cvs rdiff -u -r1.3 -r1.3.18.1 src/sys/arch/evbarm/conf/std.evbarm
cvs rdiff -u -r1.1 -r1.1.2.1 src/sys/arch/evbarm64/conf/std.evbarm64
cvs rdiff -u -r1.33 -r1.33.12.1 src/sys/arch/i386/conf/std.i386
cvs rdiff -u -r1.18 -r1.18.40.1 src/sys/arch/sparc64/conf/std.sparc64

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/aarch64/conf/std.aarch64
diff -u src/sys/arch/aarch64/conf/std.aarch64:1.1 src/sys/arch/aarch64/conf/std.aarch64:1.1.2.1
--- src/sys/arch/aarch64/conf/std.aarch64:1.1	Sun Aug 10 05:47:37 2014
+++ src/sys/arch/aarch64/conf/std.aarch64	Sat May  9 08:47:14 2015
@@ -1,4 +1,4 @@
-#	$NetBSD: std.aarch64,v 1.1 2014/08/10 05:47:37 matt Exp $
+#	$NetBSD: std.aarch64,v 1.1.2.1 2015/05/09 08:47:14 snj Exp $
 #
 # standard NetBSD/aarch64 options
 
@@ -8,3 +8,6 @@ options 	MULTIPROCESSOR
 
 options 	EXEC_ELF64
 options 	EXEC_SCRIPT
+
+options 	CHILD_MAX=1024	# 160 is too few
+options 	OPEN_MAX=1024	# 128 is too few

Index: src/sys/arch/amd64/conf/std.amd64
diff -u src/sys/arch/amd64/conf/std.amd64:1.9 src/sys/arch/amd64/conf/std.amd64:1.9.12.1
--- src/sys/arch/amd64/conf/std.amd64:1.9	Thu Sep 27 18:28:55 2012
+++ src/sys/arch/amd64/conf/std.amd64	Sat May  9 08:47:14 2015
@@ -1,4 +1,4 @@
-# $NetBSD: std.amd64,v 1.9 2012/09/27 18:28:55 alnsn Exp $
+# $NetBSD: std.amd64,v 1.9.12.1 2015/05/09 08:47:14 snj Exp $
 #
 # standard, required NetBSD/amd64 'options'
 
@@ -11,6 +11,9 @@ options 	EXEC_SCRIPT	# exec #! scripts
 options 	MTRR
 options		MULTIPROCESSOR
 
+options 	CHILD_MAX=1024	# 160 is too few
+options 	OPEN_MAX=1024	# 128 is too few
+
 mainbus0 at root
 cpu* at mainbus?
 ioapic* at mainbus? apid ?

Index: src/sys/arch/evbarm/conf/std.evbarm
diff -u src/sys/arch/evbarm/conf/std.evbarm:1.3 src/sys/arch/evbarm/conf/std.evbarm:1.3.18.1
--- src/sys/arch/evbarm/conf/std.evbarm:1.3	Sun Dec 16 20:43:54 2012
+++ src/sys/arch/evbarm/conf/std.evbarm	Sat May  9 08:47:14 2015
@@ -1,4 +1,4 @@
-#	$NetBSD: std.evbarm,v 1.3 2012/12/16 20:43:54 matt Exp $
+#	$NetBSD: std.evbarm,v 1.3.18.1 2015/05/09 08:47:14 snj Exp $
 
 include		"conf/std"
 include		"arch/arm/conf/std.arm"	# arch standard options
@@ -6,3 +6,6 @@ include		"arch/arm/conf/std.arm"	# arch 
 options 	EXEC_ELF32
 options 	EXEC_SCRIPT
 options 	ARM32
+
+options 	CHILD_MAX=1024	# 160 is too few
+options 	OPEN_MAX=1024	# 128 is too few

Index: src/sys/arch/evbarm64/conf/std.evbarm64
diff -u src/sys/arch/evbarm64/conf/std.evbarm64:1.1 src/sys/arch/evbarm64/conf/std.evbarm64:1.1.2.1
--- src/sys/arch/evbarm64/conf/std.evbarm64:1.1	Sun Aug 10 05:47:38 2014
+++ src/sys/arch/evbarm64/conf/std.evbarm64	Sat May  9 08:47:14 2015
@@ -1,4 +1,7 @@
-#	$NetBSD: std.evbarm64,v 1.1 2014/08/10 05:47:38 matt Exp $
+#	$NetBSD: std.evbarm64,v 1.1.2.1 2015/05/09 08:47:14 snj Exp $
 
 include		"conf/std"
 include		"arch/aarch64/conf/std.aarch64"	# arch standard options
+
+options 	CHILD_MAX=1024	# 160 is too few
+options 	OPEN_MAX=1024	# 128 is too few

Index: src/sys/arch/i386/conf/std.i386
diff -u src/sys/arch/i386/conf/std.i386:1.33 src/sys/arch/i386/conf/std.i386:1.33.12.1
--- src/sys/arch/i386/conf/std.i386:1.33	Thu Sep 27 18:28:55 2012
+++ src/sys/arch/i386/conf/std.i386	Sat May  9 08:47:14 2015
@@ -1,4 +1,4 @@
-# $NetBSD: std.i386,v 1.33 2012/09/27 18:28:55 alnsn Exp $
+# $NetBSD: std.i386,v 1.33.12.1 2015/05/09 08:47:14 snj Exp $
 #
 # standard, required NetBSD/i386 'options'
 
@@ -16,6 +16,9 @@ options 	EXEC_SCRIPT	# exec #! scripts
 options		MULTIPROCESSOR		# multiprocessor support
 options 	MPBIOS			# configure CPUs and APICs using MPBIOS
 
+options 	CHILD_MAX=1024	# 160 is too few
+options 	OPEN_MAX=1024	# 128 is too few
+
 mainbus0 at root
 cpu* at mainbus?
 ioapic* at mainbus?

Index: src/sys/arch/sparc64/conf/std.sparc64
diff -u src/sys/arch/sparc64/conf/std.sparc64:1.18 src/sys/arch/sparc64/conf/std.sparc64:1.18.40.1
--- src/sys/arch/sparc64/conf/std.sparc64:1.18	Thu Dec 11 05:42:18 2008
+++ src/sys/arch/sparc64/conf/std.sparc64	Sat May  9 08:47:14 2015
@@ -1,4 +1,4 @@
-#	$NetBSD: std.sparc64,v 1.18 2008/12/11 05:42:18 alc Exp $
+#	$NetBSD: std.sparc64,v 1.18.40.1 2015/05/09 08:47:14 snj Exp $
 
 #
 # Mandatory NetBSD/sparc64 kernel options when building either 32-bit or
@@ -16,5 +16,8 @@ options 	EXEC_ELF64	# 64-bit NetBSD and 
 
 options		CPU_IN_CKSUM	# use optimized checksum method
 
+options 	CHILD_MAX=1024	# 160 is too few
+options 	OPEN_MAX=1024	# 128 is too few
+
 # Atheros HAL options
 include "external/isc/atheros_hal/conf/std.ath_hal"

Reply via email to