K 10 svn:author V 5 tegge K 8 svn:date V 27 2003-08-12T18:36:28.000000Z K 7 svn:log V 288 MFC src/sys/kern/sys_process.c revisions 1.111 and 1.112: Use kmem_alloc_nofault() rather than kmem_alloc_pageable() in procfs_rwmem(). Use vm_page_hold() in place of vm_page_wire() since the page can be freed. Don't hold extra reference to the containing vm object while page is mapped. END