oleaut32: Add Lithuanian translation.
[wine] / dlls / ntdll /
2009-06-18  Alexandre Julliardntdll: Move all thread exit processing to exit_thread...
2009-06-18  Alexandre Julliardntdll: Simplify the thread startup routine and make...
2009-06-18  Alexandre Julliardntdll: Add support for calling the TEB exception chain...
2009-06-18  Alexandre Julliardntdll: Implement stack unwinding for x86_64 builtin...
2009-06-16  Alexandre Julliardntdll: Handle x86_64 signals on a separate signal stack.
2009-06-16  Alexandre Julliardntdll: Add unwind annotations to the call_entry_point...
2009-06-16  Alexandre Julliardntdll: Fix handling of self-relative security descripto...
2009-06-15  Alexandre Julliardntdll: Add appropriate stdcall decorations to assembly...
2009-06-08  Nikolay Sivovntdll: Call NtCreateSection with NULL attributes loadin...
2009-06-05  Nikolay Sivovntdll: Make NtQueryFullAttributesFile and NtQueryAttrib...
2009-06-05  Nikolay Sivovntdll: Make NtCreateFile and NtOpenFile thin wrappers...
2009-06-04  Louis Lendersntdll: Add stub for RtlEnumerateGenericTableWithoutSpla...
2009-06-03  Francois Gougetntdll/tests: Fix the trailing '\n' of a skip() call.
2009-06-02  Louis Lendersntdll: Add stub for NtSecureConnectPort.
2009-06-01  Vitaliy Margolenwinecfg: Update WinXP version to SP3.
2009-05-27  Alexandre Julliardntdll: Try any address in map_image no matter what...
2009-05-22  Alexandre Julliardntdll: Implement RtlUnwindEx for x86_64.
2009-05-22  Alexandre Julliardntdll: Implement __C_specific_handler for x86_64.
2009-05-22  Alexandre Julliardntdll: Initial support for dispatching exceptions to...
2009-05-22  Alexandre Julliardntdll: Implemented RtlLookupFunctionEntry for x86_64.
2009-05-22  Austin Englishntdll: Change a noisy FIXME to a WARN.
2009-05-20  Alexandre Julliardntdll: Add test cases for the returned frame value...
2009-05-20  Alexandre Julliardntdll: Add support for some function epilogs in RtlVirt...
2009-05-20  Alexandre Julliardntdll/tests: Add more tests for RtlVirtualUnwind.
2009-05-19  Alexandre Julliardntdll: Tweak the file mapping permission checks some...
2009-05-19  Huw Daviesntdll/tests: Mark RtlUnicodeStringToInteger("", 16...
2009-05-19  Paul Vriensntdll: Fix a typo.
2009-05-18  Alexandre Julliardntdll: Free old memory block when reallocating to a...
2009-05-18  Alexandre Julliardntdll/tests: Added some test cases for RtlVirtualUnwind.
2009-05-15  Alexandre Julliardntdll: Initial implementation of RtlVirtualUnwind on...
2009-05-15  Alexandre Julliardntdll: Added a stub for RtlUnwindEx on x86_64.
2009-05-13  Francois Gougetntdll: virtual_free_system_view() is not used anymore...
2009-05-13  Francois Gougetntdll/tests: Replace malloc() with HeapAlloc().
2009-05-07  Alexandre Julliardntdll: Fix the LPC_MESSAGE structure definition for...
2009-05-06  Alexandre Julliardwinapi: Handle types should be treated as pointers.
2009-05-01  Alexandre Julliardntdll: Save all segment registers on x86_64. Implement...
2009-05-01  Alexandre Julliardntdll: Use standard siginfo signal handlers on all...
2009-04-30  Alexandre Julliardntdll: Move NtRaiseException and RtlUnwind implementati...
2009-04-27  Dan Kegelntdll: Add missing RtlReAllocateHeap Valgrind hook...
2009-04-21  Hans Leidekkerntdll: Implement NtQuery/SetInformationToken(TokenDefau...
2009-04-16  Dan Kegelntdll: Add missing valgrind hook in RtlAllocateHeap.
2009-04-10  Alexandre Julliardntdll: Set the exception address to the program counter...
2009-04-10  Alexandre Julliardntdll: Move the RtlRaiseException implementation into...
2009-04-10  Alexandre Julliardntdll: Add a raise_status function and avoid exporting...
2009-04-10  Alexandre Julliardntdll: Update the context on send_debug_event for any...
2009-04-09  Alexandre Julliardntdll: Remove pthread_data from the ntdll_thread_data...
2009-04-08  Alexandre Julliardntdll: Set the proper context flags in the signal handl...
2009-04-08  Alexandre Julliardserver: Define a generic context structure instead...
2009-04-06  Alexandre Julliardntdll/tests: Add a missing \n.
2009-04-06  Alexandre Julliardntdll: Don't pretend that the whole address space is...
2009-04-03  Alexandre Julliardntdll: Set the WOW64 flag according to the server suppo...
2009-04-03  Alexandre Julliardserver: Verify that the client is using a supported...
2009-04-03  Alexandre Julliardserver: Store the type of CPU that the client is runnin...
2009-04-03  Alexandre Julliardserver: Use the thread entry point field to pass the...
2009-04-03  Paul Chitescuntdll: Print desired version of missing dependent assem...
2009-04-01  Alexandre Julliardntdll: Define dvd_struct ourselves since it's not consi...
2009-04-01  Alexandre Julliardntdll: Add separate signal definitions for OpenBSD.
2009-03-31  Mikołaj Zalewskikernel32: Implement QueryFullProcessImageFileNameW.
2009-03-30  Alexandre Julliardloader: Don't bother checking for pthread.h existence...
2009-03-30  Alexandre Julliardntdll: Remove no longer used pthread_functions structure.
2009-03-26  Alexandre Julliardntdll: Get rid of the no longer used pthread emulation.
2009-03-25  Roman Mindalevntdll: Move search for assemblyIdentity element.
2009-03-25  Roman Mindalevntdll: Free memory for type field of an assembly_identity.
2009-03-25  Roman Mindalevntdll: Check for arch and name fields in assembly_ident...
2009-03-25  Andrew Talbotntdll: Remove superfluous semicolon.
2009-03-23  Michael Stefaniucntdll: Remove superfluous pointer casts.
2009-03-13  Alexandre Julliardntdll: Move the copy_context function into the respecti...
2009-03-09  Francois GougetRemove spaces before '\n's.
2009-03-05  Alexandre Julliardntdll/tests: Create the server port before starting...
2009-03-05  Alexandre Julliardntdll: Fix a couple of warnings on Solaris.
2009-02-25  Alexandre Julliardntdll: Default to WinXP version if there's nothing...
2009-02-23  Alexandre Julliardntdll: Allocate the stack for all threads, don't rely...
2009-02-23  Alexandre Julliardntdll: Don't free the thread stack and TEB while exitin...
2009-02-23  Francois Gougetntdll/tests: Use win_skip() to skip over unimplemented...
2009-02-20  Alexandre Julliardntdll: Call pthread_create and pthread_exit directly...
2009-02-20  Alexandre Julliardntdll: Moved exit_thread and abort_thread functions...
2009-02-20  Alexandre Julliardntdll: Call pthread_sigmask directly instead of through...
2009-02-18  Alexandre Julliardntdll: Move the CPU-specific handling of current TEB...
2009-02-18  Alexandre Julliardntdll: Determine the Unix tid for the server directly...
2009-02-17  Alexandre Julliardntdll/tests: Don't pass uninitialized object attributes...
2009-02-16  Alexandre Julliardntdll: Don't fail in NtMapViewOfSection for 4Gb+ files...
2009-02-16  Alexandre Julliardntdll: Improve debugging helper for object attributes...
2009-02-16  Alexandre Julliardntdll: Avoid null dereference in the NtCreateSymbolicLi...
2009-02-12  Paul Bryan Robertsntdll: Avoid potential infinite loop.
2009-02-12  Francois Gougetntdll/tests: Remove WINAPI on static functions where...
2009-02-02  Alexandre Julliardntdll: Add a trace when calling vectored exception...
2009-01-29  Alexandre Julliardntdll/tests: Add a couple of status values seen on...
2009-01-28  Alexandre Julliardntdll: Convert the DbgPrint* functions to use MS ABI...
2009-01-28  Alexandre Julliardntdll: Copy the msvcrt printf implementation to ntdll...
2009-01-28  Ricardo Filipentdll: Add stub for RtlDecompressBuffer.
2009-01-27  Alexandre Julliardntdll: Ignore spurious write faults for a write watch...
2009-01-27  Ricardo Filipentdll: Add stub for RtlCompressBuffer.
2009-01-26  Ricardo Filipentdll: Add stub for RtlGetCompressionWorkSpaceSize.
2009-01-23  Juan Langntdll: Implement the ThreadAffinityMask query.
2009-01-20  Austin Englishntdll: Add support for NetBSD (64-bit).
2009-01-19  Alexandre Julliardserver: Store process/thread affinity as a 64-bit value.
2009-01-19  Austin Englishntdll: Add support for NetBSD.
2009-01-15  Alexandre Julliardntdll: Check buffer for access in NtRead/WriteVirtualMe...
2009-01-15  Alexandre Julliardntdll: Check buffer for access in NtReadFile before...
2009-01-15  Alexandre Julliardntdll: Check buffer for access in NtWriteFile before...
next