John Reiser
|
0a2c94e823
|
configure: Add check for valgrind/valgrind.h.
|
2008-07-25 11:43:50 +02:00 |
Eric Pouech
|
aff968fb47
|
valgrind: Made Wine compliant will latest Valgrind macros (the one removed from 3.3.0 and deprecated since 3.2.0).
|
2007-12-24 13:30:39 +01:00 |
Andrew Talbot
|
cb5dcc68f8
|
loader: Replace inline static with static inline.
|
2007-03-27 12:38:15 +02:00 |
Alexandre Julliard
|
959113d270
|
loader: Try to detect glibc 2.3 without NPTL or TLS and print a warning.
|
2006-12-20 17:03:23 +01:00 |
Alexandre Julliard
|
338fc52491
|
kthread: Don't make the stack executable by default.
|
2006-12-05 15:42:53 +01:00 |
Alexandre Julliard
|
dd0340ef0a
|
loader/kthread: Remove some unneeded #ifdefs, other platforms use pthread now.
|
2006-08-15 12:57:25 +02:00 |
Alexandre Julliard
|
c79cf02fae
|
ntdll: Make sure to not unmap anything from reserved areas
when using NtFreeVirtualMemory with the MEM_SYSTEM flag.
|
2006-07-13 20:47:07 +02:00 |
Alexandre Julliard
|
e040e6c4f8
|
libwine: Added entry for sigprocmask in the pthread functions table.
|
2006-06-23 12:27:45 +02:00 |
Jonathan Ernst
|
360a3f9142
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
Eric Pouech
|
e66e227dbe
|
Fixes for missing prototypes warnings.
|
2006-02-06 13:13:28 +01:00 |
Alexandre Julliard
|
cfe45cc130
|
Get rid of the no longer needed DECL_GLOBAL_CONSTRUCTOR macro.
|
2006-01-14 17:08:52 +01:00 |
Alexandre Julliard
|
43c6396e94
|
Use int instead of long in interlocked_* functions for 64-bit
compatibility.
|
2005-09-26 13:51:58 +00:00 |
Alexandre Julliard
|
7e4c88c6d9
|
Avoid some warnings on 64-bit platforms.
|
2005-09-13 11:07:14 +00:00 |
Alexandre Julliard
|
883d3c52d3
|
Use explicit function pointers for pthread support instead of relying
on ELF symbol overriding.
|
2005-09-03 15:11:29 +00:00 |
Peter Chapman
|
505dfdefb5
|
Fix up several inline assembler blocks so that they produce correct
code with the -fomit-frame-pointer gcc flag.
|
2004-12-02 18:19:25 +00:00 |
Hans Leidekker
|
cbaa545fff
|
Protect use of pthread functions with #ifdef HAVE_PTHREAD_H.
|
2004-10-19 03:57:05 +00:00 |
Alexandre Julliard
|
ce0e8f2998
|
Restore lost chunk of previous patch.
|
2004-10-18 21:43:50 +00:00 |
Vincent Béron
|
2c1b35dd17
|
Add some more Alpha asm code and Alpha-specific parts.
|
2004-10-18 21:27:52 +00:00 |
Vincent Béron
|
d17c162c4c
|
Fix the declaration of pthread_mutexattr_gettype().
|
2004-10-18 19:33:16 +00:00 |
Alexandre Julliard
|
9bfe0c4ec4
|
Use wine_dlsym instead of dlsym to avoid the glibc dlerror bug.
Call dlsym with RTLD_DEFAULT for symbols that we don't redefine to
work around another glibc bug.
|
2004-06-24 04:07:22 +00:00 |
Alexandre Julliard
|
163396b955
|
Revert the thread exit race fix for now, it doesn't work right on
pthreads.
|
2004-02-05 17:45:31 +00:00 |
Alexandre Julliard
|
4fac95df3d
|
Fixed a couple of race conditions in the wine_pthread routines at
thread startup and exit.
|
2004-02-05 02:01:35 +00:00 |
David Beck
|
ef7087a5ee
|
Added RFTHREAD flag in rfork call.
|
2003-12-30 21:53:32 +00:00 |
Alexandre Julliard
|
50fba7ffec
|
Moved the remaining SYSDEPS_* functions to the wine_pthread interface.
Let the pthread library allocate the stack itself.
|
2003-11-09 01:25:23 +00:00 |
Alexandre Julliard
|
f45325e443
|
Create two separate wine binaries, one using libpthread and one using
kernel threading directly.
Get rid of the remaining HAVE_NPTL ifdefs.
Remove the scheduler directory.
|
2003-11-06 23:05:41 +00:00 |