kernel - lwkt_token revamp
[dragonfly.git] / sys / emulation / ndis / kern_ndis.c
2010-06-06 Matthew Dillonkernel - lwkt_token revamp
2006-12-20 Matthew DillonRename sprintf -> ksprintf
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...
2006-09-04 Matthew DillonRename functions to avoid conflicts with libc.
2005-12-31 Matthew DillonFinish fixing NDIS serialization. Wrap detach in the...
2005-12-10 Sascha WildnerAnsify function definitions.
2005-06-09 Jeffrey HsuFix typo that turns out to be harmless by accident...
2005-05-31 Joerg SonnenbergerRemove M_EXT_OLD, rename m_ext.ext_nref.new to m_ext...
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-07-29 Matthew DillonFix more __stdcall issues. Move the __stdcall into...
2004-07-29 Matthew DillonNDIS_INFO -> NDIS_LOCK_INFO
2004-07-29 Matthew DillonBring in NDIS emulation support from FreeBSD-5. NDIS...