ddraw: Display fixme only once in IDirectDrawImpl_WaitForVerticalBlank.
[wine] / dlls / ntdll /
2008-10-28  Alexandre Julliardntdll: Use the end of the reserved area as address...
2008-10-27  Alexandre Julliardntdll: Make sure the last relocation contains some...
2008-10-24  Michael Stefaniucntdll: Don't cast void pointers to other pointer types.
2008-10-24  Andrew Talbotntdll: Sign-compare warnings fix.
2008-10-23  Aric Stewartntdll/tests: handle info behavior for vista and 2008...
2008-10-22  Aric Stewartntdll: Update behavior of ActivationContextBasicInforma...
2008-10-20  Aric Stewartntdll: Implement SystemProcessorPerformanceInformation...
2008-10-20  Paul Bryan Robertsntdll: RtlSetControlSecurityDescriptor() implementation...
2008-10-20  Francois Gougetdirent.h is a conditional include now.
2008-10-08  Austin Englishntdll: Quiet a noisy fixme.
2008-10-06  Alexandre Julliardntdll: Preserve the 2K block size returned for CDROMs.
2008-09-25  Andrey Turkinntdll: Add stubbed implementations for NtQueryEaFile...
2008-09-24  James Hawkinsntdll: Fix a couple failing tests in NT4.
2008-09-23  Paul Vrienskernel32/tests: Add a skip.
2008-09-23  Paul Vrienskernel32/tests: Add a skip.
2008-09-22  Paul Vriensntdll/tests: Show that we are skipping tests.
2008-09-22  Paul Vriensntdll/tests: Show that we are skipping tests.
2008-09-22  Paul Vriensntdll/tests: Use skip and add a FreeLibrary.
2008-09-22  Alexandre Julliardntdll/tests: Fix a few test failures on NT4.
2008-09-19  Alexandre Julliardntdll/tests: Fix a couple of tests failing on NT4.
2008-09-16  Alexandre Julliardntdll/tests: Clear the direction flag in the handler...
2008-09-16  Alexandre Julliardntdll: Hardcode the filesystem cluster size to avoid...
2008-09-11  Alexandre Julliardntdll/tests: Fix the async I/O test on Vista.
2008-09-04  Alexandre Julliardntdll: Add stubs for all the job object functions.
2008-09-04  Alexandre Julliardntdll: Implemented NtOpenProcessTokenEx and NtOpenThrea...
2008-09-04  Dmitry Timoshkovntdll: Add support for NtSetInformationProcess(ProcessE...
2008-09-03  Jeff Zaroykontdll: Add some tests for NtDeleteFile.
2008-09-03  James Hawkinsntdll: Fix a failing test in NT4.
2008-09-03  James Hawkinsntdll: Fix a few failing tests in Vista.
2008-08-27  Alexandre Julliardntdll/tests: Fix a few more failures in the info test.
2008-08-26  Alexandre Julliardntdll/tests: Handle a couple of failures on NT4.
2008-08-26  Alexandre JulliardInclude sys/filio.h to get the FIONREAD definition...
2008-08-26  Alexandre Julliardntdll/tests: Allow alternate results in the string...
2008-08-26  Alexandre Julliardntdll/tests: Allow alternate results in the info test...
2008-08-26  Alexandre Julliardntdll/tests: Allow alternate results in the env test...
2008-08-20  Michael Karcherntdll: Add sub-second resolution to NtQueryInformationFile.
2008-08-20  Gerald PfeiferAdd return statements to avoid gcc warnings.
2008-07-30  Dan Hipschmanntdll: Add support for a default timer queue.
2008-07-29  Alexandre Julliardntdll: Use the generic int 0x91 syscall on Solaris...
2008-07-28  Dan Hipschmanntdll: Fix a small timer-queue bug whereby a deleted...
2008-07-25  Dan Hipschmanntdll: Implement RtlDeleteTimer for kernel32's DeleteTi...
2008-07-25  Dan Hipschmanntdll: Implement RtlUpdateTimer for kernel32's ChangeTi...
2008-07-25  Dan Hipschmanntdll: Implement the timer queue thread.
2008-07-25  John Reiserntdll: Tell valgrind to load the .pdb debugging info...
2008-07-25  John Reiserntdll: When tracking allocated blocks, RtlDestroyHeap...
2008-07-23  Dan Hipschmanntdll: Implement RtlCreateTimer for kernel32's CreateTi...
2008-07-22  Dan Hipschmanntdll: Implement [Rtl]Create/DeleteTimerQueue[Ex].
2008-07-22  Lei Zhangntdll: Use our own implementation of atoi and atol.
2008-07-18  Zac Brownntdll: Remove byte reversed U+3000 (CJK space) from...
2008-07-16  Gerald Pfeiferntdll/tests: Use NTSTATUS instead of DWORD for status...
2008-07-11  Andrew Talbotntdll: Remove unneeded address-of operators from array...
2008-07-10  Alexandre Julliardntdll: Add some workarounds for Solaris signal handling...
2008-07-10  Maarten Lankhorstntdll: Use module for path to activation context.
2008-07-08  Alexandre Julliardntdll: Always restore the %gs register from the saved...
2008-07-03  Alexandre Julliardntdll: Split the signal setup into process-wide and...
2008-07-03  Alexandre Julliardexception.h: Make the RtlUnwind wrapper available separ...
2008-07-02  James Hawkinsntdll: Skip the byte swap test in win2k.
2008-07-02  Peter Oberndorferntdll: Add broken() to two test cases.
2008-07-01  Zac Brownntdll: Implement checking for control characters in...
2008-06-30  Alexandre Julliardntdll: Don't bother to check the file name against...
2008-06-30  Alexandre Julliardntdll: Only recompose Unicode on Mac OS when using...
2008-06-30  Alexandre Julliardntdll: Add some sanity checks for invalid relocation...
2008-06-26  Alexandre Julliardntdll: Force execute permission again on the stack...
2008-06-25  Zac Brownntdll/tests: Add tests for (Rtl)IsTextUnicode to verify...
2008-06-23  Jon Griffithsntdll: Implement [Rtl]InitializeCriticalSectionEx.
2008-06-20  Huw Daviesntdll: Free the correct buffer in the test.
2008-06-10  Paul Vriensntdll/tests: Free memory after use.
2008-06-10  Alexandre Julliardntdll/tests: Fix a few tests on Vista.
2008-06-03  Zac Brownntdll/tests: Actually verify right bytes received in...
2008-06-02  Alexandre Julliardntdll: Add local defines for VIF and VIP flags.
2008-05-22  Maarten Lankhorstntdll: Give earlier notify to valgrind that HeapFree...
2008-05-21  Jeremy Whitentdll/tests: Only test the readcount for a read below...
2008-05-20  James Hawkinsntdll: Remove NULL checks for attr, which has already...
2008-05-20  Alexandre Julliardntdll: Move signal unmasking to make sure injected...
2008-05-19  Alexandre Julliardntdll/tests: Make sure to clear the DF flag on return...
2008-05-19  Paul Vriensntdll/tests: Skip test when we don't have enough rights.
2008-05-19  Paul Vriensntdll/tests: Free library after use.
2008-05-14  James Hawkinsntdll: Fix a test that fails in win2k3.
2008-05-14  James Hawkinsntdll: Fix a few tests that fail in win2k3.
2008-05-13  James Hawkinsntdll: Fix a few failing tests in win2k3.
2008-05-07  Alexandre Julliardntdll: Ignore failures to retrieve serial status for...
2008-05-07  Maarten Lankhorstntdll: Fix file test to not free memory allocated on...
2008-05-07  Maarten Lankhorstntdll: Fix some exception tests to pass on Windows.
2008-05-07  Alexandre Julliardntdll: Don't consider a 0-byte read from a serial port...
2008-05-07  Alexandre Julliardntdll: Always set VTIME to 0 to avoid blocking, don...
2008-05-07  Alexandre Julliardntdll: Serial with ReadIntervalTimeout set to MAXDWORD...
2008-05-02  James Hawkinsntdll: Fix two tests that fail on all NT platforms.
2008-05-01  Alexandre Julliardntdll: Make the exception handling functions inline.
2008-04-25  Erik de Castro Lopontdll: Win64 fix for get_pointer_obfuscator.
2008-04-23  Andrew Talbotntdll: Remove unused variables.
2008-04-21  Alexandre Julliardwineboot: Automatically update the prefix directory...
2008-04-21  Alexandre Julliardntdll: Automatically setup the dosdevices directory...
2008-04-21  Austin EnglishSpelling fixes.
2008-04-17  Alexandre Julliardntdll: Don't create a temporary dir, run wineprefixcrea...
2008-04-11  James Hawkinsntdll: Fix a few tests that fail in win2k.
2008-04-09  Austin EnglishSpelling fixes.
2008-04-02  Alexandre Julliardntdll: Use LdrProcessRelocationBlock to apply relocations.
2008-04-02  Alexandre Julliardntdll: Implemented LdrProcessRelocationBlock.
2008-04-01  Alexandre Julliardntdll: Add a guard page at the bottom of the stack...
2008-04-01  Alexandre Julliardntdll: Add support for handling page faults caused...
next