Date: Mon, 20 Feb 1995 17:22:50 -0800 From: David Greenman <davidg> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/vm device_pager.c swap_pager.c vm_kern.c vm_mmap.c vm_object.c vnode_pager.c Message-ID: <199502210122.RAA22554@freefall.cdrom.com>
next in thread | raw e-mail | index | archive | help
davidg 95/02/20 17:22:49 Modified: sys/vm device_pager.c swap_pager.c vm_kern.c vm_mmap.c vm_object.c vnode_pager.c Log: Deprecated remaining use of vm_deallocate. Deprecated vm_allocate_with_ pager(). Almost completely rewrote vm_mmap(); when John gets done with the bottom half, it will be a complete rewrite. Deprecated most use of vm_object_setpager(). Removed side effect of setting object persist in vm_object_enter and moved this into the pager(s). A few other cosmetic changes.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199502210122.RAA22554>