ntdll: Check for ARMv7 architecture dynamically when loading a PE.
[wine] / dlls / ntdll /
2012-06-25  André Hentschelntdll: Check for ARMv7 architecture dynamically when...
2012-06-21  Gerald Pfeiferntdll: Omit unused typedef in test_query_process.
2012-06-15  André Hentschelntdll: Check for NetBSD in CDROM_Verify.
2012-06-13  André Hentschelntdll: Enhance FreeBSD checks for cdrom code to also...
2012-06-11  Dan Kegelntdll: Avoid clobbering valgrind annotations during...
2012-06-06  Erich Hooverserver: Access the completion from the file descriptor...
2012-06-06  André Hentschelntdll: Add stub for NtQuerySystemEnvironmentValueEx.
2012-06-05  Gerald Pfeiferntdll: Omit unused typedef in test_query_timeofday.
2012-06-04  André Hentschelntdll: Add a helper function that returns the record...
2012-06-04  André Hentschelntdll: Get the unix tid on DragonFly BSD.
2012-06-04  André Hentschelntdll: Change default COM device for FreeBSD 8.0.
2012-06-04  André Hentschelntdll: Add default COM device for DragonFly BSD.
2012-06-04  André Hentschelntdll: Enhance FreeBSD checks to also check for DragonF...
2012-05-31  Detlef Riekenbergntdll: Implement RtlGetProductInfo.
2012-05-30  Daniel Jelinskintdll: Add missing parameters to syscall call.
2012-05-29  Alexandre Julliardntdll: Export _local_unwind.
2012-05-21  Detlef Riekenbergntdll: Read the current processor with the __NR_getcpu...
2012-05-21  Detlef Riekenbergntdll/tests: Add tests for NtGetCurrentProcessorNumber.
2012-05-21  Detlef Riekenbergntdll: Use ThreadAffinityMask for NtGetCurrentProcessor...
2012-05-21  Detlef Riekenbergntdll: Implement NtGetCurrentProcessorNumber.
2012-05-15  Francois GougetAssorted typo, spelling, wording and case fixes.
2012-04-30  André Hentschelntdll: Correctly handle Thumb exceptions on ARM.
2012-04-16  Michael Stefaniucntdll/tests: Avoid casting zero.
2012-04-10  Austin Englishntdll: Give a better error message if signal context...
2012-04-06  Erich Hooverntdll: Fix section header heap deadlock.
2012-04-04  Henri Verbeetntdll: Use the copy of the section headers for applying...
2012-04-04  Henri Verbeetntdll: Free the correct section headers copy in map_ima...
2012-04-02  Alexandre Julliardntdll: Add a __chkstk entry point for x86_64.
2012-04-02  Alexandre Julliardntdll: Move the _chkstk implementation to signal_i386.c.
2012-03-30  Alexandre Julliardntdll: Also call the unwind handler for the target...
2012-03-16  Erich Hooverntdll: Fix mapping sections for applications that map...
2012-03-15  Alexandre Julliardntdll: Properly follow jumps when checking a function...
2012-03-13  Ken Thomasesntdll: Fix status returned for too-long registry value...
2012-03-12  Alexandre Julliardntdll: Add support for jump instructions in function...
2012-03-12  Alexandre Julliardntdll: Add support for rep;ret instruction in function...
2012-03-12  Alexandre Julliardntdll: Add support for the special STATUS_UNWIND_CONSOL...
2012-03-12  Alexandre Julliardntdll: Trace the exception extra information also in...
2012-03-12  Alexandre Julliardntdll: Set the TARGET_UNWIND flag when calling the...
2012-03-12  Alexandre Julliardntdll: Restore the original context for the last frame...
2012-03-12  Alexandre Julliardntdll: Use the context argument as working variable...
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...
next