index
:
cygnal
cygnal-2.5.2
cygnal-2.9.0-branch
cygnal-3-1-6-98-branch
cygnal-3-1-98-branch
cygwin-master
"Cygwin Native Application Lib" --- http://www.kylheku.com/cygnal
kaz@kylheku.com
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
winsup
/
cygwin
/
exceptions.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Throughout Cygwin, use u_intN_t or uintN_t
Corinna Vinschen
2016-03-24
1
-2
/
+2
*
cygwin: fix errors with GCC 5
Yaakov Selkowitz
2016-02-12
1
-2
/
+2
*
Fix race condition when waiting for a signal
Corinna Vinschen
2015-11-27
1
-2
/
+2
*
Avoid double unlock of TLS mutex
Corinna Vinschen
2015-10-30
1
-4
/
+1
*
exceptions.cc: Drop including ucontext.h.
Corinna Vinschen
2015-08-18
1
-1
/
+0
*
Fix potential buffer overflow in makecontext trampoline
Corinna Vinschen
2015-07-23
1
-1
/
+7
*
Reduce stack pressure throughout Cygwin
Corinna Vinschen
2015-07-19
1
-19
/
+19
*
Rearrange makecontext and add lots of comments
Corinna Vinschen
2015-07-18
1
-12
/
+37
*
Fix ucontext creation in call_signal handler
Corinna Vinschen
2015-07-17
1
-4
/
+15
*
Comment fixup
Corinna Vinschen
2015-07-17
1
-6
/
+6
*
Reuse __unwind_single_frame where appropriate
Corinna Vinschen
2015-07-17
1
-58
/
+32
*
Implement getcontext, setcontext, makecontext, swapcontext
Corinna Vinschen
2015-07-17
1
-0
/
+224
*
exceptions.cc: Reenable code only disabled for debug purposes
Corinna Vinschen
2015-07-13
1
-2
/
+0
*
x86_64: Handle myfault exceptions when running on alternate signal stack
Corinna Vinschen
2015-07-07
1
-0
/
+46
*
Fix original stack when running signal handler on alternate stack
Corinna Vinschen
2015-07-04
1
-21
/
+121
*
Handle ss_flags value longjmp safe.
Corinna Vinschen
2015-06-27
1
-4
/
+0
*
Don't push on original stack during alternate signal stack setup
Corinna Vinschen
2015-06-22
1
-56
/
+49
*
Safe all clobbered volatile registers when using alternate stack
Corinna Vinschen
2015-06-21
1
-22
/
+47
*
Fix comments
Corinna Vinschen
2015-06-20
1
-2
/
+2
*
Implement using alternate signal stack in Cygwin
Corinna Vinschen
2015-06-20
1
-13
/
+108
*
Preliminary infrastructure to implement alternate stack
Corinna Vinschen
2015-06-19
1
-4
/
+10
*
Formatting fixes in exceptions.cc
Corinna Vinschen
2015-06-19
1
-37
/
+63
*
Don't enforce SA_RESTART in non-main threads
Corinna Vinschen
2015-06-15
1
-1
/
+6
*
Set mcontext.cr2 to the faulting address
Jon TURNEY
2015-04-23
1
-0
/
+4
*
Only construct ucontext for SA_SIGINFO signal handlers
Jon TURNEY
2015-04-23
1
-22
/
+32
*
Initialize context before RtlContextCapture
Jon TURNEY
2015-04-23
1
-2
/
+6
*
Provide ucontext to signal handlers
Jon TURNEY
2015-04-23
1
-2
/
+21
*
Prepare to rename/reuse struct ucontext.
Corinna Vinschen
2015-04-23
1
-4
/
+3
*
Teach stackinfo::walk() how to virtually unwind the tls sigstack
Jon TURNEY
2015-03-13
1
-0
/
+13
*
* cygheap.cc (init_cygheap::init_tls_list): Accommodate threadlist
Corinna Vinschen
2014-11-28
1
-16
/
+46
*
* Throughout, use __try/__except/__endtry blocks, rather than myfault
Corinna Vinschen
2014-08-22
1
-54
/
+41
*
* exceptions.cc (exception::myfault_handle): Rephrase comment.
Corinna Vinschen
2014-07-09
1
-1
/
+4
*
* exceptions.cc (exception::myfault_handle): Fix typo in comment.
Corinna Vinschen
2014-07-09
1
-1
/
+1
*
* exceptions.cc (exception::myfault_handle): Disable handling
Corinna Vinschen
2014-07-07
1
-0
/
+3
*
* exceptions.cc (try_to_debug): Free environment pointer when not used
Corinna Vinschen
2014-06-23
1
-1
/
+2
*
* exceptions.cc (try_to_debug): Fix size of dbg_cmd (CID 59929).
Corinna Vinschen
2014-05-19
1
-1
/
+1
*
* exceptions.cc (exception::myfault_handle): Only handle the minimum
Corinna Vinschen
2014-04-09
1
-1
/
+14
*
* DevNotes: Add entry cgf-000025.
Christopher Faylor
2014-03-29
1
-27
/
+14
*
* dcrt0.cc (dll_crt0_0): Install myfault exception handler on x86_64.
Corinna Vinschen
2014-03-28
1
-30
/
+18
*
* exceptions.cc (_cygtls::signal_debugger): Move memcpy to copy context
Corinna Vinschen
2014-03-28
1
-5
/
+4
*
* exception.h (exception::handle_while_being_debugged): Declare.
Corinna Vinschen
2014-03-19
1
-0
/
+8
*
Partially revert patch from 2014-03-04.
Corinna Vinschen
2014-03-18
1
-0
/
+2
*
* exception.h (exception::handler_installed): Remove.
Corinna Vinschen
2014-03-04
1
-2
/
+0
*
* exceptions.h (cygwin_exception::open_stackdumpfile): Move old function into
Christopher Faylor
2014-01-08
1
-4
/
+5
*
* globals.cc (hntdll): Define/declare.
Christopher Faylor
2013-12-09
1
-0
/
+3
*
Throughout, drop unnecessary explicit includes of windows header files
Corinna Vinschen
2013-11-24
1
-2
/
+0
*
* exceptions.cc (signal_exit): Remove comment. Use __builtin_frame_address.
Christopher Faylor
2013-07-20
1
-4
/
+2
*
* exceptions.cc (signal_exit): Nope. Nevermind. Dump core unconditionally.
Christopher Faylor
2013-07-20
1
-2
/
+1
*
reword comment
Christopher Faylor
2013-07-19
1
-1
/
+1
*
* exceptions.cc (signal_exit): Add a FIXME comment.
Christopher Faylor
2013-07-19
1
-0
/
+2
[next]