1. 5ed5901 configure: Use --rpath if supported when building binaries to point to by Alexandre Julliard · 19 years ago
  2. 2663917 configure: Default to building wine-pthread on non-x86 platforms. by Alexandre Julliard · 19 years ago
  3. 9dffd13 libwine: Try the current load path in priority before the by Alexandre Julliard · 19 years ago
  4. aaae660 loader: Reserve memory area on Darwin (based on Steve Zellers patch). by Emmanuel Maillard · 19 years ago
  5. 5392844 Add support for 'make install DESTDIR'. by Mike Frysinger · 19 years ago
  6. 4642e1e loader: Added missing attr destroy. by Eric Pouech · 19 years ago
  7. e66e227 Fixes for missing prototypes warnings. by Eric Pouech · 19 years ago
  8. 7cd9a8f preloader: Allow compiling the preloader with -fstack-protector. by Mike McCormack · 19 years ago
  9. 538cd17 loader: Detect pthread_get_stackaddr_np returning the top of the stack by Alexandre Julliard · 19 years ago
  10. cfe45cc Get rid of the no longer needed DECL_GLOBAL_CONSTRUCTOR macro. by Alexandre Julliard · 19 years ago
  11. 0577113 preloader: Reserve some space for the shared user data. by Alexandre Julliard · 19 years ago
  12. 0ec7e1a Renamed all .cvsignore files to .gitignore. by Alexandre Julliard · 19 years ago
  13. cc01e8f Preserve 16-byte stack alignment in the various assembly by Alexandre Julliard · 19 years ago
  14. 12a7499 Put Wine version information in all the man pages. by Alexandre Julliard · 19 years ago
  15. 664e410 Added global rules for man pages. by Alexandre Julliard · 19 years ago
  16. 43c6396 Use int instead of long in interlocked_* functions for 64-bit compatibility. by Alexandre Julliard · 19 years ago
  17. 7e4c88c Avoid some warnings on 64-bit platforms. by Alexandre Julliard · 20 years ago
  18. 883d3c5 Use explicit function pointers for pthread support instead of relying by Alexandre Julliard · 20 years ago
  19. 5729f58 Move the loader a bit higher in memory to leave more space for ntdll by Alexandre Julliard · 20 years ago
  20. 8dd4ee7 Moved the wine manpage to the loader/ directory. by Alexandre Julliard · 20 years ago
  21. 2b6e7da Elf32_auxv_t.a_un.a_ptr no longer exists in HEAD glibc CVS, use a_val. by Marcus Meissner · 20 years ago
  22. 821d4c4 Fix nativeapi.pm so it knows about AC_HEADER_STAT(). by Francois Gouget · 20 years ago
  23. a31a752 Added __bb_init_func for linking purposes. by Aaron Arvey · 20 years ago
  24. fa153c6 Increase PE reserve area size to 512Mb. by Mike Hearn · 20 years ago
  25. 193d527 char -> const char fixes. by Rémi Assailly · 20 years ago
  26. 505dfde Fix up several inline assembler blocks so that they produce correct by Peter Chapman · 20 years ago
  27. cbaa545 Protect use of pthread functions with #ifdef HAVE_PTHREAD_H. by Hans Leidekker · 20 years ago
  28. ce0e8f2 Restore lost chunk of previous patch. by Alexandre Julliard · 20 years ago
  29. 2c1b35d Add some more Alpha asm code and Alpha-specific parts. by Vincent Béron · 20 years ago
  30. d17c162 Fix the declaration of pthread_mutexattr_gettype(). by Vincent Béron · 20 years ago
  31. e9f2eb5 Support compiling with -fPIC for people who somehow think this is a good idea. by Alexandre Julliard · 20 years ago
  32. 06233cf Avoid some non-portable makefile constructs. by Alexandre Julliard · 21 years ago
  33. d110e1f wine_pthread_init_thread: retrieve the stack info on Darwin. by Emmanuel Maillard · 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. 9bfe0c4 Use wine_dlsym instead of dlsym to avoid the glibc dlerror bug. by Alexandre Julliard · 21 years ago
  38. bfac60b Do direct Linux system calls in the preloader to avoid trouble with by Alexandre Julliard · 21 years ago
  39. c319392 Add the preloader itself as argv[0] and remove it again before running by Alexandre Julliard · 21 years ago
  40. 497709b Assorted spelling and case fixes. by Francois Gouget · 21 years ago
  41. 9af2bd4 Yet another fix for the MacOS X environ brain damage. by Alexandre Julliard · 21 years ago
  42. 9f33a4b Make it possible to add auxiliary values to the existing array; this by Alexandre Julliard · 21 years ago
  43. 92425aa Added support for specifying the PE exe address range through the by Alexandre Julliard · 21 years ago
  44. 6d2099f A few small fixes. by Alexandre Julliard · 21 years ago
  45. 910234e Pass the environ variable from main to try to avoid Darwin's by Alexandre Julliard · 21 years ago
  46. b1abca8 Initial version of the Wine preloader, used to reserve memory by Alexandre Julliard · 21 years ago
  47. 94d74b5 Added support for managing reserved memory areas in libwine and ntdll. by Alexandre Julliard · 21 years ago
  48. b64c627 Fixed rounding bug in the stack info calculation when we don't have by Alexandre Julliard · 21 years ago
  49. ede82e3 Fixed some issues found by winapi_check. by Patrik Stridvall · 21 years ago
  50. a4d1826 Better fix for the thread exit race on pthreads. by Alexandre Julliard · 21 years ago
  51. 9591679 Don't depend on the name of the main binary, always load by Alexandre Julliard · 21 years ago
  52. 163396b Revert the thread exit race fix for now, it doesn't work right on pthreads. by Alexandre Julliard · 21 years ago
  53. 4fac95d Fixed a couple of race conditions in the wine_pthread routines at by Alexandre Julliard · 21 years ago
  54. f223b8f Disable the exec shield workaround for now, it's causing too much trouble. by Alexandre Julliard · 21 years ago
  55. ef7087a Added RFTHREAD flag in rfork call. by David Beck · 21 years ago
  56. c6d44be Create a huge array in bss to reserve the memory area we need for PE by Alexandre Julliard · 21 years ago
  57. 821ab86 Added configure check for pthread_getattr_np. by Alexandre Julliard · 21 years ago
  58. a628c13 Added a wine-glibc binary that detects the glibc threading in use and by Alexandre Julliard · 21 years ago
  59. b2d937d Added sigsetjmp/siglongjmp and gettid to the portability library. by Alexandre Julliard · 21 years ago
  60. 546839f Only build both Wine binaries on Linux, pthread support doesn't work by Alexandre Julliard · 21 years ago
  61. 50fba7f Moved the remaining SYSDEPS_* functions to the wine_pthread interface. by Alexandre Julliard · 21 years ago
  62. f45325e Create two separate wine binaries, one using libpthread and one using by Alexandre Julliard · 21 years ago
  63. 357c740 Re-use the loader directory for the main wine loader, and get rid of by Alexandre Julliard · 21 years ago[Renamed from miscemu]
  64. 88136f2 Link the main binary against libpthread for NPTL builds. by Alexandre Julliard · 21 years ago
  65. 08a64e6 Moved the pthread emulation into the main binary so that we don't need by Alexandre Julliard · 21 years ago
  66. 2989895 Warning fix. by Alexandre Julliard · 22 years ago
  67. 02d5e1f Added dependency on libntdll to make sure that everything links properly. by Alexandre Julliard · 22 years ago
  68. ffc198b We still need to link against ntdll until the pthread stuff is fixed properly. by Alexandre Julliard · 22 years ago
  69. fedc411 Moved the functionality of starting Win16 and DOS programs from the by Alexandre Julliard · 22 years ago
  70. 2e12d33 Removed no longer needed uses of LDPATH. by Alexandre Julliard · 22 years ago
  71. 4d52d37 If supported, relocate the main wine binary to a higher address to by Alexandre Julliard · 22 years ago
  72. e048ada List 16-bit spec files explicitly to avoid problems with some versions of make. by Alexandre Julliard · 22 years ago
  73. 9e4fc4c Converted winebuild option parsing to use getopt_long. Added a number by Alexandre Julliard · 22 years ago
  74. 6a9fe36 Created a separate static portability library and moved some of the by Alexandre Julliard · 22 years ago
  75. f8bac62 Do not define __WINESRC__ when building tools and miscemu. by Alexandre Julliard · 22 years ago
  76. 8b36681 Rename __WINE__ to __WINESRC__. by Dimitrie O. Paun · 22 years ago
  77. 910851a Added winebuild -e option to specify the entry point and removed the by Alexandre Julliard · 22 years ago
  78. e29345c Added a GNU C implementation of some of the DECLSPEC_ macros and used by Patrik Stridvall · 22 years ago
  79. a1d8967 Moved mode setting out of .spec file into Makefile. by Dimitrie O. Paun · 23 years ago
  80. 77afd6c Made some more spec file entries optional or unnecessary. by Alexandre Julliard · 23 years ago
  81. 9a62491 Removed trailing whitespace. by Vincent Béron · 23 years ago
  82. 3536316 New loading scheme for Winelib apps, makes them behave like builtin by Alexandre Julliard · 23 years ago
  83. ad53383 Added winebuild support for generating a .dbg.c file containing the by Alexandre Julliard · 23 years ago
  84. 67371bc Added -res option to specify resources on winebuild command-line. by Alexandre Julliard · 23 years ago
  85. 3245991 Moved imports specification from the .spec into the Makefile so that by Alexandre Julliard · 23 years ago
  86. 0799c1a Added LGPL standard comment, and copyright notices where necessary. by Alexandre Julliard · 23 years ago
  87. 8cd55d0 Moved most of the real-mode stuff to dlls/winedos. by Alexandre Julliard · 23 years ago
  88. 3f089a1 mmsystem.dll should be automatically loaded for 16-bit apps. by Joshua Thielen · 23 years ago
  89. 627c907 Don't load user32 too early on for 16-bit apps, so that app-specific by Alexandre Julliard · 24 years ago
  90. ea2a9a8 Removed a few Callout functions by doing a GetProcAddress at the time by Alexandre Julliard · 24 years ago
  91. 105b0f4 Use the exe name and file handle we got from the server also when by Alexandre Julliard · 24 years ago
  92. e5557b3 Separated the MZ loader and core DOS VM into dlls/winedos. by Ove Kaaven · 24 years ago
  93. 909eff9 Added support for Unicode applications in winebuild. by Alexandre Julliard · 24 years ago
  94. becb9a3 Moved all Wine internal definitions out of process.h. by Alexandre Julliard · 24 years ago
  95. 4e951ea Check all Callouts function pointers for NULL before using them. by Alexandre Julliard · 24 years ago
  96. e087508 Moved builtin dll registration to libwine. by Alexandre Julliard · 24 years ago
  97. 1a3f705 Added import of ntdll. by Alexandre Julliard · 24 years ago
  98. 15bfcd0 Moved $(MODULE).o rule out of Make.rules into the individual Makefiles. by Alexandre Julliard · 24 years ago
  99. c585a50 Changed the Win32 dll descriptor to be in IMAGE_NT_HEADERS format. by Alexandre Julliard · 24 years ago
  100. c192ba2 Exec a separate wine binary for every win32 process so that they run by Alexandre Julliard · 25 years ago