Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-7-0]: src/sys/arch Pull up following revision(s) (requested by jo...
details: https://anonhg.NetBSD.org/src/rev/5658be00c9e2
branches: netbsd-7-0
changeset: 801228:5658be00c9e2
user: snj <snj%NetBSD.org@localhost>
date: Tue Nov 01 18:33:56 2016 +0000
description:
Pull up following revision(s) (requested by joerg in ticket #1258):
sys/arch/amd64/conf/std.xen: revision 1.8
sys/arch/xen/conf/std.xen: revision 1.8
Use the same process and file limits as normal AND64 for Xen kernels.
Given Xen/i386 the same process and file limit as native i386.
diffstat:
sys/arch/amd64/conf/std.xen | 5 ++++-
sys/arch/xen/conf/std.xen | 5 ++++-
2 files changed, 8 insertions(+), 2 deletions(-)
diffs (36 lines):
diff -r b1f52f169df8 -r 5658be00c9e2 sys/arch/amd64/conf/std.xen
--- a/sys/arch/amd64/conf/std.xen Fri Oct 21 06:18:32 2016 +0000
+++ b/sys/arch/amd64/conf/std.xen Tue Nov 01 18:33:56 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: std.xen,v 1.6 2009/07/29 12:02:05 cegger Exp $
+# $NetBSD: std.xen,v 1.6.40.1 2016/11/01 18:33:56 snj Exp $
# NetBSD: std.i386,v 1.24 2003/02/26 21:33:36 fvdl Exp
#
# standard, required NetBSD/i386 'options'
@@ -14,5 +14,8 @@
options EXEC_SCRIPT # exec #! scripts
options MTRR
+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"
diff -r b1f52f169df8 -r 5658be00c9e2 sys/arch/xen/conf/std.xen
--- a/sys/arch/xen/conf/std.xen Fri Oct 21 06:18:32 2016 +0000
+++ b/sys/arch/xen/conf/std.xen Tue Nov 01 18:33:56 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: std.xen,v 1.7 2011/06/30 20:09:38 wiz Exp $
+# $NetBSD: std.xen,v 1.7.32.1 2016/11/01 18:33:56 snj Exp $
# NetBSD: std.i386,v 1.24 2003/02/26 21:33:36 fvdl Exp
#
# standard, required NetBSD/i386 'options'
@@ -16,5 +16,8 @@
#options CRYPTO_MD_BF_ENC # machine-dependent code for BF_encrypt
#options CRYPTO_MD_BF_CBC # careful: uses bswapl, requires 486
+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"
Home |
Main Index |
Thread Index |
Old Index