From owner-cvs-sys Fri Sep 6 20:25:03 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id UAA26287 for cvs-sys-outgoing; Fri, 6 Sep 1996 20:25:03 -0700 (PDT) Received: (from dyson@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id UAA26245; Fri, 6 Sep 1996 20:24:48 -0700 (PDT) Date: Fri, 6 Sep 1996 20:24:48 -0700 (PDT) From: John Dyson Message-Id: <199609070324.UAA26245@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/kern sysv_shm.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dyson 96/09/06 20:24:47 Modified: sys/kern sysv_shm.c Log: Corrected an error where precious kernel virtual space was being allocated for entire SYS5 SHM segments. This is totally unnecessary, and so the correct allocation of VM objects has been substituted. (The vm_mmap was misused -- vm_object_allocate is more appropriate.) Revision Changes Path 1.22 +21 -26 src/sys/kern/sysv_shm.c