cvs commit: src/sys/vm vm_map.c
Alan Cox
alc at FreeBSD.org
Sat Oct 18 11:48:18 PDT 2003
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
More information about the cvs-src
mailing list