Date: Fri, 6 Sep 1996 20:24:48 -0700 (PDT) From: John Dyson <dyson> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/kern sysv_shm.c Message-ID: <199609070324.UAA26245@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199609070324.UAA26245>
