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
*
* 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
*
* exceptions.cc (signal_exit): Only dump core when it's a "kernel" signal.
Christopher Faylor
2013-07-19
1
-2
/
+4
*
* exceptions.cc (try_to_debug): Don't use yield() when waiting for another
Christopher Faylor
2013-06-08
1
-2
/
+6
*
* cygwait.cc (cygwait): Remove lock around sig retrieval since this code is
Christopher Faylor
2013-06-08
1
-32
/
+22
*
* exceptions.cc (_cygtls::handle_SIGCONT): Reinstate previous behavior but make
Christopher Faylor
2013-06-07
1
-10
/
+24
*
* exceptions.cc (exception::handle): Add comment explaining si_addr behavior.
Christopher Faylor
2013-06-07
1
-6
/
+9
*
* exceptions.cc (_cygtls::handle_SIGCONT): Simplify loop waiting for
Corinna Vinschen
2013-06-06
1
-17
/
+10
*
* exceptions.cc (exception::handle): Resurrect accidentally lost
Corinna Vinschen
2013-06-02
1
-1
/
+2
*
* exceptions.cc (cygwin_exception::dumpstack): Guard against wild pointer
Christopher Faylor
2013-04-30
1
-22
/
+29
*
* Merge in cygwin-64bit-branch.
Corinna Vinschen
2013-04-23
1
-91
/
+218
*
* cygtls.h (_cygtls::reset_signal_arrived): Actually reset the signal_arrived
Christopher Faylor
2013-04-09
1
-42
/
+60
*
* child_info.h (cygheap_exec_info::sigmask): Declare new field.
Christopher Faylor
2013-03-31
1
-28
/
+37
*
* exceptions.cc (exception::handle): Generalize comment.
Christopher Faylor
2013-03-28
1
-1
/
+1
*
* cygtls.h (_cygtls::signal_debugger): Change argument type.
Christopher Faylor
2013-03-09
1
-22
/
+31
*
Remove now-inappropriate comment.
Christopher Faylor
2013-03-01
1
-2
/
+0
*
* exceptions.cc (exception::handle): Eliminate buggy recursed value and just
Christopher Faylor
2013-03-01
1
-3
/
+3
*
* DevNotes: Add entry cgf-000022.
Christopher Faylor
2013-01-31
1
-32
/
+14
*
* exceptions.cc (exception::handle): Make attempt to recursively dump stack
Christopher Faylor
2013-01-23
1
-1
/
+1
*
* dcrt0.cc (dll_crt0_1): Comment assumption.
Christopher Faylor
2013-01-21
1
-0
/
+4
*
Throughout, change __attribute__ ((regparm (N))) to just __regN. Throughout,
Christopher Faylor
2013-01-21
1
-3
/
+3
*
* exceptions.cc (ctrl_c_handler): Remove special-case handler for
Christopher Faylor
2013-01-19
1
-8
/
+0
*
* exceptions.cc (signal_exit): Move captive process termintation...
Christopher Faylor
2013-01-14
1
-10
/
+8
*
* cygerrno.h: Fix copyright.
Corinna Vinschen
2013-01-09
1
-2
/
+0
*
* cygtls.h (_cygtls::signal_exit): Delete from class.
Christopher Faylor
2013-01-02
1
-87
/
+125
*
* DevNotes: Add entry cgf-000019.
Christopher Faylor
2012-12-28
1
-13
/
+6
*
* exceptions.cc (sigpacket::process): Reorganize to avoid use of tls before
Christopher Faylor
2012-12-07
1
-12
/
+12
*
* sigproc.h (sigpacket): Remove parameter names from declarations.
Christopher Faylor
2012-12-07
1
-2
/
+6
*
* cygtls.h (_cygtls::get_signal_arrived): Add parameter to make lock/unlock
Christopher Faylor
2012-12-07
1
-1
/
+1
*
* cygtls.h (_cygtls::will_wait_for_signal): Rename from 'signal_waiting' to
Christopher Faylor
2012-12-04
1
-5
/
+1
*
* DevNotes: Add entry cgf-000016.
Christopher Faylor
2012-08-17
1
-15
/
+13
*
* exceptions.cc (sig_handle_tty_stop): Clear tls sig field.
Christopher Faylor
2012-08-17
1
-1
/
+5
*
* cygheap.cc (init_cygheap::find_tls): Don't consider unitialized threads.
Christopher Faylor
2012-08-16
1
-21
/
+25
*
Rename cancelable_wait -> cygwait throughout.
Christopher Faylor
2012-08-15
1
-2
/
+2
*
* cygtls.h (_cygtls::create_signal_arrived): New function.
Christopher Faylor
2012-08-15
1
-2
/
+6
*
* exceptions.cc (sigdelayed): Move declaration to sigproc.h.
Christopher Faylor
2012-08-15
1
-2
/
+0
*
* DevNotes: Add entry cgf-000014.
Christopher Faylor
2012-08-09
1
-2
/
+2
*
* exceptions.cc (sigdelayed): Simplify declaration.
Christopher Faylor
2012-08-03
1
-5
/
+5
*
* cygwait.cc (cancelable_wait): Add some debugging-only output.
Christopher Faylor
2012-07-30
1
-33
/
+33
*
* cygtls.cc (_cygtls::reset_signal_arrived): New function.
Christopher Faylor
2012-07-29
1
-8
/
+11
*
* DevNotes: Add entry cgf-000013.
Christopher Faylor
2012-07-21
1
-119
/
+43
*
* exceptions.cc (setup_handler): Remove unneeded assignment found by Clang.
Christopher Faylor
2012-07-04
1
-1
/
+1
*
* exceptions.cc (exception::handle): Use error_code in klog, as intended.
Christopher Faylor
2012-07-03
1
-2
/
+1
*
* Makefile.in: Add some more optimization flags for cygwait, malloc and path....
Christopher Faylor
2012-07-02
1
-1
/
+1
*
* exceptions.cc (RtlUnwind): Align declaration with MSDN.
Corinna Vinschen
2012-06-28
1
-1
/
+1
[next]