projects
/
reactos.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
change a few #ifdefs to allow loading of SYM files for user modules in DBG builds
[reactos.git]
/
reactos
/
lib
/
ntdll
/
ldr
/
utils.c
2004-12-15
Royce Mitchell III
change a few #ifdefs to allow loading of SYM files...
blob
|
commitdiff
|
raw
2004-11-19
Thomas Bluemel
1. fixed definition of the DEBUG_MODULE_INFORMATION...
blob
|
commitdiff
|
raw
|
diff to current
2004-10-30
Filip Navara
- Make InitializeListHead, InsertHeadList, InsertTailLi...
blob
|
commitdiff
|
raw
|
diff to current
2004-07-14
Filip Navara
- Revert part of my last TLS patch.
blob
|
commitdiff
|
raw
|
diff to current
2004-07-09
Filip Navara
- Corrected the obtaining of TLS callbacks address.
blob
|
commitdiff
|
raw
|
diff to current
2004-07-03
Filip Navara
- Fix errors during optimized build.
blob
|
commitdiff
|
raw
|
diff to current
2004-06-27
Eric Kohl
Implement and use LdrProcessRelocationBlock().
blob
|
commitdiff
|
raw
|
diff to current
2004-06-26
Filip Navara
- Readded the code for unportecting second page while...
blob
|
commitdiff
|
raw
|
diff to current
2004-06-26
Filip Navara
- Rewritten relocation code to not make invalid assumpt...
blob
|
commitdiff
|
raw
|
diff to current
2004-06-26
Eric Kohl
Stop at the real end of the relocation table.
blob
|
commitdiff
|
raw
|
diff to current
2004-06-25
Eric Kohl
Fix a typo.
blob
|
commitdiff
|
raw
|
diff to current
2004-06-25
Eric Kohl
Fix crash in loader relocation code.
blob
|
commitdiff
|
raw
|
diff to current
2004-06-20
Gé van Geldorp
Handle ordinals which are not exported
blob
|
commitdiff
|
raw
|
diff to current
2004-06-15
Hartmut Birr
- Initialized the variable status to get on success...
blob
|
commitdiff
|
raw
|
diff to current
2004-06-13
Filip Navara
- Fixed prototypes of NtAddAtom, NtFindAtom, NtProtectV...
blob
|
commitdiff
|
raw
|
diff to current
2004-06-02
Gé van Geldorp
Patch by Pablo Borobia <pablog7@argentina.com>
blob
|
commitdiff
|
raw
|
diff to current
2004-05-13
Filip Navara
- Report failure when function imported by ordinal...
blob
|
commitdiff
|
raw
|
diff to current
2004-05-02
Mike Nordell
Make loader tell what module it is relocating (debug)
blob
|
commitdiff
|
raw
|
diff to current
2004-03-13
Hartmut Birr
- Split LdrpProcessImportDirectory into LdrpProcessImpo...
blob
|
commitdiff
|
raw
|
diff to current
2004-03-06
Filip Navara
- Corrected processing import directories to handle...
blob
|
commitdiff
|
raw
|
diff to current
2004-01-31
Gé van Geldorp
Silence debug messages
blob
|
commitdiff
|
raw
|
diff to current
2004-01-25
Jason Filby
*** empty log message ***
blob
|
commitdiff
|
raw
|
diff to current
2004-01-25
Filip Navara
Fixed binary search algroithm in LdrGetExportByOrdinal...
blob
|
commitdiff
|
raw
|
diff to current
2004-01-24
Filip Navara
Actually the last entry in export table is NumberOfName...
blob
|
commitdiff
|
raw
|
diff to current
2004-01-11
Hartmut Birr
- Fixed a wrong parameter in a call to LdrpLoadUserModu...
blob
|
commitdiff
|
raw
|
diff to current
2004-01-07
Hartmut Birr
- Implemented fast loading of bounded images.
blob
|
commitdiff
|
raw
|
diff to current
2003-12-25
Casper Hornstrup
2003-12-25 Casper S. Hornstrup <chorns@users.sourcefo...
blob
|
commitdiff
|
raw
|
diff to current
2003-11-30
Gunnar Dalsnes
-made an inadvertent asynch. read into a synch. read
blob
|
commitdiff
|
raw
|
diff to current
2003-11-19
Filip Navara
- Fixed importing forward exports by ordinal.
blob
|
commitdiff
|
raw
|
diff to current
2003-11-06
Eric Kohl
IoStatusBlock is _not_ an optional parameter.
blob
|
commitdiff
|
raw
|
diff to current
2003-10-30
Art Yerkes
Set the lpvReserved parameter of DllMain according...
blob
|
commitdiff
|
raw
|
diff to current
2003-09-12
Vizzini
new patch for more stubs and misc changes
blob
|
commitdiff
|
raw
|
diff to current
2003-07-27
Hartmut Birr
- Protected each access to the module list with acquiri...
blob
|
commitdiff
|
raw
|
diff to current
2003-07-27
Eric Kohl
Implemented LdrQueryImageFileExecutionOptions().
blob
|
commitdiff
|
raw
|
diff to current
2003-07-26
Hartmut Birr
- Fixed the compared length of the name in LdrFindEntry...
blob
|
commitdiff
|
raw
|
diff to current
2003-07-11
Royce Mitchell III
applied @implemented and @unimplemented comments to...
blob
|
commitdiff
|
raw
|
diff to current
2003-06-09
Eric Kohl
Implemented LdrVerifyImageMatchesChecksum().
blob
|
commitdiff
|
raw
|
diff to current
2003-05-12
Eric Kohl
Implemented dll preloading and mapping.
blob
|
commitdiff
|
raw
|
diff to current
2003-04-30
Gé van Geldorp
Changed some DbgPrint's to DPRINT's
blob
|
commitdiff
|
raw
|
diff to current
2003-04-28
Casper Hornstrup
2003-04-28 Casper S. Hornstrup <chorns@users.sourcefo...
blob
|
commitdiff
|
raw
|
diff to current
2003-04-26
Gé van Geldorp
If name of DLL to load contains a path and it has been...
blob
|
commitdiff
|
raw
|
diff to current
2003-04-18
Gé van Geldorp
Print debug message if DllMain of a loaded DLL fails
blob
|
commitdiff
|
raw
|
diff to current
2003-03-17
Gunnar Dalsnes
LdrGetExportByOrdinal was broken
blob
|
commitdiff
|
raw
|
diff to current
2003-01-31
Hartmut Birr
Fixed a wrong DPRINT.
blob
|
commitdiff
|
raw
|
diff to current
2002-12-08
Robert Dickenson
Split out the resource functions for finer control...
blob
|
commitdiff
|
raw
|
diff to current
2002-10-01
Casper Hornstrup
2002-10-01 Casper S. Hornstrup <chorns@users.sourcefo...
blob
|
commitdiff
|
raw
|
diff to current
2002-09-08
Casper Hornstrup
Reverted latest changes.
blob
|
commitdiff
|
raw
|
diff to current
2002-09-07
Casper Hornstrup
Use free Windows DDK and compile with latest MinGW...
blob
|
commitdiff
|
raw
|
diff to current
2002-08-29
David Welch
Fixed when changing the attributes of an area larger...
blob
|
commitdiff
|
raw
|
diff to current
2002-08-10
David Welch
2002-08-10 David Welch <welch@computer2.darkstar...
blob
|
commitdiff
|
raw
|
diff to current
2002-08-08
David Welch
2002-08-08 David Welch <welch@computer2.darkstar...
blob
|
commitdiff
|
raw
|
diff to current
2002-07-13
Casper Hornstrup
2002-07-13 Casper S. Hornstrup <chorns@users.sourcefo...
blob
|
commitdiff
|
raw
|
diff to current
2002-04-26
Eric Kohl
Simplified access to the shared user page.
blob
|
commitdiff
|
raw
|
diff to current
2001-10-31
David Welch
Fix for advapi32 failing to load (it had imported symbo...
blob
|
commitdiff
|
raw
|
diff to current
2001-09-08
Eric Kohl
Implemented LdrFindEntryForAddress() and LdrQueryProces...
blob
|
commitdiff
|
raw
|
diff to current
2001-09-01
Rex Jolliff
add current directory to default search path so program...
blob
|
commitdiff
|
raw
|
diff to current
2001-07-04
Casper Hornstrup
Updated clean rules.
blob
|
commitdiff
|
raw
|
diff to current
2001-07-02
Phillip Susi
Fixed LdrShutdownProcess() to only detach static dlls...
blob
|
commitdiff
|
raw
|
diff to current
2001-06-04
Casper Hornstrup
Raw IP and ICMP fixes
blob
|
commitdiff
|
raw
|
diff to current
2001-04-10
Eric Kohl
Fixed crash if exported function does not exist
blob
|
commitdiff
|
raw
|
diff to current
2001-03-26
David Welch
Fixed bug with calling RtlFreeUnicodeString too early...
blob
|
commitdiff
|
raw
|
diff to current
2001-02-10
David Welch
Section and general memory manager enhancements includi...
blob
|
commitdiff
|
raw
|
diff to current
2001-02-10
Eric Kohl
Fixed typos
blob
|
commitdiff
|
raw
|
diff to current
2001-02-10
Eric Kohl
Implemented handling of forwarded exports
blob
|
commitdiff
|
raw
|
diff to current
2001-02-06
David Welch
Use import hint if present
blob
|
commitdiff
|
raw
|
diff to current
2001-02-06
David Welch
Implemented binary search of the export tables
blob
|
commitdiff
|
raw
|
diff to current
2001-01-23
Phillip Susi
Fixed loader bug with uninitialized sections
blob
|
commitdiff
|
raw
|
diff to current
2000-12-07
jean
LdrFixupImports more verbose when DLL not found.
blob
|
commitdiff
|
raw
|
diff to current
2000-09-05
Eric Kohl
Implemented dll detach on process termination
blob
|
commitdiff
|
raw
|
diff to current
2000-09-04
Eric Kohl
Fixed some minor loader bugs
blob
|
commitdiff
|
raw
|
diff to current
2000-09-01
Eric Kohl
Improved internal dll handling
blob
|
commitdiff
|
raw
|
diff to current
2000-08-28
Eric Kohl
Added/fixed resource 'loader'.
blob
|
commitdiff
|
raw
|
diff to current
2000-08-27
Eric Kohl
User-mode loader improvements
blob
|
commitdiff
|
raw
|
diff to current
2000-08-11
Eric Kohl
Renamed pseudo target 'floppy' to 'install'
blob
|
commitdiff
|
raw
|
diff to current
2000-08-05
David Welch
Integrated fixes from prep0016
blob
|
commitdiff
|
raw
|
diff to current
2000-07-01
Emanuele Aliberti
Minor changes.
blob
|
commitdiff
|
raw
|
diff to current
2000-06-29
David Welch
Made header file usage more consistent
blob
|
commitdiff
|
raw
|
diff to current
2000-03-18
Eric Kohl
Added image functions
blob
|
commitdiff
|
raw
|
diff to current
2000-02-13
David Welch
Moved user-process loading into ZwCreateProcess
blob
|
commitdiff
|
raw
|
diff to current
2000-01-18
Eric Kohl
Changed debug output to use INT 2D
blob
|
commitdiff
|
raw
|
diff to current
1999-12-26
David Welch
Added some security functions
blob
|
commitdiff
|
raw
|
diff to current
1999-12-20
David Welch
Fixed problem with handles not being released
blob
|
commitdiff
|
raw
|
diff to current
1999-12-13
David Welch
Reworked APC and waiting code, seems more stable now
blob
|
commitdiff
|
raw
|
diff to current
1999-12-11
David Welch
Put in updated version of bitops header
blob
|
commitdiff
|
raw
|
diff to current
1999-12-09
Eric Kohl
dll name comparison in LdrFindDll() must be case-insens...
blob
|
commitdiff
|
raw
|
diff to current
1999-11-25
David Welch
Corrected ntdll mapping bug
blob
|
commitdiff
|
raw
|
diff to current
1999-11-24
David Welch
Began converting minix fsd to work with new caching...
blob
|
commitdiff
|
raw
|
diff to current
1999-11-17
Boudewijn Dekker
fixed some bugs in LdrLoadDll
blob
|
commitdiff
|
raw
|
diff to current
1999-11-14
Boudewijn Dekker
Implemented LdrFindResource_U and LdrAccessResource
blob
|
commitdiff
|
raw
|
diff to current
1999-11-02
David Welch
Improved scheduling code
blob
|
commitdiff
|
raw
|
diff to current
1999-10-17
Boudewijn Dekker
implemented a reference count on LdrLoadDll
blob
|
commitdiff
|
raw
|
diff to current
1999-09-29
Eric Kohl
Fixed multiple STATUS_xxxx inclusions.
blob
|
commitdiff
|
raw
|
diff to current
1999-08-29
Emanuele Aliberti
some __stdcall fixes in ntoskrnl and ntdll
blob
|
commitdiff
|
raw
|
diff to current
1999-07-17
Emanuele Aliberti
fixes
blob
|
commitdiff
|
raw
|
diff to current
1999-06-09
David Welch
Implemented ZwOpenProcess corrected
blob
|
commitdiff
|
raw
|
diff to current
1999-05-11
Eric Kohl
Fixed LARGE_INTEGER hack.
blob
|
commitdiff
|
raw
|
diff to current
1999-04-27
Eric Kohl
Fixed LARGE_INTEGER handling
blob
|
commitdiff
|
raw
|
diff to current
1999-04-18
David Welch
Several bug fixes
blob
|
commitdiff
|
raw
|
diff to current
1999-04-14
David Welch
*** empty log message ***
blob
|
commitdiff
|
raw
|
diff to current
1999-04-10
David Welch
Partially implemented PEB
blob
|
commitdiff
|
raw
|
diff to current
next