diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2005-12-12 20:39:37 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2005-12-12 20:39:37 +0000 |
commit | e51fa92ba162e10d2d67edf85da1b480053b7f7f (patch) | |
tree | 333516f6eedecb472136ac8457a07c63fe37dacf /sys/arch/sparc/conf | |
parent | 1f8007eb44b203c130b154b255878a842721d381 (diff) |
Only include PROCFS on kernels which have either COMPAT_LINUX or COMPAT_SVR4,
otherwise it's just a waste of bytes.
ok deraadt@ mickey@
Diffstat (limited to 'sys/arch/sparc/conf')
-rw-r--r-- | sys/arch/sparc/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/sparc/conf/SUN4 | 3 | ||||
-rw-r--r-- | sys/arch/sparc/conf/SUN4C | 3 | ||||
-rw-r--r-- | sys/arch/sparc/conf/SUN4M | 3 |
4 files changed, 8 insertions, 4 deletions
diff --git a/sys/arch/sparc/conf/GENERIC b/sys/arch/sparc/conf/GENERIC index 53ebf350086..b98cd9024db 100644 --- a/sys/arch/sparc/conf/GENERIC +++ b/sys/arch/sparc/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.85 2005/08/03 02:10:44 dlg Exp $ +# $OpenBSD: GENERIC,v 1.86 2005/12/12 20:39:36 miod Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -28,6 +28,7 @@ option SUN4M # sun4m - SS10, SS20, Classic, etc. # Options for SPARCstation hardware option COMPAT_SUNOS # compatibility with SunOS binaries option COMPAT_SVR4 # compatibility with SVR4 binaries +option PROCFS # /proc # Generic swap; second partition of root disk or network. config bsd swap generic diff --git a/sys/arch/sparc/conf/SUN4 b/sys/arch/sparc/conf/SUN4 index 92f7592a847..cdacd9d0e82 100644 --- a/sys/arch/sparc/conf/SUN4 +++ b/sys/arch/sparc/conf/SUN4 @@ -1,4 +1,4 @@ -# $OpenBSD: SUN4,v 1.31 2005/05/01 07:54:42 david Exp $ +# $OpenBSD: SUN4,v 1.32 2005/12/12 20:39:36 miod Exp $ # $NetBSD: GENERIC,v 1.28.2.1 1996/07/02 23:55:22 jtc Exp $ # Machine architecture; required by config(8) @@ -13,6 +13,7 @@ option SUN4 # sun4/100, sun4/200, sun4/300 # Options for SPARCstation hardware option COMPAT_SUNOS # compatibility with SunOS binaries option COMPAT_SVR4 # compatibility with SVR4 binaries +option PROCFS # /proc maxusers 16 # estimated number of users diff --git a/sys/arch/sparc/conf/SUN4C b/sys/arch/sparc/conf/SUN4C index 7989278104b..1f4c14b4582 100644 --- a/sys/arch/sparc/conf/SUN4C +++ b/sys/arch/sparc/conf/SUN4C @@ -1,4 +1,4 @@ -# $OpenBSD: SUN4C,v 1.53 2005/07/08 12:36:36 miod Exp $ +# $OpenBSD: SUN4C,v 1.54 2005/12/12 20:39:36 miod Exp $ # $NetBSD: GENERIC,v 1.48 1997/08/23 19:19:01 mjacob Exp $ # Machine architecture; required by config(8) @@ -16,6 +16,7 @@ option SUN4C # sun4c - SS1, 1+, 2, ELC, SLC, IPC, IPX, etc. # Options for SPARCstation hardware option COMPAT_SUNOS # compatibility with SunOS binaries option COMPAT_SVR4 # compatibility with SVR4 binaries +option PROCFS # /proc maxusers 18 # estimated number of users diff --git a/sys/arch/sparc/conf/SUN4M b/sys/arch/sparc/conf/SUN4M index 943c6110563..1cac8ec210b 100644 --- a/sys/arch/sparc/conf/SUN4M +++ b/sys/arch/sparc/conf/SUN4M @@ -1,4 +1,4 @@ -# $OpenBSD: SUN4M,v 1.69 2005/07/17 12:21:25 miod Exp $ +# $OpenBSD: SUN4M,v 1.70 2005/12/12 20:39:36 miod Exp $ # $NetBSD: GENERIC,v 1.28.2.1 1996/07/02 23:55:22 jtc Exp $ # Machine architecture; required by config(8) @@ -18,6 +18,7 @@ option SUN4M # sun4m - SS10, SS20, Classic, etc. # Options for SPARCstation hardware option COMPAT_SUNOS # compatibility with SunOS binaries option COMPAT_SVR4 # compatibility with SVR4 binaries +option PROCFS # /proc maxusers 32 # estimated number of users |