widl: Print large enum constants in hex.
[wine] / dlls / ntdll / signal_x86_64.c
2012-05-29  Alexandre Julliardntdll: Export _local_unwind.
2012-04-02  Alexandre Julliardntdll: Add a __chkstk entry point for x86_64.
2012-03-30  Alexandre Julliardntdll: Also call the unwind handler for the target...
2012-03-15  Alexandre Julliardntdll: Properly follow jumps when checking a function...
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-02-16  William Panlenerntdll: Use success return values for stubs.
2011-02-01  Alexandre Julliardntdll: Add support for longjmp in RtlUnwindEx.
2011-01-27  Alexandre Julliardntdll: Implement RtlRaiseException for x86_64 directly...
2011-01-27  Alexandre Julliardntdll: Implement set_cpu_context for x86_64 directly...
2011-01-27  Alexandre Julliardntdll: Avoid copying and restoring the context in RtlCa...
2011-01-27  Alexandre Julliardntdll: Capture the context inside RtlUnwindEx instead...
2011-01-27  Alexandre Julliardinclude: Add a prototype for RtlUnwindEx on x86_64.
2011-01-17  Austin Englishntdll: Add missing checks for FreeBSD_kernel.
2010-06-21  Alexandre Julliardntdll: Fix the initial FPU control word on 64-bit.
2010-06-17  Henri Verbeetntdll: The FPU control word for newly created threads...
2010-06-01  Austin Englishntdll: Add signal context function definitions for...
2010-05-24  Austin Englishntdll: Add %gs support for FreeBSD.
2010-05-16  Alexandre Julliardntdll: Preserve registers in call_thread_entry_point...
2010-05-04  Alexandre Julliardntdll: Add support for saving/restoring CFA frame state.
2010-04-12  Alexandre Julliardntdll: Make cfi annotations optional for x86_64.
2010-04-09  Alexandre Julliardntdll: Restructure x86_64 exception processing to treat...
2010-04-07  Eric Pouechntdll: On x86_64 systems (as on i386 ones), hw breakpoi...
2010-02-23  Eric Pouechntdll: Notify valgrind for stack management while in...
2009-12-04  Alexandre Julliardntdll: Add stubs for RtlAddFunctionTable and RtlDeleteF...
2009-11-19  Alexandre Julliardntdll: Moved the TEB allocation routines to the platfor...
2009-11-11  Alexandre Julliardntdll: Moved RtlCaptureStackBackTrace stub to the cpu...
2009-10-16  Alexandre Julliardntdll: Assume leaf function when we can't find exceptio...
2009-08-29  Alexandre Julliardntdll: Use a more drastic (and simpler) method for...
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: Fix handling of the duplicate MxCsr entry in...
2009-08-26  Alexandre Julliardntdll: Correctly jump to the modified context after...
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-15  Alexandre Julliardntdll: Add appropriate stdcall decorations to assembly...
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-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-15  Alexandre Julliardntdll: Initial implementation of RtlVirtualUnwind on...
2009-05-15  Alexandre Julliardntdll: Added a stub for RtlUnwindEx on x86_64.
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-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-08  Alexandre Julliardntdll: Set the proper context flags in the signal handl...
2009-04-08  Alexandre Julliardserver: Define a generic context structure instead...
2009-03-13  Alexandre Julliardntdll: Move the copy_context function into the respecti...
2009-02-20  Alexandre Julliardntdll: Moved exit_thread and abort_thread functions...
2009-02-18  Alexandre Julliardntdll: Move the CPU-specific handling of current TEB...
2009-01-20  Austin Englishntdll: Add support for NetBSD (64-bit).
2009-01-06  Alexandre Julliardntdll: Replaced get_cpu_context by RtlCaptureContext...
2008-12-17  Maarten Lankhorstntdll: Make all exported wine functions CDECL.
2008-12-08  Alexandre Julliardntdll: Added stubs for RtlLookupFunctionEntry and RtlVi...
2008-11-25  Alexandre Julliardntdll: Pass the error code to VIRTUAL_HandleFault,...
2008-07-03  Alexandre Julliardntdll: Split the signal setup into process-wide and...
2007-12-20  Alexandre Julliardserver: Use SIGQUIT instead of SIGTERM to terminate...
2007-03-17  Andrew Talbotntdll: Replace inline static with static inline.
2007-01-18  Alexandre Julliardntdll: Make the server signal mask global.
2007-01-17  Joel ParkerRemove redundant semicolons for ANSI compatibility.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-04-20  Alexandre Julliardntdll: Get registers on the client side for NtGetContex...
2006-02-03  Robert Millanntdll: Rename i386 CPU trap codes to avoid collision...
2006-01-11  Alexandre Julliardntdll: Handle NtSetContextThread on the client side...
2005-11-02  Alexandre JulliardFixed Get/SetThreadContext to work properly on suspende...
2005-09-16  Alexandre JulliardPreliminary implementation of signal handling for x86-64.