Date: Sun, 16 May 1999 17:53:58 -0700 (PDT) From: Alan Cox <alc@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern imgact_aout.c imgact_elf.c src/sys/vm vm_map.c vm_map.h vm_mmap.c Message-ID: <199905170053.RAA09308@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
alc 1999/05/16 17:53:57 PDT
Modified files:
sys/kern imgact_aout.c imgact_elf.c
sys/vm vm_map.c vm_map.h vm_mmap.c
Log:
Add the options MAP_PREFAULT and MAP_PREFAULT_PARTIAL to vm_map_find/insert,
eliminating the need for the pmap_object_init_pt calls in imgact_* and
mmap.
Reviewed by: David Greenman <dg@root.com>
Revision Changes Path
1.52 +3 -7 src/sys/kern/imgact_aout.c
1.58 +3 -14 src/sys/kern/imgact_elf.c
1.163 +6 -1 src/sys/vm/vm_map.c
1.41 +3 -1 src/sys/vm/vm_map.h
1.99 +2 -10 src/sys/vm/vm_mmap.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199905170053.RAA09308>
