server: Report a default DACL for registry keys.
[wine] / loader / preloader.c
2013-02-13  Alexandre Julliardloader: Rename the elf_hash function to avoid conflicts.
2013-02-13  Alexandre Julliardloader: Define our own auxv structure.
2013-01-21  Alexandre Julliardloader: Hardcode Linux syscall numbers.
2011-03-28  Eric Pouechloader: Protect preloader against ELF file without...
2010-12-21  Alexandre Julliardloader: Setup the TLS register on x86-64 for stack...
2010-12-18  Alexandre Julliardloader: Define asm functions instead of inlines for...
2010-12-16  Alexandre Julliardloader: Build the preloader for x86-64.
2010-12-16  Alexandre Julliardloader: Use long instead of int in the preloader for...
2010-12-16  Alexandre Julliardloader: Make sure the new stack is 16-byte aligned...
2010-07-29  Harald Hoyerpreloader: Fix moving of auxiliary values.
2010-05-28  Austin Englishloader: Remove mapat from map_so_lib, where it is unused.
2009-10-07  Alexandre JulliardFix empty function prototypes.
2009-07-01  Alexandre Julliardpreloader: Reserve addresses only up to 0x68000000...
2009-06-25  Alexandre Julliardloader: Reserve some more memory to cover the native...
2009-01-04  Stefan Reimerloader: Fix build with gcc-4.3 and ssp.
2008-11-07  Alexandre Julliardloader: Reserve some space for the virtual heap too.
2008-05-05  Alexandre Julliardpreloader: Silence the warning for the low 64k.
2008-04-14  Alexandre Julliardpreloader: Reserve low memory areas in separate chunks.
2008-04-14  Francois GougetSpelling fix in the ldt bitfields.
2007-03-05  Joris Huizerpreloader: sign-compare fix.
2007-01-11  Alexandre Julliardpreloader: Added printf format checking and fix some...
2007-01-11  Alexandre Julliardpreloader: Remove reserved ranges that we failed to...
2007-01-02  Alexandre Julliardpreloader: Reset both AT_SYSINFO and AT_SYSINFO_EHDR...
2006-11-04  Alexandre Julliardpreloader: Clear %gs again before calling the interpret...
2006-11-03  Alexandre Julliardpreloader: Setup a fake thread-local storage block...
2006-07-31  Alexandre Julliardpreloader: Added support for the new style DT_GNU_HASH...
2006-07-31  Alexandre Julliardpreloader: Fixed type checking in symbol lookup.
2006-07-31  Alexandre Julliardpreloader: Properly use the ELF hash table when looking...
2006-07-24  Alexandre Julliardpreloader: Allocate more space in low memory as well...
2006-07-19  Alexandre Julliardpreloader: Make sure the WINEPRELOADRESERVE area doesn...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-04-12  Alexandre Julliardpreloader: Workaround for broken no-exec protections.
2006-03-31  Alexandre Julliardloader: Hide the preloader from the ps output.
2006-02-06  Eric PouechFixes for missing prototypes warnings.
2006-01-26  Mike McCormackpreloader: Allow compiling the preloader with -fstack...
2005-12-14  Alexandre Julliardpreloader: Reserve some space for the shared user data.
2005-11-23  Alexandre JulliardPreserve 16-byte stack alignment in the various assembly
2005-06-02  Marcus MeissnerElf32_auxv_t.a_un.a_ptr no longer exists in HEAD glibc...
2005-05-06  Francois GougetFix nativeapi.pm so it knows about AC_HEADER_STAT().
2005-04-15  Aaron ArveyAdded __bb_init_func for linking purposes.
2005-03-22  Mike HearnIncrease PE reserve area size to 512Mb.
2005-01-28  Rémi Assaillychar -> const char fixes.
2004-12-02  Peter ChapmanFix up several inline assembler blocks so that they...
2004-09-24  Alexandre JulliardSupport compiling with -fPIC for people who somehow...
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-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-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-28  Alexandre JulliardInitial version of the Wine preloader, used to reserve...