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
*
This commit was manufactured by cvs2svn to create branch 'gdb_7_4-branch'.
gdb_7_4-2011-12-13-branchpoint
cvs2svn
2011-12-08
1
-1395
/
+0
*
* dll_init.cc (dll_dllcrt0): Don't try to initialize dll data if we're
Christopher Faylor
2011-12-08
1
-1
/
+0
*
* exceptions.cc (ctrl_c_handler): Remove _my_tls.remove since it can cause
Christopher Faylor
2011-12-07
1
-2
/
+0
*
* exceptions.cc (exception::handle): Drop abbreviation for "exception" since I
Christopher Faylor
2011-12-04
1
-19
/
+27
*
* exceptions.cc (stackdump): Make global.
Christopher Faylor
2011-11-26
1
-43
/
+1
*
* exceptions.cc (sigpacket::process): Move signal_exit processing into...
Christopher Faylor
2011-11-26
1
-11
/
+14
*
Throughout use "have_execed" macro rather than "hExeced" global handle.
Christopher Faylor
2011-11-14
1
-14
/
+9
*
* exceptions.cc (sigpacket::process): Avoid a potential deadlock when exiting
Christopher Faylor
2011-10-28
1
-0
/
+1
*
* cygtls.h (struct _local_storage): Add cw_timer member.
Yaakov Selkowitz
2011-08-03
1
-1
/
+1
*
* setup_handler (setup_handler): Change break to goto out, missed in 2011-07-06
Christopher Faylor
2011-07-13
1
-1
/
+1
*
* exceptions.cc (_cygtls::interrupt_now): Back out previous change since it
Christopher Faylor
2011-07-06
1
-10
/
+4
*
* exceptions.cc (_cygtls::interrupt_now): Don't check for spinning here.
Christopher Faylor
2011-07-06
1
-4
/
+10
*
* exceptions.cc (CALL_HANDLER_RETRY_INNER): Rename to reflect different
Christopher Faylor
2011-07-06
1
-42
/
+45
*
whitespace elimination
Christopher Faylor
2011-06-06
1
-2
/
+2
*
* exceptions.cc (ctrl_c_handler): Simplify test for no parent tty.
Christopher Faylor
2011-06-01
1
-1
/
+1
*
* autoload.cc: Call _api_fatal in asm.
Christopher Faylor
2011-05-28
1
-1
/
+1
*
* cygheap.h (init_cygheap::ctty): Use base class so that console can join in
Christopher Faylor
2011-04-17
1
-7
/
+14
*
* exceptions.cc (try_to_debug): Improve comment.
Christopher Faylor
2010-10-24
1
-2
/
+3
*
* autoload.cc (LoadDLLprime): Change dllname storage to string16.
Corinna Vinschen
2010-08-28
1
-15
/
+0
*
* exceptions.cc (open_stackdumpfile): Don't try to open file if we
Corinna Vinschen
2010-08-18
1
-1
/
+4
*
* exceptions.cc (_cygtls::interrupt_now): Revert to checking for "spinning"
Christopher Faylor
2010-08-01
1
-3
/
+8
*
* exceptions.cc (_cygtls::interrupt_now): Avoid nonsensical tests which delay
Christopher Faylor
2010-07-18
1
-11
/
+4
*
* exceptions.cc (dump_exception): Use %W instead of %s for printing
Corinna Vinschen
2010-06-29
1
-1
/
+1
*
* exceptions.cc (open_stackdumpfile): Correctly append .stackdump
Corinna Vinschen
2010-06-01
1
-2
/
+1
*
* environ.cc (regopt): Change the first argument to wide char string.
Christopher Faylor
2010-05-18
1
-9
/
+6
*
* cygheap.h (struct init_cygheap): Add rlim_core member.
Corinna Vinschen
2010-04-20
1
-7
/
+11
*
Throughout change all calls of low_priority_sleep (0) to yield ().
Christopher Faylor
2010-03-12
1
-2
/
+2
*
Update some copyrights.
Christopher Faylor
2010-02-28
1
-5
/
+6
*
* cygtls.h (_cygtls::init_exception_handler): Eliminate argument.
Christopher Faylor
2010-02-26
1
-2
/
+2
*
Throughout, revert ill-conceived replacement of hMainThread with
Corinna Vinschen
2009-12-21
1
-2
/
+2
*
Throughout, replace hMainProc with GetCurrentProcess/NtCurrentProcess
Corinna Vinschen
2009-12-18
1
-2
/
+2
*
* exceptions.cc (_cygtls::signal_exit): There's no need to set signal_arrived
Christopher Faylor
2009-10-08
1
-1
/
+0
*
* exceptions.cc: Move global variable sigExeced...
Christopher Faylor
2009-10-06
1
-1
/
+0
*
* exceptions.cc (sigpacket::process): Explicitly set thread-specific handler
Christopher Faylor
2009-09-19
1
-1
/
+2
*
* exceptions.cc (sigpacket::process): Give sigwait() processing precedence even
Christopher Faylor
2009-09-18
1
-3
/
+4
*
* exceptions.cc (handle_exceptions): Set si_addr according to
Eric Blake
2009-07-23
1
-1
/
+3
*
* exceptions.cc (sig_handle_tty_stop): Set stopsig to SIGCONT when continuing.
Christopher Faylor
2009-07-18
1
-0
/
+1
*
* security.cc (set_file_sd): Drop using FILE_OPEN_FOR_RECOVERY flag in
Corinna Vinschen
2009-05-04
1
-2
/
+1
*
Remove unneeded header files from source files throughout. Update copyrights
Christopher Faylor
2009-01-03
1
-2
/
+2
*
* exceptions.cc (try_to_debug): Avoid creating a huge buffer on the stack.
Christopher Faylor
2008-12-30
1
-3
/
+2
*
* exceptions.c (sigpacket::process): Set tls on return since it is assumed to
Christopher Faylor
2008-11-29
1
-0
/
+1
*
* exceptions.cc (sigpacket::process): Rework previous change. tls could still
Christopher Faylor
2008-11-28
1
-14
/
+16
*
* exceptions.cc (sigpacket::process): Make sure that 'tls' is never NULL when
Christopher Faylor
2008-11-28
1
-7
/
+6
*
* dcrt0.cc (dll_crt0_1): Add a symbol denoting return from call to main().
Christopher Faylor
2008-08-01
1
-3
/
+6
*
Add case-sensitivity.
Corinna Vinschen
2008-07-16
1
-1
/
+1
*
Remove unneeded header files from source files throughout.
Christopher Faylor
2008-04-07
1
-6
/
+0
*
Add miscfuncs.h to files as needed throughout.
Christopher Faylor
2008-04-07
1
-0
/
+1
*
Cleanup.
Corinna Vinschen
2008-04-03
1
-20
/
+27
*
* hookapi.cc (find_first_notloaded_dll): New function.
Christopher Faylor
2008-03-27
1
-1
/
+1
*
* winsup.h (NT_MAX_PATH): Revert ill-advised change to 32767.
Corinna Vinschen
2008-03-12
1
-4
/
+7
[next]