Raw IP and ICMP fixes
[reactos.git] / reactos / lib / ntdll / ldr / utils.c
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