[NTOS]: Implement Configuration Manager routines for building a driver list, sorting...
[reactos.git] / reactos / ntoskrnl / io / iomgr / iomgr.c
2010-04-03 Sir Richard[NTOS]: Implement Configuration Manager routines for...
2010-04-02 Sir Richard[NTOS]: Rewrite boot driver loading code (not the drive...
2010-03-26 Timo KreuzerReintegrate header branch
2010-03-26 Amine KhaldiSync with trunk head (part 1 of x)
2010-03-25 Amine KhaldiSync with trunk head.
2010-03-25 Timo KreuzerMerge from amd64-branch:
2010-03-25 Timo KreuzerMerge from amd64-branch:
2010-03-18 Amine KhaldiSync with trunk head (part 1 of 2)
2010-03-13 Sir Richard[DDK]: Merge 46183 from header-branch.
2010-03-12 Timo Kreuzer[HEADERS]
2010-03-12 Amine KhaldiSync with trunk head
2010-03-09 Amine KhaldiSync with trunk head
2010-02-26 Timo KreuzerCreate a branch for header work.
2010-01-21 Cameron GutmanMerge aicom-network-branch (without NDIS changes for...
2010-01-05 Timo Kreuzer[CSRSS]
2009-12-20 Timo KreuzerMerge from amd64 branch:
2009-12-02 Cameron Gutman - Revert 44301
2009-12-02 Cameron Gutman - Create another branch for networking fixes
2009-11-10 Timo KreuzerMerge trunk HEAD (r44067)
2009-10-31 Stefan Ginsberg- Add 'simple' implementation of MmDbgCopyMemory to...
2009-10-14 Timo KreuzerMerge amd64 NDK from amd64 branch:
2009-09-26 Timo KreuzerMerge HAL changes 34743, 34812, 34839, 34917, 35515...
2009-09-19 Timo KreuzerMerge from amd64 branch:
2009-06-20 Timo KreuzerMerge trunk head (r41474)
2009-06-02 Michael MartinIopCreateObjectTypes: Add a DeleteProcedure for Device...
2009-05-21 Timo KreuzerSync trunk head (r41026)
2009-05-17 Aleksey Bragin- Implement ProcessIoCounters case in NtQueryInformatio...
2009-05-17 Aleksey Bragin- Initialize IoCountOperations variable to FALSE by...
2009-05-01 Timo KreuzerMerge from amd64-branch:
2009-04-30 Timo Kreuzermerge 37282 from amd64-branch:
2009-03-18 Timo KreuzerSync to trunk head (r40091)
2009-03-03 Aleksey Bragin- Consider Pnp initialized after system drivers finishe...
2009-02-23 Dmitry GorbachevCall IopEnumerateDevice() later, after IopCreateArcNames().
2009-02-17 Timo KreuzerMerge freeldr from amd64 branch:
2008-11-10 Samuel Serapion- Merge to trunk r37270.
2008-11-04 Aleksey Bragin- Use ExInitializeSystemLookasideList instead of ExInit...
2008-10-29 KJK::HyperionMerging r37048, r37051, r37052, r37055 from the-real...
2008-10-25 KJK::HyperionVisual C++ backend for rbuild (for now just a hacked...
2008-10-25 KJK::HyperionThe real, definitive, Visual C++ support branch. Accept...
2008-10-20 Timo Kreuzersync to trunk revision 36500
2008-10-13 Cameron Gutman - Merge aicom-network-fixes up to r36740
2008-09-11 Stefan Ginsberg- IoAcquire/ReleaseVpbSpinLock: Use the queued IopVpbSp...
2008-09-05 Timo Kreuzersync to trunk head (35945)
2008-08-30 Stefan Ginsberg- Remove the (now deprecated) ntoskrnl/internal/debug...
2008-08-23 Stefan Ginsberg- In IoAcquire/ReleaseCancelSpinLock, use the queued...
2008-08-22 Hervé PoussineauMove most of the code of IoSynchronousInvalidateDeviceR...
2008-08-22 Hervé PoussineauClean up code by removing now useless parts
2008-08-01 Art YerkesCreate a branch for network fixes.
2008-06-30 ReactOS Portable... - Fix broken check for ramdisk boot path... *sigh*...
2008-06-30 ReactOS Portable... - Call IopStartRamdisk if booting from one. This comple...
2008-06-23 Aleksey BraginCameron Gutman <aicommander@gmail.com>
2008-02-11 Hervé PoussineauBring back ext2 code from branch
2008-01-13 Aleksey Bragin- Sync up Mm interface with WinLdr branch (introduce...
2007-11-10 Magnus OlsenMerge from branch ReactX to Trunk,
2007-11-06 Hervé PoussineauSimplify code
2007-09-04 Aleksey Bragin- Use real NT KPCR address (0xFFDFF000).
2007-06-11 Aleksey BraginMassive changes to the driver loading / device creation...
2007-03-26 Hervé Poussineau- Move NCI generated files to arch-specific directories
2007-03-25 Alex Ionescu- Fixup some kernel module debugging flags/settings...
2007-03-04 Alex Ionescu- Wrap some KDBG-specific initialization in _WINKD_...
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-12-04 Aleksey BraginCreate a place for work on creating a bootloader capabl...
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 Art YerkesPartially fixed up tree after merge from HEAD. More...
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-09-04 Art YerkesBig merge: thanks alex and greatlord. Not a complete...
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...