kernel32: Add a bunch of tests for protections accepted by VirtualAlloc, make it...
[wine] / dlls / ntdll /
2011-11-08  Dmitry Timoshkovkernel32: Add a bunch of tests for protections accepted...
2011-11-08  Dmitry Timoshkovntdll: Use PAGE_EXECUTE_READWRITE protection when alloc...
2011-11-07  André Hentschelntdll: Declare debug channel only when used.
2011-11-03  Dmitry Timoshkovntdll: Make the VirtualProtect tests pass under Wine.
2011-11-03  Dmitry Timoshkovntdll: Use PAGE_READWRITE access when resolving DLL...
2011-11-02  Grazvydas Ignotasntdll: Fix restart size calculation.
2011-11-02  André Hentschelntdll: Only load ARMv7 PE images when supported by...
2011-11-01  André Hentschelntdll: Try to load ARMv7 PE images on ARM.
2011-10-28  Michael Stefaniuckernel32/ntdll: Mark a variable as unused.
2011-10-20  Marcus Meissnerntdll: Avoid shadowing "p" variable.
2011-10-20  Marcus Meissnerntdll: Avoid shadowing size variable.
2011-10-20  Alexandre Julliardntdll/tests: Clear the full atom structure before every...
2011-10-20  Marcus Meissnerntdll: Avoid shadowing "de" variable.
2011-10-19  Alexandre Julliardntdll: Fix string comparison against non null-terminate...
2011-10-19  Alexandre Julliardntdll: Unwind the stack before calling exit/abort_threa...
2011-10-18  Dmitry Timoshkovntdll: Take into account timezone bias changes when...
2011-10-17  Dmitry Timoshkovntdll: Move adding VPROT_READ for Solaris to the same...
2011-10-17  Dmitry Timoshkovntdll: FreeBSD needs page read access when execute...
2011-10-17  Ken Sharpntdll: Update Win2k8 to SP2.
2011-10-17  Thomas Faberntdll/tests: Fix build with MSVC.
2011-10-14  Uwe Bonnesntdll: Generate a single EV_TXEMPTY when the TX buffer...
2011-10-13  Bernhard Loosntdll/tests: FILE_OVERWRITE and FILE_OVERWRITE_IF aren...
2011-10-12  Nikolay Sivovntdll: Fix SID data copy length.
2011-10-11  Charles Davisntdll: Also set CPU_FEATURE_HTT on Mac OS.
2011-10-10  Francois Gougetntdll: ETIME is not defined on FreeBSD.
2011-10-08  Andrew Talbotntdll: Mark some fall-throughs in a switch statement.
2011-10-08  André Hentschelntdll: Map ETIME to STATUS_IO_TIMEOUT.
2011-10-08  Bernhard Loosntdll: Implement the NamedPipeConfiguration value for...
2011-10-08  Bernhard Loosserver: Correctly implement permission checking for...
2011-10-08  Bernhard Loosserver: It's possible to call NtQueryInformationFile...
2011-09-28  Dmitry Timoshkovntdll: Use STATUS_INVALID_PAGE_PROTECTION as return...
2011-09-27  Bernhard Loosserver: Sharing 0 is not allowed for named pipes.
2011-09-27  Bernhard Loosserver: Store sharing state for named pipes.
2011-09-26  André Hentschelntdll/tests: Don't test function directly when reportin...
2011-09-20  Francois Gougetntdll: Fix printing NULL strings.
2011-09-19  Francois Gougetntdll: Don't trace potentially uninitialized structures...
2011-09-19  Francois Gougetntdll/tests: Skip some tests if not allowed to modify...
2011-09-12  Frédéric Delanoyntdll: Add NtCreateFile tests for invalid chars in...
2011-09-09  André Hentschelntdll: Remove dead increments (clang).
2011-09-09  Alexandre Julliardntdll: Fix protection flags for uninitialized sections.
2011-09-08  André Hentschelntdll: Fix a comment.
2011-09-08  André Hentschelntdll/tests: Tests for _wcslwr and _wcsupr.
2011-09-08  André Hentschelntdll/tests: Run the execution test only on x86 platforms.
2011-09-07  André Hentschelntdll: Allow reading from a writable section.
2011-09-06  Octavian Voicuntdll: Fix two buffer overflow conditions in RtlDosPath...
2011-09-05  Michael Stefaniucntdll: Don't use HIWORD to check if an atom is a small...
2011-09-04  Alexandre Julliardntdll: Add support for asmv1 namespace prefix in xml...
2011-09-01  Bernhard Loosntdll: Provide a timestamp debug channel, which prints...
2011-08-31  Marcus Meissnerntdll: Handle errno also for non ENOENT errors on lseek...
2011-08-29  Alexandre Julliardntdll: Prefer loading native manifests over Wine ones.
2011-08-29  Alexandre Julliardntdll: Use the manifest with the highest matching versi...
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.
next