Sign in
goma
/
wine
/
7c785581061119e7467baaefb0ccd3ff584c56c2
/
loader
f3831cf
configure: Rename the 64-bit loader to wine64 and keep wine always for the 32-bit loader.
by Alexandre Julliard
· 15 years ago
32ceee8
loader: Fix French translation of wine manpage.
by Frédéric Delanoy
· 15 years ago
db7928c
manpages: Fix formatting errors.
by Frédéric Delanoy
· 15 years ago
6863290
loader/manpages: Replace all occurrence of bugs.sgml.
by André Hentschel
· 15 years ago
50c6ac8
loader: Rename the 32-bit loader in the build tree too when doing a Wow64 build.
by Alexandre Julliard
· 15 years ago
bef5645
makefiles: Remove the no longer needed explicit separators for dependencies.
by Alexandre Julliard
· 15 years ago
23e9104
loader: Use __asm__ keyword instead of asm.
by Yann Droneaud
· 15 years ago
fa6ffb4
Fix empty function prototypes.
by Alexandre Julliard
· 15 years ago
b1c235d
loader: Build the loader with -D__WINESRC__.
by Alexandre Julliard
· 15 years ago
3e6eab3
configure: Rename the main binary to "wine32" for the Wow64 build.
by Alexandre Julliard
· 16 years ago
9064777
configure: Disable installation of a number of extra files for the Wow64 build.
by Alexandre Julliard
· 16 years ago
4fda657
loader: Get rid of the pthread support routines.
by Alexandre Julliard
· 16 years ago
4d35f3f
preloader: Reserve addresses only up to 0x68000000, that should be enough for ole32.
by Alexandre Julliard
· 16 years ago
1ac7576
ntdll: Disable releasing the address space on Mac OS since dyld doesn't support this.
by Alexandre Julliard
· 16 years ago
8d833ee
loader: Reserve some more memory to cover the native ole32 addresses.
by Alexandre Julliard
· 16 years ago
691bdbd
configure: Rename the shared heap segment to avoid a Mac OS linker bug with 16-char names.
by Alexandre Julliard
· 16 years ago
bfeaad0
loader: Add missing install dependency for extra binaries.
by Alexandre Julliard
· 16 years ago
17c0934
loader: Don't bother checking for pthread.h existence, we require it anyway.
by Alexandre Julliard
· 16 years ago
4aa98e0
include: Get rid of the definitions for the pthread emulation.
by Alexandre Julliard
· 16 years ago
9701da4
loader: Fix installation for platforms that don't use extra binaries.
by Alexandre Julliard
· 16 years ago
f4a19c8
loader: Merge the first and second stage loaders into a single wine binary.
by Alexandre Julliard
· 16 years ago
0e446d5
loader: Get rid of the no longer supported wine-kthread.
by Alexandre Julliard
· 16 years ago
4ccf78f
loader: Start phasing out the LinuxThreads support.
by Alexandre Julliard
· 16 years ago
3dcd128
loader: Fix build with gcc-4.3 and ssp.
by Stefan Reimer
· 16 years ago
0a393d7
loader: Implement setting %gs for amd64.
by Maarten Lankhorst
· 16 years ago
17ab587
loader: Use a hidden function instead of an exported global variable to setup pthread functions.
by Alexandre Julliard
· 16 years ago
912e4d4
loader: Reserve some space for the virtual heap too.
by Alexandre Julliard
· 16 years ago
7f32723
Convert remaining source files to utf-8.
by Alexandre Julliard
· 16 years ago
b3ec2e5
makefiles: Recurse into all directories for install-lib and install-dev too.
by Alexandre Julliard
· 17 years ago
0a2c94e
configure: Add check for valgrind/valgrind.h.
by John Reiser
· 17 years ago
7a4d575
preloader: Silence the warning for the low 64k.
by Alexandre Julliard
· 17 years ago
679aab8
loader: Add stub versions of the pthread functions.
by Alexandre Julliard
· 17 years ago
195ca1e
preloader: Reserve low memory areas in separate chunks.
by Alexandre Julliard
· 17 years ago
d8c41a2
Spelling fix in the ldt bitfields.
by Francois Gouget
· 17 years ago
8505f14
libwine: Export functions that return the Wine version number and build id.
by Alexandre Julliard
· 17 years ago
ff72b54
loader: Updated French man page.
by Jonathan Ernst
· 17 years ago
5e10ef0
loader: Add disabling dlls to wine man page.
by Austin English
· 17 years ago
c3b0add
Spelling fixes in French man pages.
by Alexandre Julliard
· 17 years ago
1c0f2fe
loader: New French man page for wine.
by Jonathan Ernst
· 17 years ago
aff968f
valgrind: Made Wine compliant will latest Valgrind macros (the one removed from 3.3.0 and deprecated since 3.2.0).
by Eric Pouech
· 17 years ago
fab0aee
loader: Added de_DE.UTF-8 translated Wine man page.
by Marco Schuster
· 17 years ago
0bd72d0
wine.man: Added small clarification for AppDB.
by Marco Schuster
· 17 years ago
b7addaa
wine.man: Document OSS environment variables.
by Vitaliy Margolen
· 17 years ago
1b8d9e0
loader: Set the address space limit before starting the preloader.
by Alexandre Julliard
· 18 years ago
9f5c69c
loader: Introduce FreeBSD loader.
by Tijl Coosemans
· 18 years ago
60833da
loader: Use thr_self syscall to get thread id on FreeBSD.
by Tijl Coosemans
· 18 years ago
1f11333
makefiles: Build programs that link against libwine twice with appropriate rpaths.
by Alexandre Julliard
· 18 years ago
cb5dcc6
loader: Replace inline static with static inline.
by Andrew Talbot
· 18 years ago
e1e54d1
preloader: sign-compare fix.
by Joris Huizer
· 18 years ago
d62b5c6
loader: Fix git-describe invocation to work with old git versions.
by Alexandre Julliard
· 18 years ago
092ac1f
preloader: Added printf format checking and fix some formats.
by Alexandre Julliard
· 18 years ago
13029a2
preloader: Remove reserved ranges that we failed to allocate.
by Alexandre Julliard
· 18 years ago
4d9f3df
preloader: Reset both AT_SYSINFO and AT_SYSINFO_EHDR when one of them conflicts.
by Alexandre Julliard
· 18 years ago
150b5dc
loader: Use the Mach thread port as thread id on Mac OS.
by Alexandre Julliard
· 18 years ago
7035aa5
make_makefiles: Generate the top-level .gitignore file.
by Alexandre Julliard
· 18 years ago
959113d
loader: Try to detect glibc 2.3 without NPTL or TLS and print a warning.
by Alexandre Julliard
· 18 years ago
338fc52
kthread: Don't make the stack executable by default.
by Alexandre Julliard
· 18 years ago
06566a5
loader: Use plain binary name of git-describe to avoid junk in version output.
by Saulius Krasuckas
· 18 years ago
5776a72
loader: Update the reported version from the current git HEAD if available.
by Alexandre Julliard
· 18 years ago
bda2832
ntdll: Moved command-line help to the loader binary.
by Alexandre Julliard
· 18 years ago
4c4094e
preloader: Clear %gs again before calling the interpreter entry point.
by Alexandre Julliard
· 18 years ago
a68d293
preloader: Setup a fake thread-local storage block pointed to by %gs.
by Alexandre Julliard
· 18 years ago
181cf8b
loader: Make sure the reserved area is protected on MacOSX too.
by Alexandre Julliard
· 18 years ago
32ab895
makefiles: Generate the dependencies line to avoid some code duplication.
by Alexandre Julliard
· 19 years ago
13a93b4
configure: Set rpath on all executables that link to libwine.
by Alexandre Julliard
· 19 years ago
4e47403
Documentation updates.
by Alexandre Julliard
· 19 years ago
dd0340e
loader/kthread: Remove some unneeded #ifdefs, other platforms use pthread now.
by Alexandre Julliard
· 19 years ago
5da3e55
loader: Exit the whole process when killing the last thread.
by Alexandre Julliard
· 19 years ago
2886e9b
makefiles: Use make dependencies to create installation directories.
by Alexandre Julliard
· 19 years ago
fc8172f
loader/pthread: Added pthread_attr_get_np support.
by Tijl Coosemans
· 19 years ago
30a3866
preloader: Added support for the new style DT_GNU_HASH symbol table.
by Alexandre Julliard
· 19 years ago
51d8482
preloader: Fixed type checking in symbol lookup.
by Alexandre Julliard
· 19 years ago
8aab67d
preloader: Properly use the ELF hash table when looking up a symbol.
by Alexandre Julliard
· 19 years ago
e325efb
preloader: Allocate more space in low memory as well as for top-down allocations.
by Alexandre Julliard
· 19 years ago
875b5db
preloader: Make sure the WINEPRELOADRESERVE area doesn't overlap the low memory area.
by Alexandre Julliard
· 19 years ago
c79cf02
ntdll: Make sure to not unmap anything from reserved areas
by Alexandre Julliard
· 19 years ago
cc2b3b4
Take advantage of the recursive nature of .gitignore for Makefile entries.
by Alexandre Julliard
· 19 years ago
e040e6c
libwine: Added entry for sigprocmask in the pthread functions table.
by Alexandre Julliard
· 19 years ago
c6ad020
wine-pthread: Set thread scope to force using kernel threads on Solaris.
by Alexandre Julliard
· 19 years ago
360a3f9
Update the address of the Free Software Foundation.
by Jonathan Ernst
· 19 years ago
6f38489
loader: Attempt to detect broken vmsplit setups.
by Alexandre Julliard
· 19 years ago
0216c40
preloader: Workaround for broken no-exec protections.
by Alexandre Julliard
· 19 years ago
c20d6c4
loader: Hide the preloader from the ps output.
by Alexandre Julliard
· 19 years ago
1fd32cf
configure: Use --rpath when linking dlls too.
by Alexandre Julliard
· 19 years ago
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
· 20 years ago
Next »