Date: Sun, 7 Feb 1999 13:48:24 -0800 (PST) From: Matt Dillon <dillon@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/kern imgact_elf.c src/sys/miscfs/procfs procfs_map.c src/sys/vm vm_fault.c vm_map.c vm_map.h vm_meter.c vm_mmap.c vm_object.c vm_pageout.c Message-ID: <199902072148.NAA71710@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
dillon 1999/02/07 13:48:24 PST Modified files: sys/kern imgact_elf.c sys/miscfs/procfs procfs_map.c sys/vm vm_fault.c vm_map.c vm_map.h vm_meter.c vm_mmap.c vm_object.c vm_pageout.c Log: Remove MAP_ENTRY_IS_A_MAP 'share' maps. These maps were once used to attempt to optimize forks but were essentially given-up on due to problems and replaced with an explicit dup of the vm_map_entry structure. Prior to the removal, they were entirely unused. Revision Changes Path 1.52 +2 -2 src/sys/kern/imgact_elf.c 1.21 +2 -2 src/sys/miscfs/procfs/procfs_map.c 1.99 +3 -4 src/sys/vm/vm_fault.c 1.148 +25 -90 src/sys/vm/vm_map.c 1.35 +5 -4 src/sys/vm/vm_map.h 1.30 +2 -2 src/sys/vm/vm_meter.c 1.89 +2 -2 src/sys/vm/vm_mmap.c 1.146 +3 -3 src/sys/vm/vm_object.c 1.135 +3 -3 src/sys/vm/vm_pageout.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?199902072148.NAA71710>