From owner-cvs-sys Wed Nov 29 23:59:12 1995 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id XAA05263 for cvs-sys-outgoing; Wed, 29 Nov 1995 23:59:12 -0800 Received: (from julian@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id XAA05251 ; Wed, 29 Nov 1995 23:58:54 -0800 Date: Wed, 29 Nov 1995 23:58:54 -0800 From: Julian Elischer Message-Id: <199511300758.XAA05251@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/kern sysv_shm.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk julian 95/11/29 23:58:52 Modified: sys/kern sysv_shm.c Log: Submitted by: jb@cimlogic.com.au (John Birrell) Obtained from: NetBSD as well (He submitted it there too) make sure that teh shm region is beyond the sum of the text and data segs as it was big progs could collide with the shm region. Revision Changes Path 1.11 +2 -2 src/sys/kern/sysv_shm.c