Add the pim(4) and multicast(4) manual pages, following
[dragonfly.git] / sys / kern / kern_slaballoc.c
2003-10-18 Matthew DillonMake malloc_type statistics per-cpu, which fixes statis...
2003-10-02 Matthew DillonAddendum: Many thanks for continuing to Galen Sampson...
2003-10-02 Matthew DillonFix a number of interrupt related issues.
2003-09-26 Matthew DillonRemove the NO_KMEM_MAP and USE_SLAB_ALLOCATOR kernel...
2003-09-25 Matthew DillonDo not attempt to access kernel_map in free(). It...
2003-09-22 Matthew DillonAdd notation on the alignment requirement for the twe...
2003-08-28 Matthew DillonAt Jeffrey Hsu's suggestion (who follows USENIX papers...
2003-08-27 Matthew DillonCleanup some debugging junk and fix a bug in the M_ZERO...
2003-08-27 Matthew DillonSLAB ALLOCATOR Stage 1. This brings in a slab allocato...