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