1. d62b5c6 loader: Fix git-describe invocation to work with old git versions. by Alexandre Julliard · 18 years ago
  2. 092ac1f preloader: Added printf format checking and fix some formats. by Alexandre Julliard · 18 years ago
  3. 13029a2 preloader: Remove reserved ranges that we failed to allocate. by Alexandre Julliard · 18 years ago
  4. 4d9f3df preloader: Reset both AT_SYSINFO and AT_SYSINFO_EHDR when one of them conflicts. by Alexandre Julliard · 18 years ago
  5. 150b5dc loader: Use the Mach thread port as thread id on Mac OS. by Alexandre Julliard · 18 years ago
  6. 7035aa5 make_makefiles: Generate the top-level .gitignore file. by Alexandre Julliard · 18 years ago
  7. 959113d loader: Try to detect glibc 2.3 without NPTL or TLS and print a warning. by Alexandre Julliard · 18 years ago
  8. 338fc52 kthread: Don't make the stack executable by default. by Alexandre Julliard · 18 years ago
  9. 06566a5 loader: Use plain binary name of git-describe to avoid junk in version output. by Saulius Krasuckas · 18 years ago
  10. 5776a72 loader: Update the reported version from the current git HEAD if available. by Alexandre Julliard · 18 years ago
  11. bda2832 ntdll: Moved command-line help to the loader binary. by Alexandre Julliard · 18 years ago
  12. 4c4094e preloader: Clear %gs again before calling the interpreter entry point. by Alexandre Julliard · 18 years ago
  13. a68d293 preloader: Setup a fake thread-local storage block pointed to by %gs. by Alexandre Julliard · 18 years ago
  14. 181cf8b loader: Make sure the reserved area is protected on MacOSX too. by Alexandre Julliard · 18 years ago
  15. 32ab895 makefiles: Generate the dependencies line to avoid some code duplication. by Alexandre Julliard · 19 years ago
  16. 13a93b4 configure: Set rpath on all executables that link to libwine. by Alexandre Julliard · 19 years ago
  17. 4e47403 Documentation updates. by Alexandre Julliard · 19 years ago
  18. dd0340e loader/kthread: Remove some unneeded #ifdefs, other platforms use pthread now. by Alexandre Julliard · 19 years ago
  19. 5da3e55 loader: Exit the whole process when killing the last thread. by Alexandre Julliard · 19 years ago
  20. 2886e9b makefiles: Use make dependencies to create installation directories. by Alexandre Julliard · 19 years ago
  21. fc8172f loader/pthread: Added pthread_attr_get_np support. by Tijl Coosemans · 19 years ago
  22. 30a3866 preloader: Added support for the new style DT_GNU_HASH symbol table. by Alexandre Julliard · 19 years ago
  23. 51d8482 preloader: Fixed type checking in symbol lookup. by Alexandre Julliard · 19 years ago
  24. 8aab67d preloader: Properly use the ELF hash table when looking up a symbol. by Alexandre Julliard · 19 years ago
  25. e325efb preloader: Allocate more space in low memory as well as for top-down allocations. by Alexandre Julliard · 19 years ago
  26. 875b5db preloader: Make sure the WINEPRELOADRESERVE area doesn't overlap the low memory area. by Alexandre Julliard · 19 years ago
  27. c79cf02 ntdll: Make sure to not unmap anything from reserved areas by Alexandre Julliard · 19 years ago
  28. cc2b3b4 Take advantage of the recursive nature of .gitignore for Makefile entries. by Alexandre Julliard · 19 years ago
  29. e040e6c libwine: Added entry for sigprocmask in the pthread functions table. by Alexandre Julliard · 19 years ago
  30. c6ad020 wine-pthread: Set thread scope to force using kernel threads on Solaris. by Alexandre Julliard · 19 years ago
  31. 360a3f9 Update the address of the Free Software Foundation. by Jonathan Ernst · 19 years ago
  32. 6f38489 loader: Attempt to detect broken vmsplit setups. by Alexandre Julliard · 19 years ago
  33. 0216c40 preloader: Workaround for broken no-exec protections. by Alexandre Julliard · 19 years ago
  34. c20d6c4 loader: Hide the preloader from the ps output. by Alexandre Julliard · 19 years ago
  35. 1fd32cf configure: Use --rpath when linking dlls too. by Alexandre Julliard · 19 years ago
  36. 5ed5901 configure: Use --rpath if supported when building binaries to point to by Alexandre Julliard · 19 years ago
  37. 2663917 configure: Default to building wine-pthread on non-x86 platforms. by Alexandre Julliard · 19 years ago
  38. 9dffd13 libwine: Try the current load path in priority before the by Alexandre Julliard · 19 years ago
  39. aaae660 loader: Reserve memory area on Darwin (based on Steve Zellers patch). by Emmanuel Maillard · 19 years ago
  40. 5392844 Add support for 'make install DESTDIR'. by Mike Frysinger · 19 years ago
  41. 4642e1e loader: Added missing attr destroy. by Eric Pouech · 19 years ago
  42. e66e227 Fixes for missing prototypes warnings. by Eric Pouech · 19 years ago
  43. 7cd9a8f preloader: Allow compiling the preloader with -fstack-protector. by Mike McCormack · 19 years ago
  44. 538cd17 loader: Detect pthread_get_stackaddr_np returning the top of the stack by Alexandre Julliard · 19 years ago
  45. cfe45cc Get rid of the no longer needed DECL_GLOBAL_CONSTRUCTOR macro. by Alexandre Julliard · 19 years ago
  46. 0577113 preloader: Reserve some space for the shared user data. by Alexandre Julliard · 19 years ago
  47. 0ec7e1a Renamed all .cvsignore files to .gitignore. by Alexandre Julliard · 19 years ago
  48. cc01e8f Preserve 16-byte stack alignment in the various assembly by Alexandre Julliard · 19 years ago
  49. 12a7499 Put Wine version information in all the man pages. by Alexandre Julliard · 20 years ago
  50. 664e410 Added global rules for man pages. by Alexandre Julliard · 20 years ago
  51. 43c6396 Use int instead of long in interlocked_* functions for 64-bit compatibility. by Alexandre Julliard · 20 years ago
  52. 7e4c88c Avoid some warnings on 64-bit platforms. by Alexandre Julliard · 20 years ago
  53. 883d3c5 Use explicit function pointers for pthread support instead of relying by Alexandre Julliard · 20 years ago
  54. 5729f58 Move the loader a bit higher in memory to leave more space for ntdll by Alexandre Julliard · 20 years ago
  55. 8dd4ee7 Moved the wine manpage to the loader/ directory. by Alexandre Julliard · 20 years ago
  56. 2b6e7da Elf32_auxv_t.a_un.a_ptr no longer exists in HEAD glibc CVS, use a_val. by Marcus Meissner · 20 years ago
  57. 821d4c4 Fix nativeapi.pm so it knows about AC_HEADER_STAT(). by Francois Gouget · 20 years ago
  58. a31a752 Added __bb_init_func for linking purposes. by Aaron Arvey · 20 years ago
  59. fa153c6 Increase PE reserve area size to 512Mb. by Mike Hearn · 20 years ago
  60. 193d527 char -> const char fixes. by Rémi Assailly · 20 years ago
  61. 505dfde Fix up several inline assembler blocks so that they produce correct by Peter Chapman · 20 years ago
  62. cbaa545 Protect use of pthread functions with #ifdef HAVE_PTHREAD_H. by Hans Leidekker · 20 years ago
  63. ce0e8f2 Restore lost chunk of previous patch. by Alexandre Julliard · 20 years ago
  64. 2c1b35d Add some more Alpha asm code and Alpha-specific parts. by Vincent Béron · 20 years ago
  65. d17c162 Fix the declaration of pthread_mutexattr_gettype(). by Vincent Béron · 20 years ago
  66. e9f2eb5 Support compiling with -fPIC for people who somehow think this is a good idea. by Alexandre Julliard · 21 years ago
  67. 06233cf Avoid some non-portable makefile constructs. by Alexandre Julliard · 21 years ago
  68. d110e1f wine_pthread_init_thread: retrieve the stack info on Darwin. by Emmanuel Maillard · 21 years ago
  69. 0c8d690 Avoid using strlen. by Alexandre Julliard · 21 years ago
  70. 2113bd4 Define AT_SYSINFO_* if it's missing. by Mike McCormack · 21 years ago
  71. f558741 Remove the AT_SYSINFO and AT_SYSINFO_EHDR values if the sysinfo page by Alexandre Julliard · 21 years ago
  72. 9bfe0c4 Use wine_dlsym instead of dlsym to avoid the glibc dlerror bug. by Alexandre Julliard · 21 years ago
  73. bfac60b Do direct Linux system calls in the preloader to avoid trouble with by Alexandre Julliard · 21 years ago
  74. c319392 Add the preloader itself as argv[0] and remove it again before running by Alexandre Julliard · 21 years ago
  75. 497709b Assorted spelling and case fixes. by Francois Gouget · 21 years ago
  76. 9af2bd4 Yet another fix for the MacOS X environ brain damage. by Alexandre Julliard · 21 years ago
  77. 9f33a4b Make it possible to add auxiliary values to the existing array; this by Alexandre Julliard · 21 years ago
  78. 92425aa Added support for specifying the PE exe address range through the by Alexandre Julliard · 21 years ago
  79. 6d2099f A few small fixes. by Alexandre Julliard · 21 years ago
  80. 910234e Pass the environ variable from main to try to avoid Darwin's by Alexandre Julliard · 21 years ago
  81. b1abca8 Initial version of the Wine preloader, used to reserve memory by Alexandre Julliard · 21 years ago
  82. 94d74b5 Added support for managing reserved memory areas in libwine and ntdll. by Alexandre Julliard · 21 years ago
  83. b64c627 Fixed rounding bug in the stack info calculation when we don't have by Alexandre Julliard · 21 years ago
  84. ede82e3 Fixed some issues found by winapi_check. by Patrik Stridvall · 21 years ago
  85. a4d1826 Better fix for the thread exit race on pthreads. by Alexandre Julliard · 21 years ago
  86. 9591679 Don't depend on the name of the main binary, always load by Alexandre Julliard · 21 years ago
  87. 163396b Revert the thread exit race fix for now, it doesn't work right on pthreads. by Alexandre Julliard · 21 years ago
  88. 4fac95d Fixed a couple of race conditions in the wine_pthread routines at by Alexandre Julliard · 21 years ago
  89. f223b8f Disable the exec shield workaround for now, it's causing too much trouble. by Alexandre Julliard · 21 years ago
  90. ef7087a Added RFTHREAD flag in rfork call. by David Beck · 21 years ago
  91. c6d44be Create a huge array in bss to reserve the memory area we need for PE by Alexandre Julliard · 21 years ago
  92. 821ab86 Added configure check for pthread_getattr_np. by Alexandre Julliard · 21 years ago
  93. a628c13 Added a wine-glibc binary that detects the glibc threading in use and by Alexandre Julliard · 21 years ago
  94. b2d937d Added sigsetjmp/siglongjmp and gettid to the portability library. by Alexandre Julliard · 21 years ago
  95. 546839f Only build both Wine binaries on Linux, pthread support doesn't work by Alexandre Julliard · 21 years ago
  96. 50fba7f Moved the remaining SYSDEPS_* functions to the wine_pthread interface. by Alexandre Julliard · 21 years ago
  97. f45325e Create two separate wine binaries, one using libpthread and one using by Alexandre Julliard · 21 years ago
  98. 357c740 Re-use the loader directory for the main wine loader, and get rid of by Alexandre Julliard · 21 years ago[Renamed from miscemu]
  99. 88136f2 Link the main binary against libpthread for NPTL builds. by Alexandre Julliard · 21 years ago
  100. 08a64e6 Moved the pthread emulation into the main binary so that we don't need by Alexandre Julliard · 21 years ago