From owner-freebsd-commit Wed Nov 29 23:59:25 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id XAA05293 for freebsd-commit-outgoing; Wed, 29 Nov 1995 23:59:25 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id XAA05273 for cvs-all-outgoing; Wed, 29 Nov 1995 23:59:15 -0800 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-commit@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