K 10 svn:author V 4 jeff K 8 svn:date V 27 2002-06-19T20:49:44.000000Z K 7 svn:log V 379 - Remove bogus use of kmem_alloc that was inherited from the old zone allocator. - Properly set M_ZERO when talking to the back end page allocators for non malloc zones. This forces us to zero fill pages when they are first brought into a cache. - Properly handle M_ZERO in uma_zalloc_internal. This fixes a problem where per cpu buckets weren't always getting zeroed. END