po: Update French translation.
[wine] / dlls / ntdll /
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...
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...
next