Added hack to patch the glibc errno_location to jump to our function,
[wine] / scheduler / pthread.c
2003-04-03  Alexandre JulliardAdded --with-nptl configure option and necessary change...
2003-03-21  Gerald PfeiferForward-declare struct _pthread_cleanup_buffer, as...
2003-01-30  Gerald PfeiferAdd missing casts related to pthread_t. Tweak comments.
2002-11-25  Patrik StridvallFixed pthreads on FreeBSD (based on patch by Alexandre...
2002-11-18  Marcus MeissnerFixed strict aliasing issue in __pthread_once and SetWa...
2002-10-22  Alexandre JulliardAvoid reference to glibc internal __libc_fork function.
2002-09-12  Patrik StridvallMoved all the content of the DDK files ntdef.h and...
2002-08-17  Patrik StridvallAdded include protection for unistd.h and sys/time.h.
2002-07-22  Alexandre JulliardReplace all uses of PREFIX and @function by the __ASM_N...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-04-26  Alexandre JulliardBetter support for configure detection of missing types...
2002-04-02  Chris MorganImplement OpenThread() winapi call.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-12-11  Jukka HeinonenImplemented pthread_rwlock stubs.
2001-11-19  Andreas Mohr- fix wrong hexadecimal GetLastError() output
2001-10-09  Alexandre JulliardSilence the pthread_kill_other_threads_np FIXME.
2001-09-26  Bill MedlandPrevent calling null functions.
2001-08-16  Alexandre JulliardAdded names to standard critical sections (suggested...
2001-08-09  Alexandre JulliardAdded Interlocked*Pointer functions.
2001-03-21  Jeff GarzikAdded some inclusions of string.h where necessary.
2001-02-27  Alexandre JulliardMoved PTHREAD_init_done out of the #ifdef.
2001-02-23  Alexandre JulliardOnly create the system heap when we actually need it.
2000-11-13  Ove KaavenUnix98 pthread_rwlock* stubs for glibc2.2 compatibility.
2000-11-07  Alexandre Julliardpthread_atfork: don't call critical section functions...
2000-05-09  Ove KaavenFixed jump_alias for non-PIC, and disabled it for PIC...
2000-05-01  Alexandre JulliardAdded atfork support.
2000-04-29  Eric PouechEnhanced libc's pthread configuration detection.
2000-04-29  Ove KaavenMade pthread_kill_other_threads_np and pthread_atfork...
2000-04-28  Ove KaavenRemoved init_sect. Use Interlocked* functions instead.
2000-04-28  Ove KaavenOverride fork().
2000-04-23  Ove KaavenAdded some more pthread overrides.
2000-04-14  Ove KaavenPOSIX threads emulation, tricks glibc into being thread...