- 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
- dd0340e loader/kthread: Remove some unneeded #ifdefs, other platforms use pthread now. by Alexandre Julliard · 19 years ago
- c79cf02 ntdll: Make sure to not unmap anything from reserved areas by Alexandre Julliard · 19 years ago
- e040e6c libwine: Added entry for sigprocmask in the pthread functions table. by Alexandre Julliard · 19 years ago
- 360a3f9 Update the address of the Free Software Foundation. by Jonathan Ernst · 19 years ago
- e66e227 Fixes for missing prototypes warnings. by Eric Pouech · 19 years ago
- cfe45cc Get rid of the no longer needed DECL_GLOBAL_CONSTRUCTOR macro. 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
- 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
- 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
- 9bfe0c4 Use wine_dlsym instead of dlsym to avoid the glibc dlerror bug. 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
- ef7087a Added RFTHREAD flag in rfork call. by David Beck · 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[Renamed (90%) from scheduler/pthread.c]
- 8574412 Added wine_pthread_create_thread and wine_pthread_exit_thread to the by Alexandre Julliard · 21 years ago
- ae8ca36 Include <arpa/nameser.h> before <resolv.h>. by Pierre d'Herbemont · 21 years ago
- cf4ca4e Moved the errno functions patching to wine_pthread_init_thread so that by Alexandre Julliard · 21 years ago
- e8bd110 A couple of new functions have been added to the pthread_functions structure. by Alexandre Julliard · 22 years ago
- a613de2 Use #ifdef instead of #if for all feature tests. by Daniel Marmier · 22 years ago
- 1d2eb37 Ignore __pthread_rwlock_unlock call if the pthread functions are not by Alexandre Julliard · 22 years ago
- 3bff2b3 Authors: Juraj Hercek <juraj@syncad.com>, Eric Frias <efrias@syncad.com> by Alexandre Julliard · 22 years ago
- 59b2ad6 Fix build with old libc. by Gabriele Giorgetti · 22 years ago
- dbb2b80 Added ptr___pthread_cond_timedwait in the pthread_functions structure by Alexandre Julliard · 22 years ago
- 80e34db Moved the implementation of the pthread wrappers to dlls/kernel. by Alexandre Julliard · 22 years ago
- 54acf62 Added missing functions for platforms that don't build the pthreads by Alexandre Julliard · 22 years ago
- 03d7998 Moved __errno_location() handling to pthread.c, and added similar by Alexandre Julliard · 22 years ago
- 19b6a49 Allocate DebugInfo field for all critical sections (based on a patch by Alexandre Julliard · 22 years ago
- 97d862c Fixed the pthread wrappers to work with the new glibc/linuxthreads by Alexandre Julliard · 22 years ago
- c962a69 - in kernel32, replaced all {Enter|Leave}CriticalSection calls with by Eric Pouech · 22 years ago
- 6a9cea9 Added --with-nptl configure option and necessary changes to support by Alexandre Julliard · 22 years ago
- 69497b3 Forward-declare struct _pthread_cleanup_buffer, as it is by Gerald Pfeifer · 22 years ago
- e63f4ab Add missing casts related to pthread_t. Tweak comments. by Gerald Pfeifer · 22 years ago
- 6caeb72 Fixed pthreads on FreeBSD (based on patch by Alexandre Julliard). by Patrik Stridvall · 22 years ago
- c19fef4 Fixed strict aliasing issue in __pthread_once and SetWaitableTimer. by Marcus Meissner · 22 years ago
- 26fd740 Avoid reference to glibc internal __libc_fork function. by Alexandre Julliard · 22 years ago
- 9c1de6d Moved all the content of the DDK files ntdef.h and ntddk.h to winternl.h. by Patrik Stridvall · 23 years ago
- d016f81 Added include protection for unistd.h and sys/time.h. by Patrik Stridvall · 23 years ago
- 65c6d38 Replace all uses of PREFIX and @function by the __ASM_NAME and by Alexandre Julliard · 23 years ago
- 9a62491 Removed trailing whitespace. by Vincent Béron · 23 years ago
- 5769d1d Better support for configure detection of missing types, added check by Alexandre Julliard · 23 years ago
- 417296c Implement OpenThread() winapi call. Implement a few pthreads functions. by Chris Morgan · 23 years ago
- 0799c1a Added LGPL standard comment, and copyright notices where necessary. by Alexandre Julliard · 23 years ago
- 31b8b64 Implemented pthread_rwlock stubs. by Jukka Heinonen · 23 years ago
- 9cef2d0 - fix wrong hexadecimal GetLastError() output by Andreas Mohr · 23 years ago
- de70b83 Silence the pthread_kill_other_threads_np FIXME. by Alexandre Julliard · 23 years ago
- 7a60dd0 Prevent calling null functions. by Bill Medland · 24 years ago
- 301df6b Added names to standard critical sections (suggested by Andreas Mohr). by Alexandre Julliard · 24 years ago
- e994d50 Added Interlocked*Pointer functions. Fixed InterlockedCompareExchange prototype. by Alexandre Julliard · 24 years ago
- f46eb1d Added some inclusions of string.h where necessary. by Jeff Garzik · 24 years ago
- 505cf39 Moved PTHREAD_init_done out of the #ifdef. by Alexandre Julliard · 24 years ago
- 7f187e5 Only create the system heap when we actually need it. by Alexandre Julliard · 24 years ago
- ccc538b Unix98 pthread_rwlock* stubs for glibc2.2 compatibility. by Ove Kaaven · 24 years ago
- 8d1462b pthread_atfork: don't call critical section functions before by Alexandre Julliard · 24 years ago
- d293731 Fixed jump_alias for non-PIC, and disabled it for PIC, since it by Ove Kaaven · 25 years ago
- 95a4332 Added atfork support. by Alexandre Julliard · 25 years ago
- f61d7e0 Enhanced libc's pthread configuration detection. by Eric Pouech · 25 years ago
- 47d72ff Made pthread_kill_other_threads_np and pthread_atfork fixmes less obtrusive. by Ove Kaaven · 25 years ago
- 1f9b4b0 Removed init_sect. Use Interlocked* functions instead. by Ove Kaaven · 25 years ago
- 1abdb6f Override fork(). by Ove Kaaven · 25 years ago
- 166209a Added some more pthread overrides. by Ove Kaaven · 25 years ago
- f19f07d POSIX threads emulation, tricks glibc into being threadsafe. by Ove Kaaven · 25 years ago