kernel - taskqueue - MFC M_ZERO fix
[dragonfly.git] / sys / kern / subr_taskqueue.c
2009-09-30 Matthew Dillonkernel - taskqueue - MFC M_ZERO fix
2008-06-07 Michael NeumannUse NULL instead of 0.
2007-02-24 Simon SchubertFix taskqueues to truely work on SMP systems.
2006-11-07 Matthew DillonRemove system dependancies on <machine/ipl.h>. Only...
2006-09-05 Matthew DillonRename malloc->kmalloc, free->kfree, and realloc->kreal...
2005-10-13 Matthew DillonMajor cleanup of the interrupt registration subsystem.
2005-09-21 Jeffrey HsuGive each CPU its own taskqueue thread so per-cpu data...
2005-06-16 Matthew DillonRemove all remaining SPL code. Replace the mtd_cpl...
2005-06-06 Matthew DillonRemove spl*() calls from kern, replacing them with...
2005-02-01 Matthew DillonAdd a intrmask_t pointer to register_int() and register...
2003-12-29 Matthew DillonSynchronize the USB, CAM, and TASKQUEUE subsystems...
2003-06-29 Matthew Dillonthreaded interrupts 1: Rewrite the ICU interrupt code...
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: