move from branch
[reactos.git] / reactos / ntoskrnl / io / iomgr / driver.c
2007-02-11 Sylvain Petreollemove from branch
2007-02-05 Hervé PoussineauCorrectly fix the hack introduced in r25667.
2007-02-05 Aleksey BraginMerge 25584, 25588.
2007-02-04 Alex Ionescu- Fix call to VidInitialize.
2007-01-31 Magnus Olsenmerge trunk rev : 25663 and 25664 to 0.3.1 branch ...
2007-01-25 Alex Ionescu- Use WinXP style /SOS output when enabled. (TODO:...
2007-01-25 Alex Ionescu- Rename KiSetSystemTime to KeSetSystemTime and enhance...
2007-01-20 Aleksey BraginMerge 25429:25431, 25437, 25441:25443.
2007-01-15 Aleksey Bragin- Merge two small fixes from 25400
2007-01-09 Alex Ionescu- Enable sanity check in ObInsertObject to catch asshol...
2007-01-01 Hervé PoussineauBetter support for non X86 systems
2006-11-19 Alex Ionescu- Major changes to HAL/kernel loading and freeldr hacks:
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...