kernel - lwkt_token revamp
[dragonfly.git] / sys / emulation / ndis / subr_ntoskrnl.c
2010-06-06 Matthew Dillonkernel - lwkt_token revamp
2009-08-20 Matthew DillonFix numerous compiler warnings and format conversion...
2009-04-07 Sascha WildnerReplace all casts of NULL to something with NULL.
2006-12-23 Sascha WildnerRename printf -> kprintf in sys/ and add some defines...
2006-12-20 Matthew DillonRename sprintf -> ksprintf
2006-12-18 Matthew DillonRename kvprintf -> kvcprintf (call-back version)
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-03 Matthew DillonRename functions to avoid conflicts with libc.
2005-12-10 Sascha WildnerAnsify function definitions.
2005-06-10 Matthew Dillonspl->critical section conversion.
2004-11-17 Matthew DillonCave in and remove NULL checks for M_WAITOK mallocs...
2004-09-20 Matthew DillonM_NOWAIT -> M_INTWAIT/M_WAITOK. Plus fix a NULL free...
2004-09-19 Matthew Dillontimeout/untimeout ==> callout_*. NDIS hides the callou...
2004-07-29 Matthew DillonFix more __stdcall issues. Move the __stdcall into...
2004-07-29 Matthew DillonBring in NDIS emulation support from FreeBSD-5. NDIS...