- DBGKD_WAIT_STATE_CHANGE64 is used in KD protocol 5, not number 6 that we use. Proto...
[reactos.git] / reactos / ntoskrnl / mm / sysldr.c
2009-10-25 Stefan Ginsberg- DBGKD_WAIT_STATE_CHANGE64 is used in KD protocol...
2009-10-14 Timo KreuzerMerge amd64 NDK from amd64 branch:
2009-10-12 Dmitry Gorbachev- Remove svn:needs-lock, svn:eol-type, and svn:eol...
2009-10-04 Stefan GinsbergMega KD64 revival patch:
2009-09-26 Timo KreuzerMerge HAL changes 34743, 34812, 34839, 34917, 35515...
2009-09-19 Timo KreuzerMerge from amd64 branch:
2009-09-19 Timo KreuzerSync with trunk r43000
2009-08-16 Stefan Ginsberg- Revert 32309 -- instead of removing FORCEINLINE to...
2009-08-05 Gregor Schneider-Import tkreuzer's time implementation from AMD64 branch
2009-07-26 Timo KreuzerSync to trunk head (r42241)
2009-06-20 Timo KreuzerMerge trunk head (r41474)
2009-06-04 Michael Martin- MiFindExportedRoutineByNam: Correct an typo in assert...
2009-05-21 Timo KreuzerSync trunk head (r41026)
2009-05-01 Timo KreuzerMerge from amd64-branch:
2009-04-30 Timo Kreuzermerge 37282 from amd64-branch:
2009-04-20 Timo KreuzerSync to trunk r40610
2009-04-16 Timo KreuzerSync trunk r40500
2009-03-18 Timo KreuzerSync to trunk head (r40091)
2009-02-17 Timo KreuzerMerge freeldr from amd64 branch:
2009-02-03 Timo KreuzerSync to trunk r39350.
2009-01-01 Timo KreuzerSync to trunk r38500
2009-01-01 Timo KreuzerSync to trunk r38250
2008-12-15 Samuel SerapionSync to trunk head(r38096)
2008-12-09 Timo KreuzerMake PsNtosImageBase an ULONG_PTR
2008-12-08 Timo Kreuzersync trunk head (r37928)
2008-12-06 Timo Kreuzermerge trunk head (37902)
2008-12-05 Timo Kreuzersync to trunk head (37853) (except rbuild changes)
2008-12-03 Dmitry GorbachevSilence compiler warnings (3/11).
2008-11-24 KJK::HyperionEverything
2008-11-10 Samuel Serapion- Merge to trunk r37270.
2008-10-30 Timo Kreuzersync to trunk head (37079)
2008-10-29 KJK::HyperionMerging r37048, r37051, r37052, r37055 from the-real...
2008-10-27 Timo Kreuzersync trunk head (37032)
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 Samuel SerapionMerge to trunk HEAD(r36856)
2008-10-20 Timo Kreuzersync to trunk revision 36700
2008-10-20 Timo Kreuzersync to trunk revision 36500
2008-10-20 Timo Kreuzersync to trunk revision 36100
2008-10-13 Cameron Gutman - Merge aicom-network-fixes up to r36740
2008-09-18 Aleksey Bragin- Implement MmCallDllInitialize (partially based on...
2008-09-05 Timo Kreuzersync to trunk head (35945)
2008-08-31 Hervé PoussineauReplace some ExFreePool by ExFreePoolWithTag
2008-08-14 Timo KreuzerSync to trunk head (35333)
2008-08-01 Art YerkesCreate a branch for network fixes.
2008-07-30 Timo Kreuzerfix several ULONG / ULONG_PTR / SIZE_T issues.
2008-02-12 ReactOS Portable... Fix the build.
2008-02-11 Hervé PoussineauBring back ext2 code from branch
2008-01-13 Aleksey Bragin- Sync up Mm interface with WinLdr branch (introduce...
2007-12-05 Hervé PoussineauSend correct data to MiDereferenceImports()
2007-11-10 Magnus OlsenMerge from branch ReactX to Trunk,
2007-10-31 Aleksey Bragin- Dispatch all symbol loads to a single function, which...
2007-06-28 Aleksey Bragin- Fix incorrect usage of sprintf.
2007-06-15 Dmitry GorbachevFix bug #2151. Thanks to Alex Ionescu.
2007-06-15 Dmitry GorbachevImprove FIXME comment. For future generations of develo...
2007-06-10 Dmitry GorbachevFix issue #2151.
2007-03-26 Hervé Poussineau- Move NCI generated files to arch-specific directories
2007-03-12 Alex Ionescu- Fix some bugs in the kernel related to driver loading...
2007-03-05 Alex Ionescu- Fixed up KdComPortInUse so that we don't crash when...
2007-03-03 Alex Ionescu- Remove KD APIs from stub HAL, they've been in kdcom...
2007-03-01 Alex Ionescu- Fix KiDispatchException to unmask KI_EXCEPTION_INTERN...
2007-02-28 Alex Ionescu- More refactoring of FreeLDR/SetupLDR PE Loader Code...
2007-02-28 Alex Ionescu- Properly load drivers using new method describred...
2007-02-25 Dmitry GorbachevIndonesian translation (Zaenal Mutaqin)
2007-02-23 Alex Ionescu- Update FreeLDR PE Loading to actually use its Mm...
2007-02-23 Alex Ionescu- Load the driver image file with OBJ_KERNEL_HANDLE...
2007-02-23 Alex Ionescu- Add a new member to MM_IMAGE_SECTION_OBJECT to hold...
2007-02-23 Alex Ionescu- Get rid of LdrGetModuleObject, since MmLoadSystemImag...
2007-02-23 Alex Ionescu- Merge DbgUnLoadImageSymbols from KD branch.
2007-02-23 Alex Ionescu- Fix MmCreateImageSection to use previous mode instead...
2007-02-22 Alex Ionescu- Move some Mm routines from pe.c to sysldr.c where...
2007-02-22 Sylvain Petreollefix build
2007-02-22 Alex Ionescu- Rename LdrLoadModule to MmLoadSystemImage and change...
2007-02-22 Alex Ionescu- Improve LdrGetModuleObject (in FreeLDR) to handle...
2007-02-22 Alex Ionescu- Rename ModuleListHead to PsLoadedModulesList.