kernel - lwkt_token revamp
[dragonfly.git] / sys / kern / subr_rman.c
2010-06-06 Matthew Dillonkernel - lwkt_token revamp
2009-04-07 Peter AvalosSync sys/queue.h with FreeBSD:
2008-09-30 Hasso TepperThe devinfo(3) library provides userspace access to...
2008-01-05 Sascha WildnerFor kmalloc(), MALLOC() and contigmalloc(), use M_ZERO...
2007-09-21 YONETANI TomokazuMerge rev 1.26 from FreeBSD:
2007-05-20 YONETANI TomokazuMerge fixes to debugging messages from FreeBSD:
2006-12-23 Sascha WildnerRename printf -> kprintf in sys/ and add some defines...
2006-10-25 Matthew DillonDo a major clean-up of the BUSDMA architecture. A...
2006-09-05 Matthew DillonRename malloc->kmalloc, free->kfree, and realloc->kreal...
2006-09-05 Matthew DillonRename malloc->kmalloc, free->kfree, and realloc->kreal...
2005-06-06 Matthew DillonRemove spl*() calls from kern, replacing them with...
2004-03-01 Matthew DillonNewtoken commit. Change the token implementation as...
2003-11-15 Matthew DillonMisc cleanups to take care of GCC3.x warnings. Missing...
2003-07-19 Matthew DillonRemove the priority part of the priority|flags argument...
2003-07-06 Matthew DillonMP Implementation 1/2: Get the APIC code working again...
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: