Do not use the PEB lock as loader lock, use a separate critical
[wine] / scheduler / pthread.c
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...