ntdll/tests: Disable filesystem redirection for test_file_name_information().
[wine] / dlls / ntdll / loader.c
2009-10-22  Alexandre Julliardntdll: Move the window and system dir variables to...
2009-10-12  Andrey Turkinntdll: Run TLS callbacks in zero-sized TLS directories.
2009-09-25  Alexandre Julliardntdll: Add support for ordinal forwards.
2009-09-25  Alexandre Julliardntdll: Support both 32-bit and 64-bit modules in RtlIma...
2009-09-15  Michael Karcherntdll: Fix DEP status initialization.
2009-08-29  Alexandre Julliardntdll: Route the process startup through the platform...
2009-08-05  Alexandre Julliardntdll: Ignore activation context entries that don't...
2009-06-25  Alexandre Julliardntdll: Release some address space after the process...
2009-06-25  Alexandre Julliardntdll: Add call frame annotations in x86 assembly code.
2009-06-08  Nikolay Sivovntdll: Call NtCreateSection with NULL attributes loadin...
2009-03-23  Michael Stefaniucntdll: Remove superfluous pointer casts.
2009-02-23  Alexandre Julliardntdll: Allocate the stack for all threads, don't rely...
2009-02-20  Alexandre Julliardntdll: Call pthread_sigmask directly instead of through...
2008-12-29  Alexandre Julliardserver: Store module names as client_ptr_t instead...
2008-12-29  Alexandre Julliardserver: Make module handles always 64-bit.
2008-12-26  Maarten Lankhorstntdll: Make the loader process relocations correctly...
2008-12-23  Maarten Lankhorstkernel32: Change all functions to use CDECL.
2008-12-17  Maarten Lankhorstntdll: Make all exported wine functions CDECL.
2008-12-16  Alexandre Julliardntdll: Add support for dynamically generated stub entry...
2008-12-11  Alexandre Julliardntdll: Enforce correct protection values in virtual...
2008-12-11  Alexandre Julliardntdll: Add a heuristic to detect dlls that are wrongly...
2008-12-08  Alexandre Julliardserver: Add functions for conversions between server...
2008-11-17  Alexandre Julliardntdll: Don't set noexec protection on builtin dlls...
2008-11-14  Alexandre Julliardntdll: Add private function to manage system virtual...
2008-11-10  Alexandre Julliardntdll: Don't call the dll entry point for native modules.
2008-11-03  Alexandre Julliardntdll: Initialize the large address space before attach...
2008-06-26  Alexandre Julliardntdll: Force execute permission again on the stack...
2008-05-20  Alexandre Julliardntdll: Move signal unmasking to make sure injected...
2008-04-02  Alexandre Julliardntdll: Implemented LdrProcessRelocationBlock.
2008-04-01  Alexandre Julliardntdll: Moved stack allocation for thread and process...
2008-03-26  Alexandre Julliardntdll: Clear the process stack again after dll init...
2008-03-26  Alexandre Julliardkernel32: Moved the allocation of the process stack...
2008-03-05  Alexandre Julliardntdll: Fixed handling of fake dlls when loading a built...
2008-03-01  Alexandre Julliardntdll: Only grab the loader lock once we actually call...
2008-02-16  Rob ShearmanAdd a new convenience macro for an exception handler...
2008-02-15  Rob Shearmanntdll: Add an exception handler around calls to module...
2008-02-12  Alexandre Julliardntdll: Store the unhandled exception filter at startup...
2007-12-06  Alexandre Julliardntdll: Support delayed loading of modules referenced...
2007-11-19  Alexandre Julliardntdll: Unblock signals in process init only after the...
2007-11-19  Alexandre Julliardntdll: Send the exit code to the server on failed initi...
2007-11-19  Alexandre Julliardntdll: Initialize the PEB LoaderLock pointer.
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...
next