From 50c6520b96a11b601342ee5341273ca5f470716a Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Tue, 15 Jul 1997 04:04:45 +0000 Subject: [PATCH] Add SYSVSHM by default. Nobody seems to have objected too strongly to this when raised, and most were in favor of at least this option (some also asked for semaphores and messages, but I'll leave that argument for another time :). --- sys/amd64/conf/GENERIC | 5 ++++- sys/i386/conf/GENERIC | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC index 94adee1b78ef..ec081f247601 100644 --- a/sys/amd64/conf/GENERIC +++ b/sys/amd64/conf/GENERIC @@ -11,7 +11,7 @@ # device lines is present in the ./LINT configuration file. If you are # in doubt as to the purpose or necessity of a line, check first in LINT. # -# $Id: GENERIC,v 1.90 1997/04/14 00:35:20 gibbs Exp $ +# $Id: GENERIC,v 1.91 1997/06/06 12:24:43 jkh Exp $ machine "i386" cpu "I386_CPU" @@ -160,3 +160,6 @@ pseudo-device gzip # Exec gzipped a.out's # the costs of each syscall. options KTRACE #kernel tracing +# This provides support for System V shared memory. +# +options SYSVSHM diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC index 94adee1b78ef..ec081f247601 100644 --- a/sys/i386/conf/GENERIC +++ b/sys/i386/conf/GENERIC @@ -11,7 +11,7 @@ # device lines is present in the ./LINT configuration file. If you are # in doubt as to the purpose or necessity of a line, check first in LINT. # -# $Id: GENERIC,v 1.90 1997/04/14 00:35:20 gibbs Exp $ +# $Id: GENERIC,v 1.91 1997/06/06 12:24:43 jkh Exp $ machine "i386" cpu "I386_CPU" @@ -160,3 +160,6 @@ pseudo-device gzip # Exec gzipped a.out's # the costs of each syscall. options KTRACE #kernel tracing +# This provides support for System V shared memory. +# +options SYSVSHM