K 10 svn:author V 2 dg K 8 svn:date V 27 1998-10-23T05:25:49.000000Z K 7 svn:log V 392 Fixed two bugs in recent commit: in vm_object_terminate, vm_pager_dealloc needs to be called prior to freeing remaining pages in the object so that the device pager has an opportunity to grab its "fake" pages. Also, in the case of wired pages, the page must be made busy prior to calling vm_page_remove. This is a difference from 2.2.x that I overlooked when I brought these changes forward. END