Spelling fix in the ldt bitfields.
[wine] / loader / pthread.c
2007-08-09  Tijl Coosemansloader: Use thr_self syscall to get thread id on FreeBSD.
2006-12-29  Alexandre Julliardloader: Use the Mach thread port as thread id on Mac OS.
2006-08-11  Alexandre Julliardloader: Exit the whole process when killing the last...
2006-08-07  Tijl Coosemansloader/pthread: Added pthread_attr_get_np support.
2006-07-13  Alexandre Julliardntdll: Make sure to not unmap anything from reserved...
2006-06-23  Alexandre Julliardlibwine: Added entry for sigprocmask in the pthread...
2006-06-23  Alexandre Julliardwine-pthread: Set thread scope to force using kernel...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-02-14  Eric Pouechloader: Added missing attr destroy.
2006-01-24  Alexandre Julliardloader: Detect pthread_get_stackaddr_np returning the...
2005-09-13  Alexandre JulliardAvoid some warnings on 64-bit platforms.
2005-09-03  Alexandre JulliardUse explicit function pointers for pthread support...
2004-07-21  Emmanuel Maillardwine_pthread_init_thread: retrieve the stack info on...
2004-03-30  Alexandre JulliardFixed rounding bug in the stack info calculation when...
2004-02-11  Alexandre JulliardBetter fix for the thread exit race on pthreads.
2004-02-05  Alexandre JulliardRevert the thread exit race fix for now, it doesn't...
2004-02-05  Alexandre JulliardFixed a couple of race conditions in the wine_pthread...
2003-11-12  Alexandre JulliardAdded configure check for pthread_getattr_np.
2003-11-12  Alexandre JulliardAdded sigsetjmp/siglongjmp and gettid to the portabilit...
2003-11-09  Alexandre JulliardMoved the remaining SYSDEPS_* functions to the wine_pth...
2003-11-06  Alexandre JulliardCreate two separate wine binaries, one using libpthread...