Date: Fri, 13 Aug 1999 10:45:35 -0700 (PDT) From: Alan Cox <alc@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_map.c Message-ID: <199908131745.KAA80061@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
alc 1999/08/13 10:45:35 PDT Modified files: sys/vm vm_map.c Log: vm_map_madvise: A complete rewrite by dillon and myself to separate the implementation of behaviors that effect the vm_map_entry from those that effect the vm_object. A result of this change is that madvise(..., MADV_FREE); is much cheaper. Revision Changes Path 1.176 +86 -61 src/sys/vm/vm_map.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?199908131745.KAA80061>