- Fix KiDispatchException to unmask KI_EXCEPTION_INTERNAL when setting the exception...
[reactos.git] / reactos / ntoskrnl / io / iomgr / iomgr.c
2007-03-01 Alex Ionescu- Fix KiDispatchException to unmask KI_EXCEPTION_INTERN...
2007-02-19 Alex Ionescu- Create GCC_ULONG64 type to hack around a bug in GCC...
2007-02-16 Alex Ionescu- Disable i8042prt debugger hack.
2007-02-16 Alex Ionescu- Create KD branch. All debugging support is removed...
2006-12-10 Alex Ionescu- Fix SleepEx.
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-09 Thomas BluemelFix compilation with GCC4
2006-10-09 Alex Ionescu- Some misc changes to fix some of the 250+ warnings...
2006-10-09 Alex Ionescu- Initialize the registry in one shot, and allow it...
2006-10-08 Alex Ionescu- Add RtlInitEmptyAnsiString to DDK.
2006-10-08 Alex Ionescu- Remove InitSharedUserDataPage since this entire funct...
2006-10-08 Alex Ionescu- Finalize ARC Boot changes:
2006-10-08 Alex Ionescu- Whoops, don't call IopReassignSystemRoot twice.
2006-10-08 Alex Ionescu- Part 1 of ARC boot cleanups/changes: Create a valid...
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-02 Alex Ionescu- Continue implementation of KiRosFrldrLpbToNtLpb by...
2006-10-01 Andrew MungerResource sync from trunk.
2006-10-01 Andrew MungerSync win32k and gdi32_winetest from trunk.
2006-09-30 Alex Ionescu- Use LOADER_PARAMETER_BLOCK everywhere in ReactOS...
2006-09-23 Aleksey Bragin- Issue a synchronous invalidate device relations reque...
2006-09-16 Hervé PoussineauMake IoInvalidateDeviceRelations really asynchronous
2006-07-09 Alex Ionescu- Simplify IopReinitializeBootDrivers and IopReinitiali...
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-02 Alex Ionescu- Start of heavy work on iofunc.c:
2006-07-01 Alex Ionescu- Move efi.c to \ex, because the functions are related...