- Add a null-check to the IopLoadServiceModule.
[reactos.git] / reactos / ntoskrnl / io / iomgr / driver.c
2006-11-19 Aleksey Bragin- Add a null-check to the IopLoadServiceModule.
2006-10-22 Hervé PoussineauFix compilation in release mode
2006-10-22 Thomas Bluemel- Change RtlMoveMemory to RtlCopyMemory where memory...
2006-10-18 Alex Ionescu- Combine PnpInit1/2 since they were called one after...
2006-10-17 Alex Ionescu- Merge some parts of IoInitSystem in the same main...
2006-10-03 Hervé PoussineauCopy i8042prt driver from 0.3.1 branch to trunk. Try #2
2006-10-03 Hervé PoussineauCopy i8042prt driver from 0.3.1 branch to trunk
2006-10-01 Alex Ionescu- Add setupblk.h from TinyKRNL with all the definitions...
2006-10-01 Alex Ionescu- Fully use KeLoaderBlock->InLoadOrderListHead for...
2006-09-30 Alex Ionescu- Use LOADER_PARAMETER_BLOCK everywhere in ReactOS...
2006-09-07 Alex Ionescu- More MSVC fixes (down to 19 errors):
2006-07-27 Alex Ionescu- Enable IopReferenceDeviceObject in IopParseDevice...
2006-07-27 Alex Ionescu- Set DRVO_INITAILIZED flag for intiailized driver...
2006-07-09 Alex Ionescu- Separate functions that deal with driver-related...
2006-07-09 Alex Ionescu- Simplify IopReinitializeBootDrivers and IopReinitiali...
2006-07-09 Alex Ionescu- Allocate Re-Init entries with a tag
2006-07-04 Alex Ionescu- Fix and combine the creation of I/O Object Types...
2006-07-02 Hervé PoussineauImplement IopReinitializeBootDrivers, on the model...
2006-07-01 Alex Ionescu- Move efi.c to \ex, because the functions are related...