projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
winhttp/tests: Make sure proxy settings are restored.
[wine]
/
dlls
/
ntdll
/
signal_x86_64.c
2012-05-29
Alexandre Julliard
ntdll: Export _local_unwind.
blob
|
commitdiff
|
raw
2012-04-02
Alexandre Julliard
ntdll: Add a __chkstk entry point for x86_64.
blob
|
commitdiff
|
raw
|
diff to current
2012-03-30
Alexandre Julliard
ntdll: Also call the unwind handler for the target...
blob
|
commitdiff
|
raw
|
diff to current
2012-03-15
Alexandre Julliard
ntdll: Properly follow jumps when checking a function...
blob
|
commitdiff
|
raw
|
diff to current
2012-03-12
Alexandre Julliard
ntdll: Add support for jump instructions in function...
blob
|
commitdiff
|
raw
|
diff to current
2012-03-12
Alexandre Julliard
ntdll: Add support for rep;ret instruction in function...
blob
|
commitdiff
|
raw
|
diff to current
2012-03-12
Alexandre Julliard
ntdll: Add support for the special STATUS_UNWIND_CONSOL...
blob
|
commitdiff
|
raw
|
diff to current
2012-03-12
Alexandre Julliard
ntdll: Trace the exception extra information also in...
blob
|
commitdiff
|
raw
|
diff to current
2012-03-12
Alexandre Julliard
ntdll: Set the TARGET_UNWIND flag when calling the...
blob
|
commitdiff
|
raw
|
diff to current
2012-03-12
Alexandre Julliard
ntdll: Restore the original context for the last frame...
blob
|
commitdiff
|
raw
|
diff to current
2012-03-12
Alexandre Julliard
ntdll: Use the context argument as working variable...
blob
|
commitdiff
|
raw
|
diff to current
2012-02-16
William Panlener
ntdll: Use success return values for stubs.
blob
|
commitdiff
|
raw
|
diff to current
2011-02-01
Alexandre Julliard
ntdll: Add support for longjmp in RtlUnwindEx.
blob
|
commitdiff
|
raw
|
diff to current
2011-01-27
Alexandre Julliard
ntdll: Implement RtlRaiseException for x86_64 directly...
blob
|
commitdiff
|
raw
|
diff to current
2011-01-27
Alexandre Julliard
ntdll: Implement set_cpu_context for x86_64 directly...
blob
|
commitdiff
|
raw
|
diff to current
2011-01-27
Alexandre Julliard
ntdll: Avoid copying and restoring the context in RtlCa...
blob
|
commitdiff
|
raw
|
diff to current
2011-01-27
Alexandre Julliard
ntdll: Capture the context inside RtlUnwindEx instead...
blob
|
commitdiff
|
raw
|
diff to current
2011-01-27
Alexandre Julliard
include: Add a prototype for RtlUnwindEx on x86_64.
blob
|
commitdiff
|
raw
|
diff to current
2011-01-17
Austin English
ntdll: Add missing checks for FreeBSD_kernel.
blob
|
commitdiff
|
raw
|
diff to current
2010-06-21
Alexandre Julliard
ntdll: Fix the initial FPU control word on 64-bit.
blob
|
commitdiff
|
raw
|
diff to current
2010-06-17
Henri Verbeet
ntdll: The FPU control word for newly created threads...
blob
|
commitdiff
|
raw
|
diff to current
2010-06-01
Austin English
ntdll: Add signal context function definitions for...
blob
|
commitdiff
|
raw
|
diff to current
2010-05-24
Austin English
ntdll: Add %gs support for FreeBSD.
blob
|
commitdiff
|
raw
|
diff to current
2010-05-16
Alexandre Julliard
ntdll: Preserve registers in call_thread_entry_point...
blob
|
commitdiff
|
raw
|
diff to current
2010-05-04
Alexandre Julliard
ntdll: Add support for saving/restoring CFA frame state.
blob
|
commitdiff
|
raw
|
diff to current
2010-04-12
Alexandre Julliard
ntdll: Make cfi annotations optional for x86_64.
blob
|
commitdiff
|
raw
|
diff to current
2010-04-09
Alexandre Julliard
ntdll: Restructure x86_64 exception processing to treat...
blob
|
commitdiff
|
raw
|
diff to current
2010-04-07
Eric Pouech
ntdll: On x86_64 systems (as on i386 ones), hw breakpoi...
blob
|
commitdiff
|
raw
|
diff to current
2010-02-23
Eric Pouech
ntdll: Notify valgrind for stack management while in...
blob
|
commitdiff
|
raw
|
diff to current
2009-12-04
Alexandre Julliard
ntdll: Add stubs for RtlAddFunctionTable and RtlDeleteF...
blob
|
commitdiff
|
raw
|
diff to current
2009-11-19
Alexandre Julliard
ntdll: Moved the TEB allocation routines to the platfor...
blob
|
commitdiff
|
raw
|
diff to current
2009-11-11
Alexandre Julliard
ntdll: Moved RtlCaptureStackBackTrace stub to the cpu...
blob
|
commitdiff
|
raw
|
diff to current
2009-10-16
Alexandre Julliard
ntdll: Assume leaf function when we can't find exceptio...
blob
|
commitdiff
|
raw
|
diff to current
2009-08-29
Alexandre Julliard
ntdll: Use a more drastic (and simpler) method for...
blob
|
commitdiff
|
raw
|
diff to current
2009-08-28
Alexandre Julliard
ntdll: Add support for Dwarf expressions in call frame...
blob
|
commitdiff
|
raw
|
diff to current
2009-08-28
Alexandre Julliard
ntdll: Add support for unwinding the signal stack on...
blob
|
commitdiff
|
raw
|
diff to current
2009-08-28
Alexandre Julliard
ntdll: Unwind the stack before calling exit/abort_thread.
blob
|
commitdiff
|
raw
|
diff to current
2009-08-28
Alexandre Julliard
ntdll: Move the abort_thread() function to the CPU...
blob
|
commitdiff
|
raw
|
diff to current
2009-08-27
Alexandre Julliard
ntdll: Fix handling of the duplicate MxCsr entry in...
blob
|
commitdiff
|
raw
|
diff to current
2009-08-26
Alexandre Julliard
ntdll: Correctly jump to the modified context after...
blob
|
commitdiff
|
raw
|
diff to current
2009-06-18
Alexandre Julliard
ntdll: Move all thread exit processing to exit_thread...
blob
|
commitdiff
|
raw
|
diff to current
2009-06-18
Alexandre Julliard
ntdll: Simplify the thread startup routine and make...
blob
|
commitdiff
|
raw
|
diff to current
2009-06-18
Alexandre Julliard
ntdll: Add support for calling the TEB exception chain...
blob
|
commitdiff
|
raw
|
diff to current
2009-06-18
Alexandre Julliard
ntdll: Implement stack unwinding for x86_64 builtin...
blob
|
commitdiff
|
raw
|
diff to current
2009-06-16
Alexandre Julliard
ntdll: Handle x86_64 signals on a separate signal stack.
blob
|
commitdiff
|
raw
|
diff to current
2009-06-15
Alexandre Julliard
ntdll: Add appropriate stdcall decorations to assembly...
blob
|
commitdiff
|
raw
|
diff to current
2009-05-22
Alexandre Julliard
ntdll: Implement RtlUnwindEx for x86_64.
blob
|
commitdiff
|
raw
|
diff to current
2009-05-22
Alexandre Julliard
ntdll: Implement __C_specific_handler for x86_64.
blob
|
commitdiff
|
raw
|
diff to current
2009-05-22
Alexandre Julliard
ntdll: Initial support for dispatching exceptions to...
blob
|
commitdiff
|
raw
|
diff to current
2009-05-22
Alexandre Julliard
ntdll: Implemented RtlLookupFunctionEntry for x86_64.
blob
|
commitdiff
|
raw
|
diff to current
2009-05-20
Alexandre Julliard
ntdll: Add test cases for the returned frame value...
blob
|
commitdiff
|
raw
|
diff to current
2009-05-20
Alexandre Julliard
ntdll: Add support for some function epilogs in RtlVirt...
blob
|
commitdiff
|
raw
|
diff to current
2009-05-15
Alexandre Julliard
ntdll: Initial implementation of RtlVirtualUnwind on...
blob
|
commitdiff
|
raw
|
diff to current
2009-05-15
Alexandre Julliard
ntdll: Added a stub for RtlUnwindEx on x86_64.
blob
|
commitdiff
|
raw
|
diff to current
2009-05-01
Alexandre Julliard
ntdll: Save all segment registers on x86_64. Implement...
blob
|
commitdiff
|
raw
|
diff to current
2009-05-01
Alexandre Julliard
ntdll: Use standard siginfo signal handlers on all...
blob
|
commitdiff
|
raw
|
diff to current
2009-04-30
Alexandre Julliard
ntdll: Move NtRaiseException and RtlUnwind implementati...
blob
|
commitdiff
|
raw
|
diff to current
2009-04-10
Alexandre Julliard
ntdll: Set the exception address to the program counter...
blob
|
commitdiff
|
raw
|
diff to current
2009-04-10
Alexandre Julliard
ntdll: Move the RtlRaiseException implementation into...
blob
|
commitdiff
|
raw
|
diff to current
2009-04-10
Alexandre Julliard
ntdll: Add a raise_status function and avoid exporting...
blob
|
commitdiff
|
raw
|
diff to current
2009-04-08
Alexandre Julliard
ntdll: Set the proper context flags in the signal handl...
blob
|
commitdiff
|
raw
|
diff to current
2009-04-08
Alexandre Julliard
server: Define a generic context structure instead...
blob
|
commitdiff
|
raw
|
diff to current
2009-03-13
Alexandre Julliard
ntdll: Move the copy_context function into the respecti...
blob
|
commitdiff
|
raw
|
diff to current
2009-02-20
Alexandre Julliard
ntdll: Moved exit_thread and abort_thread functions...
blob
|
commitdiff
|
raw
|
diff to current
2009-02-18
Alexandre Julliard
ntdll: Move the CPU-specific handling of current TEB...
blob
|
commitdiff
|
raw
|
diff to current
2009-01-20
Austin English
ntdll: Add support for NetBSD (64-bit).
blob
|
commitdiff
|
raw
|
diff to current
2009-01-06
Alexandre Julliard
ntdll: Replaced get_cpu_context by RtlCaptureContext...
blob
|
commitdiff
|
raw
|
diff to current
2008-12-17
Maarten Lankhorst
ntdll: Make all exported wine functions CDECL.
blob
|
commitdiff
|
raw
|
diff to current
2008-12-08
Alexandre Julliard
ntdll: Added stubs for RtlLookupFunctionEntry and RtlVi...
blob
|
commitdiff
|
raw
|
diff to current
2008-11-25
Alexandre Julliard
ntdll: Pass the error code to VIRTUAL_HandleFault,...
blob
|
commitdiff
|
raw
|
diff to current
2008-07-03
Alexandre Julliard
ntdll: Split the signal setup into process-wide and...
blob
|
commitdiff
|
raw
|
diff to current
2007-12-20
Alexandre Julliard
server: Use SIGQUIT instead of SIGTERM to terminate...
blob
|
commitdiff
|
raw
|
diff to current
2007-03-17
Andrew Talbot
ntdll: Replace inline static with static inline.
blob
|
commitdiff
|
raw
|
diff to current
2007-01-18
Alexandre Julliard
ntdll: Make the server signal mask global.
blob
|
commitdiff
|
raw
|
diff to current
2007-01-17
Joel Parker
Remove redundant semicolons for ANSI compatibility.
blob
|
commitdiff
|
raw
|
diff to current
2006-05-23
Jonathan Ernst
Update the address of the Free Software Foundation.
blob
|
commitdiff
|
raw
|
diff to current
2006-04-20
Alexandre Julliard
ntdll: Get registers on the client side for NtGetContex...
blob
|
commitdiff
|
raw
|
diff to current
2006-02-03
Robert Millan
ntdll: Rename i386 CPU trap codes to avoid collision...
blob
|
commitdiff
|
raw
|
diff to current
2006-01-11
Alexandre Julliard
ntdll: Handle NtSetContextThread on the client side...
blob
|
commitdiff
|
raw
|
diff to current
2005-11-02
Alexandre Julliard
Fixed Get/SetThreadContext to work properly on suspende...
blob
|
commitdiff
|
raw
|
diff to current
2005-09-16
Alexandre Julliard
Preliminary implementation of signal handling for x86-64.
blob
|
commitdiff
|
raw
|
diff to current