oleaut32: Implement ITypeLibComp::BindType.
[wine] / dlls / ntdll /
2009-09-10  Dan Kegelntdll: Add tests for NtQueryInformationFile.
2009-09-08  Mike Kaplinskiyntdll: Remember to set the iosb status if using a worke...
2009-09-01  Alexandre Julliardntdll: Implemented the SList functions for Win64.
2009-08-31  Austin Englishntdll/tests: Fix a compiler warning on PowerPC.
2009-08-29  Benjamin Kramerntdll: Fix build on MacOSX.
2009-08-29  Alexandre Julliardntdll: Use a more drastic (and simpler) method for...
2009-08-29  Alexandre Julliardntdll: Route the process startup through the platform...
2009-08-28  Alexandre Julliardntdll: Add support for Dwarf expressions in call frame...
2009-08-28  Alexandre Julliardntdll: Add support for unwinding the signal stack on...
2009-08-28  Alexandre Julliardntdll: Unwind the stack before calling exit/abort_thread.
2009-08-28  Alexandre Julliardntdll: Move the abort_thread() function to the CPU...
2009-08-27  Alexandre Julliardntdll: Define correct address space limits for x86_64.
2009-08-27  Alexandre Julliardntdll: Return the expected length in NtQueryInformation...
2009-08-27  Alexandre Julliardntdll: Fix a couple of system information structures...
2009-08-27  Alexandre Julliardntdll: Fix handling of the duplicate MxCsr entry in...
2009-08-26  Alexandre Julliardntdll: Correctly jump to the modified context after...
2009-08-26  Alexandre Julliardntdll/tests: Make sure buffer alignment is correct.
2009-08-25  Michael Stefaniucntdll: Fix a memory leak on an error path (Smatch).
2009-08-25  Ge van Geldorpntdll/tests: Pass properly aligned buffers.
2009-08-24  Ge van Geldorpntdll/tests: Add acceptable status codes for Win7.
2009-08-24  Ge van Geldorpntdll/tests: Fix info tests on Win7.
2009-08-24  Alexandre Julliardntdll: The large integer functions are 32-bit only.
2009-08-21  Alexandre Julliardserver: Define an architecture-independent structure...
2009-08-18  Mike Kaplinskiyntdll/tests: Test NtCancelIoFile(Ex).
2009-08-18  Mike Kaplinskiyntdll: Implement NtCancelIoFileEx and fix NtCancelIoFile.
2009-08-18  Michael Karcherntdll: Add handing of MEM_EXECUTE_OPTION_PERMANENT.
2009-08-18  Michael Karcherntdll: Don't send EXCEPTION_EXECUTE_FAULT to Windows...
2009-08-18  Michael Karcherntdll: Add ProcessExecuteFlags handling to NtQueryInfor...
2009-08-14  Michael Karcherntdll/tests: Implement tests for data execution prevention.
2009-08-12  Alexandre Julliardntdll: Add a ret to DEFINE_REGS_ENTRYPOINT to make...
2009-08-11  Mike Kaplinskiyntdll/tests: Fix NtWriteFile checks.
2009-08-10  Austin Englishntdll: Quiet a noisy fixme.
2009-08-10  Mike Kaplinskiyntdll/tests: Test NtCancelIoFileEx, if present.
2009-08-05  Alexandre Julliardntdll: Don't switch from small to large block when...
2009-08-05  Alexandre Julliardntdll: Ignore activation context entries that don't...
2009-08-05  Alexandre Julliardntdll: Don't free low address space for large address...
2009-08-03  Michael Karcherntdll: Fix ProcessExecuteFlag logic.
2009-08-03  Michael Karcherntdll: Fix get_server_context_flags.
2009-08-03  Ken Thomasesntdll: For Darwin/Mac OS X, use legacy getdirentries...
2009-07-22  Luke Bensteadntdll: Add semi-stub implementation for SystemExecution...
2009-07-09  Alexandre Julliardntdll: Add support for the MEM_RESET flag in VirtualAll...
2009-07-09  Alexandre Julliardntdll: Display write watch status in virtual traces.
2009-07-07  Alexandre Julliardntdll: Support querying the Wow64 state of other processes.
2009-07-06  Alexandre Julliardntdll: Add management of the Wow64 filesystem redirecti...
2009-07-03  Alexandre Julliardntdll: Fix the formatting of the get_token_groups reque...
2009-07-01  Alexandre Julliardntdll: Avoid the close-on-exec race with pipe() on...
2009-07-01  Alexandre Julliardntdll: Avoid the close-on-exec race with recvmsg()...
2009-06-30  Alexandre Julliardntdll: Go back to growing the heap in smaller increment...
2009-06-30  Alexandre Julliardntdll: Large heap blocks don't need to be 64k aligned.
2009-06-29  Alexandre Julliardntdll: Disable releasing the address space on Mac OS...
2009-06-25  Alexandre Julliardntdll: Release some address space after the process...
2009-06-25  Alexandre Julliardntdll: Don't try to decommit a heap past its initial...
2009-06-25  Alexandre Julliardntdll: Compute the free lists address at run-time inste...
2009-06-25  Alexandre Julliardntdll: Add call frame annotations in x86 assembly code.
2009-06-23  Hans Leidekkerntdll: Don't return success from the NtQueryEvent stub.
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...
next