Jeff Roberson 3370c5bfd7 - 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.
2002-06-19 20:49:44 +00:00
..
2002-06-19 20:44:48 +00:00
2002-05-16 21:28:32 +00:00
2002-06-12 14:55:19 +00:00
2002-05-24 07:26:17 +00:00
2002-05-24 17:38:01 +00:00
2002-06-07 05:47:35 +00:00
2002-03-20 10:12:07 +00:00
2002-06-13 17:28:55 +00:00
2002-06-18 01:11:04 +00:00