1. fa6ffb4 Fix empty function prototypes. by Alexandre Julliard · 15 years ago
  2. 4d35f3f preloader: Reserve addresses only up to 0x68000000, that should be enough for ole32. by Alexandre Julliard · 16 years ago
  3. 8d833ee loader: Reserve some more memory to cover the native ole32 addresses. by Alexandre Julliard · 16 years ago
  4. 3dcd128 loader: Fix build with gcc-4.3 and ssp. by Stefan Reimer · 16 years ago
  5. 912e4d4 loader: Reserve some space for the virtual heap too. by Alexandre Julliard · 16 years ago
  6. 7a4d575 preloader: Silence the warning for the low 64k. by Alexandre Julliard · 17 years ago
  7. 195ca1e preloader: Reserve low memory areas in separate chunks. by Alexandre Julliard · 17 years ago
  8. d8c41a2 Spelling fix in the ldt bitfields. by Francois Gouget · 17 years ago
  9. e1e54d1 preloader: sign-compare fix. by Joris Huizer · 18 years ago
  10. 092ac1f preloader: Added printf format checking and fix some formats. by Alexandre Julliard · 18 years ago
  11. 13029a2 preloader: Remove reserved ranges that we failed to allocate. by Alexandre Julliard · 18 years ago
  12. 4d9f3df preloader: Reset both AT_SYSINFO and AT_SYSINFO_EHDR when one of them conflicts. by Alexandre Julliard · 18 years ago
  13. 4c4094e preloader: Clear %gs again before calling the interpreter entry point. by Alexandre Julliard · 18 years ago
  14. a68d293 preloader: Setup a fake thread-local storage block pointed to by %gs. by Alexandre Julliard · 18 years ago
  15. 30a3866 preloader: Added support for the new style DT_GNU_HASH symbol table. by Alexandre Julliard · 19 years ago
  16. 51d8482 preloader: Fixed type checking in symbol lookup. by Alexandre Julliard · 19 years ago
  17. 8aab67d preloader: Properly use the ELF hash table when looking up a symbol. by Alexandre Julliard · 19 years ago
  18. e325efb preloader: Allocate more space in low memory as well as for top-down allocations. by Alexandre Julliard · 19 years ago
  19. 875b5db preloader: Make sure the WINEPRELOADRESERVE area doesn't overlap the low memory area. by Alexandre Julliard · 19 years ago
  20. 360a3f9 Update the address of the Free Software Foundation. by Jonathan Ernst · 19 years ago
  21. 0216c40 preloader: Workaround for broken no-exec protections. by Alexandre Julliard · 19 years ago
  22. c20d6c4 loader: Hide the preloader from the ps output. by Alexandre Julliard · 19 years ago
  23. e66e227 Fixes for missing prototypes warnings. by Eric Pouech · 19 years ago
  24. 7cd9a8f preloader: Allow compiling the preloader with -fstack-protector. by Mike McCormack · 19 years ago
  25. 0577113 preloader: Reserve some space for the shared user data. by Alexandre Julliard · 19 years ago
  26. cc01e8f Preserve 16-byte stack alignment in the various assembly by Alexandre Julliard · 19 years ago
  27. 2b6e7da Elf32_auxv_t.a_un.a_ptr no longer exists in HEAD glibc CVS, use a_val. by Marcus Meissner · 20 years ago
  28. 821d4c4 Fix nativeapi.pm so it knows about AC_HEADER_STAT(). by Francois Gouget · 20 years ago
  29. a31a752 Added __bb_init_func for linking purposes. by Aaron Arvey · 20 years ago
  30. fa153c6 Increase PE reserve area size to 512Mb. by Mike Hearn · 20 years ago
  31. 193d527 char -> const char fixes. by Rémi Assailly · 20 years ago
  32. 505dfde Fix up several inline assembler blocks so that they produce correct by Peter Chapman · 20 years ago
  33. e9f2eb5 Support compiling with -fPIC for people who somehow think this is a good idea. by Alexandre Julliard · 21 years ago
  34. 0c8d690 Avoid using strlen. by Alexandre Julliard · 21 years ago
  35. 2113bd4 Define AT_SYSINFO_* if it's missing. by Mike McCormack · 21 years ago
  36. f558741 Remove the AT_SYSINFO and AT_SYSINFO_EHDR values if the sysinfo page by Alexandre Julliard · 21 years ago
  37. bfac60b Do direct Linux system calls in the preloader to avoid trouble with by Alexandre Julliard · 21 years ago
  38. c319392 Add the preloader itself as argv[0] and remove it again before running by Alexandre Julliard · 21 years ago
  39. 9f33a4b Make it possible to add auxiliary values to the existing array; this by Alexandre Julliard · 21 years ago
  40. 92425aa Added support for specifying the PE exe address range through the by Alexandre Julliard · 21 years ago
  41. 6d2099f A few small fixes. by Alexandre Julliard · 21 years ago
  42. b1abca8 Initial version of the Wine preloader, used to reserve memory by Alexandre Julliard · 21 years ago