Can we bundle everthing together?
[wine] / loader /
2005-01-28  Rémi Assaillychar -> const char fixes.
2004-12-02  Peter ChapmanFix up several inline assembler blocks so that they...
2004-10-19  Hans LeidekkerProtect use of pthread functions with #ifdef HAVE_PTHRE...
2004-10-18  Alexandre JulliardRestore lost chunk of previous patch.
2004-10-18  Vincent BéronAdd some more Alpha asm code and Alpha-specific parts.
2004-10-18  Vincent BéronFix the declaration of pthread_mutexattr_gettype().
2004-09-24  Alexandre JulliardSupport compiling with -fPIC for people who somehow...
2004-08-11  Alexandre JulliardAvoid some non-portable makefile constructs.
2004-07-21  Emmanuel Maillardwine_pthread_init_thread: retrieve the stack info on...
2004-07-06  Alexandre JulliardAvoid using strlen.
2004-06-28  Mike McCormackDefine AT_SYSINFO_* if it's missing.
2004-06-26  Alexandre JulliardRemove the AT_SYSINFO and AT_SYSINFO_EHDR values if...
2004-06-24  Alexandre JulliardUse wine_dlsym instead of dlsym to avoid the glibc...
2004-06-22  Alexandre JulliardDo direct Linux system calls in the preloader to avoid...
2004-06-15  Alexandre JulliardAdd the preloader itself as argv[0] and remove it again...
2004-06-15  Francois GougetAssorted spelling and case fixes.
2004-06-14  Alexandre JulliardYet another fix for the MacOS X environ brain damage.
2004-06-03  Alexandre JulliardMake it possible to add auxiliary values to the existin...
2004-06-02  Alexandre JulliardAdded support for specifying the PE exe address range...
2004-06-01  Alexandre JulliardA few small fixes.
2004-05-29  Alexandre JulliardPass the environ variable from main to try to avoid...
2004-05-28  Alexandre JulliardInitial version of the Wine preloader, used to reserve...
2004-05-25  Alexandre JulliardAdded support for managing reserved memory areas in...
2004-03-30  Alexandre JulliardFixed rounding bug in the stack info calculation when...
2004-02-20  Patrik StridvallFixed some issues found by winapi_check.
2004-02-11  Alexandre JulliardBetter fix for the thread exit race on pthreads.
2004-02-11  Alexandre JulliardDon't depend on the name of the main binary, always...
2004-02-05  Alexandre JulliardRevert the thread exit race fix for now, it doesn't...
2004-02-05  Alexandre JulliardFixed a couple of race conditions in the wine_pthread...
2004-01-20  Alexandre JulliardDisable the exec shield workaround for now, it's causin...
2003-12-30  David BeckAdded RFTHREAD flag in rfork call.
2003-11-22  Alexandre JulliardCreate a huge array in bss to reserve the memory area...
2003-11-12  Alexandre JulliardAdded configure check for pthread_getattr_np.
2003-11-12  Alexandre JulliardAdded a wine-glibc binary that detects the glibc thread...
2003-11-12  Alexandre JulliardAdded sigsetjmp/siglongjmp and gettid to the portabilit...
2003-11-11  Alexandre JulliardOnly build both Wine binaries on Linux, pthread support...
2003-11-09  Alexandre JulliardMoved the remaining SYSDEPS_* functions to the wine_pth...
2003-11-06  Alexandre JulliardCreate two separate wine binaries, one using libpthread...
2003-11-06  Alexandre JulliardRe-use the loader directory for the main wine loader...
2003-11-06  Alexandre JulliardMoved loader/module.c to dlls/kernel.
2003-10-14  Dmitry TimoshkovConvert GetBinaryType to unicode.
2003-10-08  Alexandre JulliardLink all remaining files that contain kernel APIs into...
2003-10-02  Alexandre JulliardChanged LdrLoadDll to only search for the dll in the...
2003-10-01  Jon GriffithsDocumentation updates.
2003-09-26  Alexandre JulliardAvoid depending on MODULE_GetBinaryType in load_library...
2003-09-25  Alexandre JulliardMoved loadorder support to dlls/ntdll.
2003-09-19  Alexandre JulliardMoved 32-bit relay and snoop support to dlls/ntdll.
2003-09-19  Alexandre JulliardMoved the 32-bit builtin loader and the remaining bits...
2003-09-18  Alexandre JulliardMoved a couple more functions to dlls/kernel.
2003-09-18  Alexandre JulliardKeep the file handle of 16-bit modules open while the...
2003-09-17  Alexandre JulliardMoved almost all remaining process, thread, fiber and...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-28  Alexandre JulliardStart using the exported TEB structure from winternl...
2003-08-26  Alexandre JulliardMoved a few more functions to dlls/kernel.
2003-08-26  Alexandre JulliardMoved 16-bit relay and snoop support to dlls/kernel.
2003-08-23  Alexandre JulliardMoved 16-bit builtin module handling to dlls/kernel...
2003-08-23  Alexandre JulliardMoved most of the 16-bit task support and NE module...
2003-08-19  Alexandre JulliardRenamed system.dll to system.drv.
2003-08-18  Dmitry TimoshkovWindows ignores values of e_cparhdr and e_crlc of the...
2003-07-21  Pierre d'HerbemontAdd Mach-O (Darwin file format) support.
2003-07-15  Francois GougetSpelling fixes (s/occured/occurred/ and variants).
2003-07-02  Alexandre JulliardAvoid accessing uninitialized variable in TASK_Create...
2003-07-01  Eric Pouech- removed next & prev fields from WINE_MODREF and imple...
2003-05-22  Alexandre JulliardStart to make use of the proper PEB structure for process
2003-05-21  Alexandre JulliardMoved a couple of 16-bit module functions from to loade...
2003-05-20  Alexandre JulliardMoved all process initialisation code to process.c...
2003-05-20  Alexandre JulliardOnly create the 16-bit dummy module when we need really it.
2003-05-16  Alexandre JulliardAvoid using the MapHModule functions.
2003-05-16  Alexandre JulliardCall the user signal proc for exe modules too, to avoid...
2003-05-15  Alexandre JulliardGet rid of the 32-bit user signal proc since we always...
2003-05-14  Alexandre JulliardRewrote module TLS support and moved it to ntdll.
2003-05-08  Alexandre JulliardAdded support for calling the TLS callback functions.
2003-05-07  Alexandre JulliardMoved the EnumResource* functions to the kernel dll...
2003-04-30  Alexandre JulliardMoved most of the kernel resource APIs to dlls/kernel.
2003-04-27  Alexandre JulliardMoved the functionality of starting Win16 and DOS progr...
2003-04-27  Alexandre JulliardSilently ignore 'so' loadorder in the config file inste...
2003-04-05  Alexandre JulliardRewrote most of the import fixup code to avoid doing...
2003-04-05  Alexandre JulliardFetch the exe module directly from the PDB instead...
2003-04-04  Alexandre JulliardMerged PE_InitDLL into MODULE_InitDLL.
2003-03-21  Eric PouechRemoved no longer needed MODREF.find_export field.
2003-03-21  Eric PouechRewrote mapping of module into memory using only NTDLL...
2003-03-20  Alexandre JulliardAdded memcpy_unaligned to libwine_port.
2003-03-20  Eric PouechMoved WINE_MODREF.flags to WINE_MODREF.ldr.Flags, and...
2003-03-20  Eric PouechMove some fields (refCount, tls_index and module) from...
2003-03-20  Eric PouechMoved the module loading/unloading code and the remaini...
2003-03-20  Alexandre JulliardPartially implemented LdrLock/UnlockLoaderLock.
2003-03-18  Alexandre JulliardMake GetModuleFileNameA call GetModuleFileNameW. Small...
2003-03-18  Eric Pouech- added LDR_MODULE structure to WINE_MODREF and made...
2003-03-14  Alexandre JulliardCleaned up load_library_as_datafile().
2003-03-14  Eric Pouech- implementation of LdrLoadDll out of loader/module.c
2003-03-14  Eric Pouech- implementation of LdrUnloadDll out of loader/module.c
2003-03-06  Eric Pouech- implemented LdrGetProcedureAddress and made use of...
2003-03-05  Eric PouechRemoved SO loading type.
2003-03-04  Eric Pouech- added Ldr* information to include/winternl.h
2003-02-28  Alexandre JulliardOnly do the unload_dll server call at the time we actua...
2003-02-26  Alexandre JulliardMoved LDT selector allocation routines to libwine.
2003-02-18  Alexandre JulliardPrint thread ids in traces with only 4 digits now that...
2003-02-17  Alexandre JulliardSet default loadorder to native for dlls that contain...
2003-02-12  Warren BairdIncrease size of insufficiently big stack allocated...
2003-02-11  Rein KlazesIn PE_fixup_imports report "module file not found"...
next