Sign in
goma
/
wine
/
cb26d59d2667ffa69b42aeb5b8c3c214c5eab61e
/
loader
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
· 20 years ago
664e410
Added global rules for man pages.
by Alexandre Julliard
· 20 years ago
43c6396
Use int instead of long in interlocked_* functions for 64-bit compatibility.
by Alexandre Julliard
· 20 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
· 21 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
Next »