K 10 svn:author V 3 alc K 8 svn:date V 27 1999-11-23T06:51:28.000000Z K 7 svn:log V 302 Correct the following error: vm_map_pageable() on a COW'ed (post-fork) vm_map always failed because vm_map_lookup() looked at "vm_map_entry->wired_count" instead of "(vm_map_entry->eflags & MAP_ENTRY_USER_WIRED)". The effect was that many page wiring operations by sysctl were (silently) failing. END