diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2008-03-21 18:44:15 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2008-03-21 18:44:15 +0000 |
commit | c42d212cbf9583043a1efdc8cba13a65182472f1 (patch) | |
tree | ac2a2c35cb50ab0ff0196dd765c1624871d191a0 /sys/arch | |
parent | abf15cbda9d010abdba3153706652970114095d7 (diff) |
crank maxusers on some architectures
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/alpha/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/arch/alpha/conf/files.alpha | 4 | ||||
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/arch/hppa/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/arch/hppa/conf/files.hppa | 4 | ||||
-rw-r--r-- | sys/arch/macppc/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/arch/macppc/conf/files.macppc | 4 |
7 files changed, 14 insertions, 14 deletions
diff --git a/sys/arch/alpha/conf/GENERIC b/sys/arch/alpha/conf/GENERIC index e1e0c518f92..a70cabd4341 100644 --- a/sys/arch/alpha/conf/GENERIC +++ b/sys/arch/alpha/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.198 2008/02/24 21:49:36 uwe Exp $ +# $OpenBSD: GENERIC,v 1.199 2008/03/21 18:44:13 deraadt Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -11,7 +11,7 @@ machine alpha include "../../../conf/GENERIC" -maxusers 32 # estimated number of users +maxusers 80 # estimated number of users # CPU Support option DEC_3000_500 # Flamingo etc: 3000/[4-9]00* diff --git a/sys/arch/alpha/conf/files.alpha b/sys/arch/alpha/conf/files.alpha index d48455d5584..b68a393d55d 100644 --- a/sys/arch/alpha/conf/files.alpha +++ b/sys/arch/alpha/conf/files.alpha @@ -1,4 +1,4 @@ -# $OpenBSD: files.alpha,v 1.84 2007/12/29 16:59:13 miod Exp $ +# $OpenBSD: files.alpha,v 1.85 2008/03/21 18:44:13 deraadt Exp $ # $NetBSD: files.alpha,v 1.32 1996/11/25 04:03:21 cgd Exp $ # # alpha-specific configuration info @@ -6,7 +6,7 @@ # maxpartitions must be first item in files.${ARCH} maxpartitions 16 -maxusers 2 8 64 +maxusers 2 8 128 # this loses, but there's no way to define attributes which have attributes define alpha_shared_intr diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index a3b2d0dfdf7..4fa9e13dd17 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.217 2008/03/16 19:00:28 oga Exp $ +# $OpenBSD: GENERIC,v 1.218 2008/03/21 18:44:14 deraadt Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -11,7 +11,7 @@ machine amd64 include "../../../conf/GENERIC" -maxusers 40 # estimated number of users +maxusers 80 # estimated number of users option USER_PCICONF # user-space PCI configuration diff --git a/sys/arch/hppa/conf/GENERIC b/sys/arch/hppa/conf/GENERIC index 3463dbc54c3..2abb4575734 100644 --- a/sys/arch/hppa/conf/GENERIC +++ b/sys/arch/hppa/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.115 2008/02/24 21:49:37 uwe Exp $ +# $OpenBSD: GENERIC,v 1.116 2008/03/21 18:44:14 deraadt Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -11,7 +11,7 @@ machine hppa include "../../../conf/GENERIC" -maxusers 32 # estimated number of users +maxusers 80 # estimated number of users # Support for various CPU types option HP7000_CPU # PCXS diff --git a/sys/arch/hppa/conf/files.hppa b/sys/arch/hppa/conf/files.hppa index e7e836a9cab..ecdf3542c36 100644 --- a/sys/arch/hppa/conf/files.hppa +++ b/sys/arch/hppa/conf/files.hppa @@ -1,11 +1,11 @@ -# $OpenBSD: files.hppa,v 1.75 2007/11/25 18:25:28 deraadt Exp $ +# $OpenBSD: files.hppa,v 1.76 2008/03/21 18:44:14 deraadt Exp $ # # hppa-specific configuration info # maxpartitions must be the first item in files.${ARCH} maxpartitions 16 -maxusers 2 8 64 +maxusers 2 8 128 # # "workstation console" routines diff --git a/sys/arch/macppc/conf/GENERIC b/sys/arch/macppc/conf/GENERIC index 902f79bf210..884f3e713e3 100644 --- a/sys/arch/macppc/conf/GENERIC +++ b/sys/arch/macppc/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.179 2008/02/24 21:49:37 uwe Exp $g +# $OpenBSD: GENERIC,v 1.180 2008/03/21 18:44:14 deraadt Exp $g # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -11,7 +11,7 @@ machine macppc powerpc include "../../../conf/GENERIC" -maxusers 32 # estimated number of users +maxusers 80 # estimated number of users # default type, instructs system to try to determine what proper type is # actual machine type probed via name of openfirmware root node. diff --git a/sys/arch/macppc/conf/files.macppc b/sys/arch/macppc/conf/files.macppc index 3c38a3d14bb..273b6b477fd 100644 --- a/sys/arch/macppc/conf/files.macppc +++ b/sys/arch/macppc/conf/files.macppc @@ -1,11 +1,11 @@ -# $OpenBSD: files.macppc,v 1.58 2007/11/12 19:23:26 kettenis Exp $ +# $OpenBSD: files.macppc,v 1.59 2008/03/21 18:44:14 deraadt Exp $ # # macppc-specific configuration info # maxpartitions 16 -maxusers 2 8 64 +maxusers 2 8 128 file arch/macppc/macppc/autoconf.c file arch/macppc/macppc/clock.c |