K 10 svn:author V 4 zont K 8 svn:date V 27 2013-01-22T12:05:53.863407Z K 7 svn:log V 375 MFC r240145: - Simplify VM code by using vmspace_wired_count() for counting wired memory of a process. MFC r245255: - Reduce kernel size by removing unnecessary pointer indirections. GENERIC kernel size reduced in 16 bytes and RACCT kernel in 336 bytes. MFC r245296: - Improve readability of sys_obreak(). MFC r245421: - Get rid of unused function vmspace_wired_count(). END