user32/tests: Added more GetMenuBarInfo tests.
[wine] / dlls / ntdll /
2011-08-29  Alexandre Julliardntdll: Try to match the language name when looking...
2011-08-26  Alexandre Julliardntdll/tests: Wait for async I/O to complete when the...
2011-08-24  Francois Gougetntdll: Detect if NX support is enabled.
2011-08-24  Francois Gougetntdll/tests: Fix the spelling of IID_Endianness.
2011-08-24  Grazvydas Ignotasntdll: Use swapping method to return . and .. as first...
2011-08-24  Grazvydas Ignotasntdll/tests: Test NtQueryDirectoryFile with different...
2011-08-23  Nikolay Sivovntdll: While requesting TokenGroups calculate required...
2011-08-22  Bernhard Loosntdll: Initialize the Length field of PEB->LdrData.
2011-08-22  Nikolay Sivovntdll: Stub TokenSessionId for query call.
2011-08-22  André Hentschelntdll: Accept double-digit CPU families.
2011-08-04  Frédéric Delanoytests: Assorted spelling fixes.
2011-08-04  Maarten Lankhorstntdll: Use FUTEX_PRIVATE_FLAG for critical section...
2011-08-03  Frédéric Delanoydlls: Assorted spelling fixes.
2011-08-03  Francois Gougetntdll: Fix the field names of KUSER_SHARED_DATA and...
2011-08-01  Francois Gougetntdll/tests: Fix compilation on systems that don't...
2011-07-29  Alexandre Julliardntdll: Remove divl second argument for compatibility...
2011-07-27  Bernhard Loosntdll/tests: Add a number of named pipe tests using...
2011-07-26  Austin Englishntdll/tests: Remove a dead assignment (LLVM/Clang).
2011-07-20  Dmitry Timoshkovkernel32: Add a test how PE section characteristics...
2011-07-20  Bernhard Loosntdll/tests: Add a test for STATUS_OBJECT_TYPE_MISMATCH.
2011-07-19  Grazvydas Ignotasntdll/tests: Test NtQueryDirectoryFile with RestartScan...
2011-07-18  Grazvydas Ignotasserver: Set debug enable bits briefly to commit the...
2011-07-18  Grazvydas Ignotasserver: Set RW and LEN bits of DR7 before setting DR0...
2011-07-18  Grazvydas Ignotasntdll/tests: Add more debug register tests.
2011-07-07  Austin Lundntdll/tests: Added tests for ObjectTypeInformation...
2011-06-28  Alexandre Julliardntdll: Encode the function pointers in the vectored...
2011-06-21  André Hentschelntdll: Improved implementation of the segv handler...
2011-06-16  Alexandre Julliardntdll: Fetch the windows directory from the shared...
2011-06-16  Jörg Höhlentdll: Use list_empty() instead of list_count() == 0.
2011-06-16  André Hentschelntdll: Parse ARM CPU level.
2011-05-30  Marcus Meissnerntdll: Specify div to be divl.
2011-05-27  Marcus Meissnerntdll: Mark FILE_umask with hidden visibility.
2011-05-23  André Hentschelntdll: Improved ARM little endianess detection.
2011-05-06  Alexandre Julliardntdll: Ask the server to suspend the thread in the...
2011-05-06  Alexandre Julliardserver: Add separate requests for getting/setting the...
2011-04-25  Marcus Meissnerntdll: Mark internal functions as hidden.
2011-04-22  André Hentschelntdll: Make sure RtlCaptureContext doesn't compile...
2011-04-21  André Hentschelntdll: Fix usage of ContextFlags on Sparc.
2011-04-21  André Hentschelntdll: Fix usage of ContextFlags on ARM.
2011-04-21  André Hentschelntdll: Be more generic when storing ARM context.
2011-04-20  André Hentschelntdll: Remove Alpha support.
2011-04-18  Alexandre Julliardserver: Store a mapping instead of a file for process...
2011-04-18  André Hentschelntdll: Implement call_stack_handlers on ARM.
2011-04-18  André Hentschelntdll: Trace context on ARM.
2011-04-18  André Hentschelntdll: Add implementation for RtlCaptureContext on...
2011-04-18  André Hentschelntdll: Fix setting the ExceptionAddress on ARM.
2011-04-15  Alexandre Julliardntdll: Rewrite the SystemProcessorPerformanceInformatio...
2011-04-14  Alexandre Julliardntdll: Implement the ProcessAffinityMask case in NtQuer...
2011-04-13  Austin Englishntdll: Add support for win2k8r2.
2011-04-13  Piotr Cabanntdll: Restore stack guard and prevent stack from shrin...
2011-03-31  Bart Van Asschentdll: Avoid examining uninitialized data.
2011-03-30  Dmitry Timoshkovserver: FILE_OVERWRITE and FILE_OVERWRITE_IF need the...
2011-03-30  Dmitry Timoshkovntdll: Add more NtCreateFile tests.
2011-03-30  Steven Wallacentdll: implemented ProcessDebugFlags in NtQueryInformat...
2011-03-30  Piotr Cabanntdll: Don't call compare function on memory not provid...
2011-03-29  Bart Van Asschentdll: Fix race condition in RtlCreateHeap().
2011-03-29  Dmitry Timoshkovntdll: Add a bunch of NtCreateFile tests.
2011-03-28  André Hentschelntdll: Add check for DragonFly BSD.
2011-03-28  Dmitry Timoshkovntdll: Use an NtWriteFile pointer instead of a static...
2011-03-09  Alexandre Julliardntdll: Fix RtlGetSacl/DaclSecurityDescriptor for relati...
2011-03-08  Maarten Lankhorstntdll: Fix time units for SystemPerformanceProcessorInf...
2011-03-02  Charles Davisntdll: Implement CDROM_GetInterfaceInfo() on Mac OS.
2011-03-01  Alexandre Julliardntdll: Don't print an error when architecture is set...
2011-02-24  Maarten Lankhorstntdll: Fix time accounting in NtQuerySystemInformation.
2011-02-21  Charles Davisntdll: Fix IOCTL_CDROM_RAW_READ on Mac OS.
2011-02-19  Alexandre Julliardntdll: Improve the error reporting for invalid PE file...
2011-02-14  Austin Englishntdll/tests: Make sure return values are used (LLVM...
2011-02-14  Austin Englishntdll/tests: Don't check return values inside of if...
2011-02-11  Austin Englishntdll/tests: Make sure a return value is used (LLVM...
2011-02-10  Austin Englishntdll/tests: Make sure return value is used (LLVM/Clang).
2011-02-08  Austin Englishntdll/tests: Make sure return values are used (LLVM...
2011-02-07  André Hentschelntdll: Only use ST_FIX_ALIGN on solaris.
2011-02-04  max@mtew.isa-geek.netntdll: Correct 'b' parameter descriptions for _alldiv...
2011-02-01  Nikolay Sivovntdll: Fix a compile time warning.
2011-02-01  Alexandre Julliardntdll: Add support for longjmp in RtlUnwindEx.
2011-02-01  Alexandre Julliardntdll: Add a helper function for checking stack frame...
2011-02-01  Alexandre Julliardntdll: Avoid copying and restoring the context in RtlCa...
2011-02-01  Andrew Nguyenntdll/tests: Avoid casting away const in comparison...
2011-02-01  Andrew Nguyenntdll: Fix one-time warning message output.
2011-01-31  Alexandre Julliardntdll/tests: Avoid sizeof in a trace.
2011-01-31  Alexandre Julliardntdll: Fix frame address check in RtlCaptureStackBackTr...
2011-01-28  Charles Davisntdll: Check for case-insensitive volumes.
2011-01-27  Alexandre Julliardntdll: Get rid of support for register entry points...
2011-01-27  Alexandre Julliardntdll: Implement RtlRaiseException for x86_64 directly...
2011-01-27  Alexandre Julliardntdll: Implement set_cpu_context for x86_64 directly...
2011-01-27  Alexandre Julliardntdll: Avoid copying and restoring the context in RtlCa...
2011-01-27  Alexandre Julliardntdll: Capture the context inside RtlUnwindEx instead...
2011-01-27  Alexandre Julliardinclude: Add a prototype for RtlUnwindEx on x86_64.
2011-01-25  Loïc Mauryntdll : Implement CDROM_Verify to work on Mac OS X.
2011-01-19  Piotr Cabanserver: Return multiple events in read_changes.
2011-01-17  Austin Englishntdll: Add missing checks for FreeBSD_kernel.
2011-01-17  Francois Gougetntdll/tests: Fix compilation on systems that don't...
2011-01-12  Matteo Brunintdll/tests: Add a FILE_APPEND_DATA test.
2011-01-04  André Hentschelntdll: Respect multiple CPUs when faking values.
2010-12-29  André Hentschelntdll/tests: Don't test function directly when reportin...
2010-12-27  Alexandre Julliardntdll: Use the gettid system call on all Linux platforms.
2010-12-27  Alexandre Julliardntdll: Use the futex system calls on all Linux platforms.
2010-12-27  Alexandre Julliardntdll: Use the getdents64 system call on all Linux...
2010-12-23  Alexandre Julliardntdll: Use the syscall function instead of inline assembly.
2010-12-22  Greg Geldorpntdll/tests: Add alternative results for overlong instr...
next