Date: Sat, 18 Oct 2003 11:48:17 -0700 (PDT) From: Alan Cox <alc@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_map.c Message-ID: <200310181848.h9IImH4u041804@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
alc 2003/10/18 11:48:17 PDT FreeBSD src repository Modified files: sys/vm vm_map.c Log: Corrections to revision 1.305 - Specifying VM_MAP_WIRE_HOLESOK should not assume that the start address is the beginning of the map. Instead, move to the first entry after the start address. - The implementation of VM_MAP_WIRE_HOLESOK was incomplete. This caused the failure of mlockall(2) in some circumstances. Revision Changes Path 1.312 +36 -22 src/sys/vm/vm_map.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200310181848.h9IImH4u041804>