atl80: Added AtlComModuleRegisterServer implementation (based on AtlModuleRegisterSer...
[wine] / dlls / ntdll /
2012-03-12  André Hentschelntdll: Add support for dynamically generated stub entry...
2012-03-01  Austin Englishntdll: Use proper CPU speed detection on FreeBSD.
2012-02-16  William Panlenerntdll: Use success return values for stubs.
2012-02-14  Charles Davisntdll: Zero reserved fields of the request structure...
2012-02-14  Dan Kegelntdll: Fix endianness of three fields in DVD_LAYER_DESC...
2012-02-13  André Hentschelntdll/tests: Fix some typos.
2012-02-07  Austin Englishkernel32: Add support for IOCTL_STORAGE_CHECK_VERIFY2.
2012-01-24  Dmitry Timoshkovntdll: Add an access check for file mappings.
2012-01-24  Dmitry Timoshkovntdll: Use PAGE_EXECUTE_READ protection for an image...
2012-01-17  Dmitry Timoshkovkernel32: Fix access flags to page protection mapping...
2012-01-16  Alexandre Julliardntdll: Set the thread exit code when a thread is killed...
2012-01-11  André Hentschelntdll: No need for WINE_ prefixed debug output macro.
2012-01-06  Jacek Cabanntdll: Make LdrLoadDll hotpatchable.
2012-01-03  André Hentschelntdll/tests: Add optional return value for some win7...
2011-12-16  Francois Gougetntdll: Avoid hardcoding the Unicode string literal...
2011-12-16  Dmitry Timoshkovntdll: Replace WRITE by WRITECOPY protection on an...
2011-12-16  Dmitry Timoshkovntdll: Setting WRITECOPY protection on a memory-mapped...
2011-12-15  Francois Gougetconfigure: Use errno.h instead of the non-standard...
2011-12-15  Adam Martinsonntdll: Properly set flags in NtCreateNamedPipe().
2011-12-13  Alexandre Julliardntdll: Make an error message a proper ERR.
2011-12-05  André Hentschelwinecfg: Bump NT 3.51 to Service Pack 5.
2011-12-05  André Hentschelwinecfg: Fill in the Service Pack major version for...
2011-12-01  Ken Thomasesntdll: Don't change SIGCHLD disposition; no automatic...
2011-11-30  André Hentschelntdll: Move a return out of a #ifdef.
2011-11-28  Francois GougetAssorted spelling fixes and wording tweaks.
2011-11-23  Dmitry Timoshkovntdll: Revert 33b0f0edffa0c8a06b4ee8831c92fdc373f83ece.
2011-11-23  Dmitry Timoshkovntdll: Change the virtual memory test to accept both...
2011-11-21  Frédéric Delanoyntdll/tests: Avoid harcoding array lengths.
2011-11-15  Maarten Lankhorstntdll: Use VALGRIND_RESIZEINPLACE_BLOCK when available.
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.
next