loader: Updated French man page.
[wine] / loader / kthread.c
2007-12-24  Eric Pouechvalgrind: Made Wine compliant will latest Valgrind...
2007-03-27  Andrew Talbotloader: Replace inline static with static inline.
2006-12-20  Alexandre Julliardloader: Try to detect glibc 2.3 without NPTL or TLS...
2006-12-05  Alexandre Julliardkthread: Don't make the stack executable by default.
2006-08-15  Alexandre Julliardloader/kthread: Remove some unneeded #ifdefs, other...
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-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-02-06  Eric PouechFixes for missing prototypes warnings.
2006-01-14  Alexandre JulliardGet rid of the no longer needed DECL_GLOBAL_CONSTRUCTOR...
2005-09-26  Alexandre JulliardUse int instead of long in interlocked_* functions...
2005-09-13  Alexandre JulliardAvoid some warnings on 64-bit platforms.
2005-09-03  Alexandre JulliardUse explicit function pointers for pthread support...
2004-12-02  Peter ChapmanFix up several inline assembler blocks so that they...
2004-10-19  Hans LeidekkerProtect use of pthread functions with #ifdef HAVE_PTHRE...
2004-10-18  Alexandre JulliardRestore lost chunk of previous patch.
2004-10-18  Vincent BéronAdd some more Alpha asm code and Alpha-specific parts.
2004-10-18  Vincent BéronFix the declaration of pthread_mutexattr_gettype().
2004-06-24  Alexandre JulliardUse wine_dlsym instead of dlsym to avoid the glibc...
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-12-30  David BeckAdded RFTHREAD flag in rfork call.
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...