ntdll: Remove duplicate includes.
[wine] / dlls / ntdll / loader.c
2007-10-26  Detlef Riekenbergntdll: Dump the base address when a module is loaded.
2007-09-26  Detlef Riekenbergntdll: Avoid segfault with snoop for exefiles with...
2007-08-30  Alexandre Julliardntdll: Pin down all dlls imported by the main exe.
2007-07-31  Alexandre Julliardntdll: Load dll from the directory containing the manif...
2007-07-30  Alexandre Julliardntdll: Avoid activation context leak for dlls with...
2007-07-30  Alexandre Julliardntdll: Fix a compiler warning.
2007-07-26  Alexandre Julliardntdll: Activate the module's activation context while...
2007-07-26  Alexandre Julliardntdll: Use activation contexts information to load...
2007-07-25  Alexandre Julliardntdll: Create the per-module activation context at...
2007-07-25  Alexandre Julliardntdll: Create the process activation context at initial...
2007-07-19  Jacek Cabanntdll: Store the windows directory too.
2007-07-02  Michael Stefaniucntdll: Fix missing unlock on error path. Found by Smatch.
2007-06-19  Alexandre Julliardntdll: Improved the stub behavior of NtQuerySystemInfor...
2007-05-23  Dmitry Timoshkovntdll: Fix compilation warnings in 64-bit mode.
2007-05-18  Alexandre Julliardntdll: Setup the shared user data structure at 0x7ffe0000.
2007-05-16  Alexandre Julliardntdll: Implemented LdrAddRefDll.
2007-05-16  Alexandre Julliardntdll: Reimplement LdrGetDllHandle to use the same...
2007-05-15  Andrew Talbotntdll: Exclude unused headers.
2007-03-17  Andrew Talbotntdll: Replace inline static with static inline.
2007-03-13  Dmitry Timoshkovntdll: Catch the exceptions in the TLS callback like...
2007-01-18  Alexandre Julliardntdll: Block async signals during process init and...
2007-01-17  Joel ParkerRemove redundant semicolons for ANSI compatibility.
2007-01-12  Alexandre Julliardntdll: Moved the check for removable file in load_dll...
2006-12-20  Alexandre Julliardntdll: Fix the libdl refcount when loading the same...
2006-12-07  Alexandre Julliardntdll: Check the NX compatibility flag for every loaded...
2006-12-05  Alexandre Julliardntdll: Force exec permissions on all mmaps unless the...
2006-12-04  Alexandre Julliardntdll: Allow module with extensions in forward specific...
2006-11-06  Alexandre Julliardntdll: Moved command-line help to the loader binary.
2006-11-03  Alexandre Julliardntdll: Added implementation of RtlDllShutdownInProgress.
2006-10-18  Hans Leidekkerntdll: Win64 printf format warning fixes.
2006-07-31  Alexandre Julliardntdll: Move the calling of the process entry point...
2006-07-31  Alexandre Julliardntdll: Set initial module refcount to 1 to avoid unload...
2006-07-13  Alexandre Julliardntdll: Moved the calling of the process entry point...
2006-05-27  Eric Pouechntdll: Free TLS pointers when exiting thread.
2006-05-27  Alexandre Julliardntdll: Implemented RtlPcToFileHeader.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-04-03  Alexandre Julliardntdll: Process --help and --version args earlier on...
2006-03-21  Alexandre Julliardntdll: Added a DLL_WINE_PREATTACH call to DllMain for...
2006-03-21  Alexandre Julliardntdll: Detect the fake dlls created by setupapi and...
2006-03-18  Alexandre Julliardntdll: In MODULE_FlushModrefs, also free dlls that...
2006-02-28  Alexandre Julliardntdll: Don't reset the load count when reusing a builti...
2006-02-22  Alexandre Julliardntdll: Simplify loadorder code by using an enum instead...
2006-02-22  Alexandre Julliardkernel: Moved the get_startup_info call to ntdll.
2006-02-21  Alexandre Julliardserver: Remove no longer needed fields in the init_proc...
2006-02-21  Alexandre Julliardkernel: Use LoadLibrary to load the main exe in all...
2006-02-21  Alexandre Julliardntdll: Support loading a builtin under a different...
2006-02-21  Alexandre Julliardntdll: Moved LDR_DONT_RESOLVE_REFS handling into fixup_...
2006-02-21  Alexandre Julliardntdll: Support loading builtin dlls with an explicit...
2006-02-21  Uwe Bonnesntdll: Remove spaces at end of name in import_dll.
2006-02-09  Alexandre Julliardntdll: Better handling of errors when loading a builtin...
2006-02-08  Alexandre Julliardntdll: Get rid of the main_file argument in LdrInitiali...
2006-02-08  Alexandre Julliardntdll: Check for existing modref for the main exe befor...
2006-02-07  Alexandre Julliardntdll: Support loading a builtin dll by specifying...
2006-02-06  Eric PouechFixes for missing prototypes warnings.
2006-01-18  Robert Shearmanntdll: Loader optimization.
2006-01-04  Alexandre JulliardSet refcount to -1 on implicitly loaded dlls to avoid...
2005-12-18  Alexandre Julliardntdll: New implementation of relay thunks.
2005-12-16  Alexandre JulliardTake advantage of the __EXCEPT_PAGE_FAULT macro.
2005-11-29  Alexandre JulliardCheck for a valid module before attempting to read...
2005-11-28  Ge van GeldorpMatch PSDK STATUS_* definitions.
2005-11-23  Alexandre JulliardPreserve 16-byte stack alignment in the various assembly
2005-10-26  Alexandre JulliardAttach to implicitly loaded builtin dlls on process...
2005-10-04  Alexandre JulliardIgnore the size of the import directory, process import...
2005-09-12  Alexandre JulliardUse SIZE_T instead of ULONG for the size arguments...
2005-09-09  Alexandre JulliardUse a more portable scheme for storing the name of...
2005-09-02  Mike McCormackFix gcc 4.0 warnings.
2005-08-29  Alexandre JulliardUncomment out DisableThreadLibraryCalls in DllMain...
2005-08-12  Alexandre JulliardRemoved a redundant and possibly wrong warning.
2005-08-10  Alexandre JulliardMoved the version initialization to ntdll.
2005-08-09  Alexandre JulliardDon't call process attach notification during process...
2005-07-19  Kevin KoltzauDefine 64bit PE structures.
2005-07-14  Alexandre JulliardMoved initialization of the default user process parame...
2005-07-13  Alexandre JulliardReturn the startup info size in the init_thread request...
2005-07-13  Alexandre JulliardInitialize relay debugging earlier on now that the...
2005-06-25  Mike McCormackUse RTL_CRITICAL_SECTION instead of CRITICAL_SECTION.
2005-06-21  Mike McCormackDon't include winbase.h or winerror.h when not necessary.
2005-06-17  Mike McCormackUse HANDLE instead of HKEY in the NT API.
2005-06-05  Alexandre JulliardAllocate the system view for builtin modules earlier in
2005-05-23  Alexandre JulliardMoved the loaddll trace into the load_builtin_dll funct...
2005-05-18  Alexandre JulliardMoved entry point definitions from module.h to kernel16...
2005-05-18  Alexandre JulliardMoved import tracing to a separate channel so that...
2005-03-21  Vincent BéronUse "" for Windows includes in dlls, instead of <>.
2005-03-17  Dmitry TimoshkovMatch OVERLAPPED structure to the SDK definition.
2005-02-24  Dmitry TimoshkovMatch RaiseException and EXCEPTION_RECORD to SDK defini...
2005-02-22  Ivan Leo PuotiReplace GetCurrentProcess() with NtCurrentProcess(...
2005-01-24  Ivan Leo PuotiAdded NtLoadDriver and NtUnloadDriver stubs.
2005-01-11  Mike HearnGive a more informative error when a DLL fails to initi...
2004-12-14  Alexandre JulliardGenerate stub entries on the fly for missing entry...
2004-11-23  Alexandre JulliardAppend .dll extension in all cases (spotted by Mike...
2004-11-06  Alexandre JulliardFree the memory view before we unload a builtin dll...
2004-10-11  Robert ShearmanFix NtAllocateVirtualMemory declaration and fix users...
2004-09-15  Mike McCormackUse FILE_SHARE_DELETE when loading modules, as running...
2004-08-02  Alexandre JulliardMake relay and snooping work for LoadLibrary+GetProcAdd...
2004-07-15  Alexandre JulliardSet the system directory in ntdll as soon as we have...
2004-06-22  Filip NavaraUnprotect Import Address Table while filling it.
2004-06-18  Alexandre JulliardAdded support for the IMAGE_FILE_LARGE_ADDRESS_AWARE...
2004-06-15  Eric PouechConst correctness.
2004-05-05  Alexandre JulliardInitialize ntdll debugging earlier on so that we can...
2004-04-20  Alexandre JulliardReimplemented GetFileAttributesW, SetFileAttributesW...
2004-04-12  Alexandre JulliardImplemented NtCreatelFile using the new symlink scheme.
next