[SHELL32] SHChangeNotify: Add drive, remove drive (#6782)
[reactos.git] / reactos / ntoskrnl / ldr / loader.c
2008-02-11 Hervé PoussineauBring back ext2 code from branch
2007-03-26 Hervé Poussineau- Move NCI generated files to arch-specific directories
2007-03-01 Alex Ionescu- Fix KiDispatchException to unmask KI_EXCEPTION_INTERN...
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 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.
2007-02-21 Alex Ionescu- Implement ExpQueryModuleInformation to handle SystemM...
2007-02-21 Alex Ionescu- Properly implement SystemLoadGdiDriverInformation.
2007-02-21 Alex Ionescu- Cleanup loader.c and comment some public routines...
2007-02-18 Alex Ionescu- Add EXCEPTION_RECORD64 and LIST_ENTRY64, KeTryToAcqui...
2007-02-16 Alex Ionescu- Disable i8042prt debugger hack.
2007-02-16 Alex Ionescu- Create KD branch. All debugging support is removed...
2007-01-08 Art YerkesUpdate address of hal before performing imports, add...
2007-01-06 Art YerkesMake this allow POWERPC as well.
2007-01-06 Art YerkesAllow PowerPC too.
2007-01-02 Art YerkesRemoved tracking.
2007-01-01 Art Yerkes- most of the churn here is from code and headers impor...
2006-12-04 Aleksey BraginCreate a place for work on creating a bootloader capabl...
2006-11-19 Alex Ionescu- Major changes to HAL/kernel loading and freeldr hacks:
2006-10-26 Alex Ionescu- Fix dozens of missing typecast errors.
2006-10-08 Art YerkesPartially fixed up tree after merge from HEAD. More...
2006-10-07 Alex Ionescu- FreeLDR: Create the loader entry for ntoskrnl now...
2006-09-10 Hervé PoussineauRevert part of r23972. Now we can boot again
2006-09-10 Aleksey Bragin- Move and slightly modify the relocation code to RTL...
2006-09-07 Alex Ionescu- More MSVC fixes (down to 19 errors):
2006-09-07 Alex Ionescu- More MSVC fixes:
2006-05-10 Alex Ionescu- NDK 0.98, now with versionned headers. Too many chang...
2005-12-11 Hartmut BirrAllocate a tem buffer for the module names in LdrpQuery...
2005-11-28 Alex Ionescu- Support INIT section pragmas for msvc. Patch by Breze...
2005-09-27 Hervé PoussineauDisplay status code when the file can't be opened
2005-09-14 Alex Ionescuntoskrnl header cleanups
2005-08-02 Filip NavaraFix some pointer casts.
2005-08-01 Filip NavaraDon't do linear search for exports, it's not needed.
2005-08-01 Filip NavaraFix DPRINT.
2005-07-31 Filip NavaraImplement the magic flag in RtlImageDirectoryEntryToDat...
2005-07-30 Filip Navara- Replace MODULE_OBJECT with LDR_DATA_TABLE_ENTRY.
2005-06-25 Alex IonescuBuild ntoskrnl with NDK, and don't use rosrtl
2005-06-21 KJK::HyperionPartial merge from the ROX-U branch (various fixes...
2005-06-19 Filip Navara- Use regular PE structures in NTOSKRNL/NTDLL/DISKDUMP.
2005-06-04 Hartmut BirrMake the bochs debug output in the very early boot...
2005-05-27 Casper HornstrupMerge 15329:15546 from trunk
2005-05-27 Casper HornstrupCopy rpoolmgr.h from trunk
2005-05-21 Hervé PoussineauOpen file with FILE_SHARE_READ in LdrLoadModule
2005-05-20 Steven Edwardsmove the rest of the alread defined tags to the private...
2005-05-18 Alex IonescuPrettify usetup a bit, show a warranty page before...
2005-05-14 Casper HornstrupMerge 14981:15268 from trunk
2005-05-13 Casper HornstrupCopy w32api from trunk
2005-05-06 Thomas Bluemelopen the module image file with read access rights...
2005-05-05 Casper HornstrupMerge 14551:14980 from trunk
2005-05-05 Casper HornstrupCopy wininet to branch
2005-05-01 Martin Fuchsmerge ROS Shell without integrated explorer part into...
2005-04-25 Alex IonescuKD System Rewrite:
2005-04-10 Casper HornstrupMerge 13831:14550 from trunk
2005-04-08 Casper HornstrupCopy riched20
2005-04-08 Casper HornstrupCopy makefile
2005-04-08 Royce Mitchell IIIuse tags for pool allocations, and reformat code
2005-02-15 Casper HornstrupMerge 13159:13510 from trunk
2005-02-15 Casper HornstrupCopy msimg32
2005-02-12 Casper HornstrupBranch setupapi (again)
2005-01-26 Gé van GeldorpAvoid crash if import directory is messed up
2005-01-26 Alex IonescuStandardize comment headers. Patch by Trevor McCort
2005-01-21 Alex IonescuFirst patch to fix seriously broken ROS (thank Thomas...
2005-01-03 Hartmut Birr- Fixed the searching for uninitialized (like .bss...
2005-01-01 Alex IonescuUse W32API/PSDK structures/constants. The whole /ldr...
2005-01-01 Hartmut Birr- Set the page protection for the section header.
2004-12-24 Filip Navara- Fix compilation with GCC 4.0-20041219.
2004-11-13 Thomas Bluemelimplemented MmGetSystemRoutineAddress()
2004-10-26 Eric KohlUse FileHeader->SizeOfOptionalHeader instead of sizeof...
2004-10-22 Eric KohlUse upper-case ASSERT macros.
2004-10-09 Gé van GeldorpPass requested base address to MmAllocateSection()
2004-10-04 Hartmut Birr- Fixed the setting of the page protection for ntoskrnl.
2004-09-28 Hartmut Birr- Fixed LdrLookupPageProtection.
2004-09-26 Hartmut Birr- Rewrote (copied from ntdll) parts of the relocation...
2004-09-25 Art Yerkescm/regfile.c, ldr/init.c, ldr/loader.c: OBJ_CASE_INSENS...
2004-08-15 Casper Hornstrup2004-08-15 Casper S. Hornstrup <chorns@users.sourcefo...
2004-07-18 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-07-15 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-05-30 Filip Navara- Fixed some NULL-terminating issues that caused the...
2004-03-27 Filip Navara- Rewritten some driver loading functions to get higher...
2004-03-07 Filip Navara- Fixed RtlFormatCurrentUserKeyPath and it's use.
2004-02-16 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-01-05 Thomas Bluemeltamlin's work on compiling the kernel with another...
2003-12-30 Aleksey BraginContinue of MSVC-compiling changes....
2003-10-15 Filip NavaraFixed driver loading order, cleaned up relevant functio...
2003-10-12 Hartmut Birr- Fixed the freeing of memory from boot load drivers.
2003-09-29 Filip NavaraThis is first part of patch to get loading boot bus...
2003-08-24 David Welch- Fill in the DriverBase and DriverSize fields in the...
2003-07-21 Royce Mitchell IIIcreated KEBUGCHECK, KEBUGCHECKEX, KEBUGCHECKWITHTS...
2003-07-20 Royce Mitchell IIIfixed ldr/loader.c to report a missing export before...
2003-06-01 Casper Hornstrup2003-06-01 Casper S. Hornstrup <chorns@users.sourcefo...
2003-04-26 KJK::HyperionMy biggest commit so far (everything compiles and appar...
2003-04-03 KJK::Hyperion - Nebbet-ized a couple of Zw types [tested]
2003-03-31 Gé van GeldorpAdd \SystemRoot\system32 to the search path for implici...
2003-02-27 Eric KohlTerminate service name string.
2003-02-03 Gé van GeldorpSet page protection for images having section alignment...
2002-11-05 Hartmut Birr* Fixed the length for the page protection.
next