d3dx9_36: Add support for DIB file in D3DXGetImageInfoFromFileInMemory.
[wine] / dlls / ntdll / critsection.c
2013-01-21  Alexandre Julliardntdll: Use the __NR_ names for Linux system calls.
2011-08-04  Maarten Lankhorstntdll: Use FUTEX_PRIVATE_FLAG for critical section...
2010-12-27  Alexandre Julliardntdll: Use the futex system calls on all Linux platforms.
2010-07-22  Maarten Lankhorstntdll: Use syscall instead of int $0x80.
2008-06-23  Jon Griffithsntdll: Implement [Rtl]InitializeCriticalSectionEx.
2008-01-14  Andrew Talbotntdll: Remove unneeded casts.
2007-12-31  Andrew Talbotntdll: Remove unneeded casts.
2007-05-23  Dmitry Timoshkovntdll: Fix compilation warnings in 64-bit mode.
2007-03-17  Andrew Talbotntdll: Replace inline static with static inline.
2007-01-10  Alexandre Julliardntdll: Make sure that critical section waits are not...
2006-10-18  Hans Leidekkerntdll: Win64 printf format warning fixes.
2006-06-27  Alexandre Julliardntdll: Faster critical sections on MacOS using Mach...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-11-28  Ge van GeldorpMatch PSDK STATUS_* definitions.
2005-09-28  Alexandre JulliardUse Linux futexes instead of semaphores if possible...
2005-09-26  Alexandre JulliardUse int instead of long in interlocked_* functions...
2005-09-09  Alexandre JulliardUse a more portable scheme for storing the name of...
2005-08-03  Alexandre JulliardHack to make the main heap critical section have a...
2005-07-13  Alexandre JulliardIgnore high bit of spin count.
2005-06-25  Mike McCormack- use STATUS_TIMEOUT instead of WAIT_TIMEOUT
2005-06-21  Mike McCormackDon't include winbase.h or winerror.h when not necessary.
2005-06-17  Mike McCormackUse HANDLE instead of HKEY in the NT API.
2005-02-24  Dmitry TimoshkovMatch RaiseException and EXCEPTION_RECORD to SDK defini...
2004-09-06  Robert ShearmanImprove documentation for critical sections.
2004-06-17  Alexandre JulliardTake spin count into account in RtlEnterCriticalSection.
2004-06-15  Alexandre JulliardStore the number of processors in the PEB structure.
2004-03-12  Alexandre JulliardGet rid of ntdll_get_process_heap and ntdll_get_process...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-13  Alexandre JulliardDon't try to allocate the debug info before the process...
2003-08-12  Alexandre JulliardAllocate DebugInfo field for all critical sections...
2003-06-16  Mike HearnAdd the ID of the blocking thread to the error message.
2003-04-04  Alexandre JulliardRemove the Wine-specific EXCEPTION_CRITICAL_SECTION_WAI...
2003-04-03  Eric PouechNo longer call WaitFor*Object* from ntdll (but NtWait...
2003-03-18  Jon GriffithsDocumentation updates.
2003-02-18  Alexandre JulliardPrint thread ids in traces with only 4 digits now that...
2003-01-23  Marcus MeissnerRemove errno.h from files that do not need it.
2002-09-18  Alexandre JulliardAvoid calling some kernel functions.
2002-09-12  Patrik StridvallMoved all the content of the DDK files ntdef.h and...
2002-08-13  Dmitry TimoshkovThrow exception only for Wine internal locks.
2002-07-31  Alexandre JulliardFixed some handle type mismatches and added a few casts...
2002-05-20  Francois GougetDump thread id instead of %fs.
2002-05-16  Alexandre JulliardMoved the selector access functions out of winnt.h...
2002-04-25  Alexandre JulliardMoved __ASM_GLOBAL_FUNC macros and interlocked function...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-08-16  Alexandre JulliardAdded names to standard critical sections (suggested...
2001-08-09  Alexandre JulliardAdded Interlocked*Pointer functions.
2001-01-22  Jon GriffithsMade SpinCount FIXME into a TRACE.
2000-12-22  Joerg MayerAdd %fs info to the critical section timeout message.
2000-10-29  David ElliottAdded basic working stubs of new Windows 2000 API funct...
2000-09-29  Alexandre JulliardMoved critical section implementation to ntdll.