Fix a typo.
[reactos.git] / reactos / lib / ntdll / ldr / utils.c
2004-06-25 Eric KohlFix a typo.
2004-06-25 Eric KohlFix crash in loader relocation code.
2004-06-20 Gé van GeldorpHandle ordinals which are not exported
2004-06-15 Hartmut Birr- Initialized the variable status to get on success...
2004-06-13 Filip Navara- Fixed prototypes of NtAddAtom, NtFindAtom, NtProtectV...
2004-06-02 Gé van GeldorpPatch by Pablo Borobia <pablog7@argentina.com>
2004-05-13 Filip Navara- Report failure when function imported by ordinal...
2004-05-02 Mike NordellMake loader tell what module it is relocating (debug)
2004-03-13 Hartmut Birr- Split LdrpProcessImportDirectory into LdrpProcessImpo...
2004-03-06 Filip Navara- Corrected processing import directories to handle...
2004-01-31 Gé van GeldorpSilence debug messages
2004-01-25 Jason Filby*** empty log message ***
2004-01-25 Filip NavaraFixed binary search algroithm in LdrGetExportByOrdinal...
2004-01-24 Filip NavaraActually the last entry in export table is NumberOfName...
2004-01-11 Hartmut Birr- Fixed a wrong parameter in a call to LdrpLoadUserModu...
2004-01-07 Hartmut Birr- Implemented fast loading of bounded images.
2003-12-25 Casper Hornstrup2003-12-25 Casper S. Hornstrup <chorns@users.sourcefo...
2003-11-30 Gunnar Dalsnes-made an inadvertent asynch. read into a synch. read
2003-11-19 Filip Navara- Fixed importing forward exports by ordinal.
2003-11-06 Eric KohlIoStatusBlock is _not_ an optional parameter.
2003-10-30 Art YerkesSet the lpvReserved parameter of DllMain according...
2003-09-12 Vizzininew patch for more stubs and misc changes
2003-07-27 Hartmut Birr- Protected each access to the module list with acquiri...
2003-07-27 Eric KohlImplemented LdrQueryImageFileExecutionOptions().
2003-07-26 Hartmut Birr- Fixed the compared length of the name in LdrFindEntry...
2003-07-11 Royce Mitchell IIIapplied @implemented and @unimplemented comments to...
2003-06-09 Eric KohlImplemented LdrVerifyImageMatchesChecksum().
2003-05-12 Eric KohlImplemented dll preloading and mapping.
2003-04-30 Gé van GeldorpChanged some DbgPrint's to DPRINT's
2003-04-28 Casper Hornstrup2003-04-28 Casper S. Hornstrup <chorns@users.sourcefo...
2003-04-26 Gé van GeldorpIf name of DLL to load contains a path and it has been...
2003-04-18 Gé van GeldorpPrint debug message if DllMain of a loaded DLL fails
2003-03-17 Gunnar DalsnesLdrGetExportByOrdinal was broken
2003-01-31 Hartmut BirrFixed a wrong DPRINT.
2002-12-08 Robert DickensonSplit out the resource functions for finer control...
2002-10-01 Casper Hornstrup2002-10-01 Casper S. Hornstrup <chorns@users.sourcefo...
2002-09-08 Casper HornstrupReverted latest changes.
2002-09-07 Casper HornstrupUse free Windows DDK and compile with latest MinGW...
2002-08-29 David WelchFixed when changing the attributes of an area larger...
2002-08-10 David Welch2002-08-10 David Welch <welch@computer2.darkstar...
2002-08-08 David Welch2002-08-08 David Welch <welch@computer2.darkstar...
2002-07-13 Casper Hornstrup2002-07-13 Casper S. Hornstrup <chorns@users.sourcefo...
2002-04-26 Eric KohlSimplified access to the shared user page.
2001-10-31 David WelchFix for advapi32 failing to load (it had imported symbo...
2001-09-08 Eric KohlImplemented LdrFindEntryForAddress() and LdrQueryProces...
2001-09-01 Rex Jolliffadd current directory to default search path so program...
2001-07-04 Casper HornstrupUpdated clean rules.
2001-07-02 Phillip SusiFixed LdrShutdownProcess() to only detach static dlls...
2001-06-04 Casper HornstrupRaw IP and ICMP fixes
2001-04-10 Eric KohlFixed crash if exported function does not exist
2001-03-26 David WelchFixed bug with calling RtlFreeUnicodeString too early...
2001-02-10 David WelchSection and general memory manager enhancements includi...
2001-02-10 Eric KohlFixed typos
2001-02-10 Eric KohlImplemented handling of forwarded exports
2001-02-06 David WelchUse import hint if present
2001-02-06 David WelchImplemented binary search of the export tables
2001-01-23 Phillip SusiFixed loader bug with uninitialized sections
2000-12-07 jeanLdrFixupImports more verbose when DLL not found.
2000-09-05 Eric KohlImplemented dll detach on process termination
2000-09-04 Eric KohlFixed some minor loader bugs
2000-09-01 Eric KohlImproved internal dll handling
2000-08-28 Eric KohlAdded/fixed resource 'loader'.
2000-08-27 Eric KohlUser-mode loader improvements
2000-08-11 Eric KohlRenamed pseudo target 'floppy' to 'install'
2000-08-05 David WelchIntegrated fixes from prep0016
2000-07-01 Emanuele AlibertiMinor changes.
2000-06-29 David WelchMade header file usage more consistent
2000-03-18 Eric KohlAdded image functions
2000-02-13 David WelchMoved user-process loading into ZwCreateProcess
2000-01-18 Eric KohlChanged debug output to use INT 2D
1999-12-26 David WelchAdded some security functions
1999-12-20 David WelchFixed problem with handles not being released
1999-12-13 David WelchReworked APC and waiting code, seems more stable now
1999-12-11 David WelchPut in updated version of bitops header
1999-12-09 Eric Kohldll name comparison in LdrFindDll() must be case-insens...
1999-11-25 David WelchCorrected ntdll mapping bug
1999-11-24 David WelchBegan converting minix fsd to work with new caching...
1999-11-17 Boudewijn Dekkerfixed some bugs in LdrLoadDll
1999-11-14 Boudewijn DekkerImplemented LdrFindResource_U and LdrAccessResource
1999-11-02 David WelchImproved scheduling code
1999-10-17 Boudewijn Dekkerimplemented a reference count on LdrLoadDll
1999-09-29 Eric KohlFixed multiple STATUS_xxxx inclusions.
1999-08-29 Emanuele Alibertisome __stdcall fixes in ntoskrnl and ntdll
1999-07-17 Emanuele Alibertifixes
1999-06-09 David WelchImplemented ZwOpenProcess corrected
1999-05-11 Eric KohlFixed LARGE_INTEGER hack.
1999-04-27 Eric KohlFixed LARGE_INTEGER handling
1999-04-18 David WelchSeveral bug fixes
1999-04-14 David Welch*** empty log message ***
1999-04-10 David WelchPartially implemented PEB
1999-03-26 David WelchMade process execution work again
1999-03-25 David WelchCleaned up code a bit