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.cc (dummy_ctrl_c_handler): Remove.
Corinna Vinschen
2007-02-23
1
-11
/
+2
*
* exceptions.cc (_cygtls::signal_exit): Only call myself.exit when when
Christopher Faylor
2007-02-20
1
-2
/
+2
*
Remove extraneous whitespace.
Christopher Faylor
2007-02-20
1
-1
/
+1
*
2006-07-25 Corinna Vinschen <corinna@vinschen.de>
Corinna Vinschen
2006-07-25
1
-4
/
+5
*
GCC 4.1 fixes.
Christopher Faylor
2006-07-17
1
-1
/
+2
*
* exceptions.cc (_cygtls::handle_exceptions): Call new
Corinna Vinschen
2006-07-13
1
-5
/
+9
*
* dcrt0.cc (dll_crt0_0): Call tty_list::init_session here.
Christopher Faylor
2006-06-03
1
-15
/
+2
*
* cygtls.h (CYGTLS_PADSIZE): Bump up or suffer a regrettable collision with the
Christopher Faylor
2006-06-03
1
-1
/
+2
*
white space
Christopher Faylor
2006-05-28
1
-2
/
+2
*
* child_info.h (_CI_SAW_CTRL_C): New enum.
Christopher Faylor
2006-05-22
1
-5
/
+7
*
* exceptions.cc (ctrl_c_handler): Only exit TRUE on CTRL_LOGOFF_EVENT when we
Christopher Faylor
2006-04-18
1
-20
/
+12
*
* child_info.h (child_status): Fix typo which made it impossible to set
Christopher Faylor
2006-03-22
1
-3
/
+3
*
* dcrt0.cc (dll_crt0_0): Don't bother with setting init_console_handler here
Christopher Faylor
2006-03-20
1
-3
/
+3
*
* child_info.h (CURR_CHILD_INFO_MAGIC): Regenerate.
Christopher Faylor
2006-03-18
1
-2
/
+4
*
* cygheap.cc (init_cygheap::manage_console_count): Turn console control handler
Christopher Faylor
2006-03-16
1
-1
/
+1
*
* child_info.h (child_info_fork::handle_failure): Declare new function.
Christopher Faylor
2006-03-13
1
-1
/
+0
*
* exceptions.cc (_cygtls::interrupt_now): Remove "inside cygwin" check since
Christopher Faylor
2006-02-28
1
-1
/
+1
*
* winsup.h (cygwin_hmodule): Declare.
Christopher Faylor
2006-02-23
1
-8
/
+12
*
* exceptions.cc (_cygtls::interrupt_now): Reorder conditional
Corinna Vinschen
2006-02-22
1
-1
/
+1
*
* exceptions.cc (stackdump): Avoid dumping more than once.
Christopher Faylor
2006-02-20
1
-1
/
+4
*
* cygwin.din: Export sigignore and sigset.
Corinna Vinschen
2006-02-16
1
-0
/
+44
*
Always zero all elements of siginfo_t throughout.
Christopher Faylor
2006-02-06
1
-25
/
+47
*
* exceptions.cc (inside_kernel): Fix to return true if we can't get the name of
Christopher Faylor
2006-01-27
1
-1
/
+1
*
add copyright
Christopher Faylor
2006-01-02
1
-1
/
+1
*
* exceptions.cc (sigpacket::process): Pass actual reference to signal's
Christopher Faylor
2006-01-01
1
-2
/
+3
*
* exceptions.cc (_cygtls::interrupt_setup): Implement SA_RESETHAND.
Christopher Faylor
2006-01-01
1
-0
/
+2
*
* exceptions.cc (_cygtls::handle_exceptions): Drop redundant `break'.
Corinna Vinschen
2005-12-27
1
-1
/
+0
*
* exceptions.cc (inside_kernel): Rename from interruptible.
Corinna Vinschen
2005-12-27
1
-3
/
+3
*
* exceptions.cc (interruptible): New function, code stripped from
Corinna Vinschen
2005-12-27
1
-28
/
+64
*
* cygtls.cc (_cygtls::handle_threadlist_exception): Make an error fatal.
Christopher Faylor
2005-12-23
1
-7
/
+7
*
whitespace cleanup to force snapshot.
Christopher Faylor
2005-12-22
1
-7
/
+7
*
* cygtls.h (_cygtls::interrupt_now): Subsume interruptible().
Christopher Faylor
2005-12-20
1
-18
/
+20
*
* winsup.h (child_copy): Change prototype to match new functionality.
Christopher Faylor
2005-12-17
1
-11
/
+6
*
* exceptions.cc (_cygtls::handle_exceptions): In case of a
Corinna Vinschen
2005-12-07
1
-0
/
+7
*
Remove unneeded whitespace.
Christopher Faylor
2005-12-05
1
-11
/
+11
*
* include/exceptions.h (exception_list): Revert previous change. Windows
Christopher Faylor
2005-12-03
1
-3
/
+4
*
* cygtls.h (_cygtls::el): New field.
Christopher Faylor
2005-12-03
1
-44
/
+36
*
* exceptions.cc (handle_exceptions): Translate a guard page exception to a
Christopher Faylor
2005-12-01
1
-1
/
+5
*
* heap.cc: Remove spurious getpagesize declaration.
Christopher Faylor
2005-11-25
1
-1
/
+6
*
* include/sys/elf64.h: Fix types to reflect linux usage.
Christopher Faylor
2005-11-14
1
-0
/
+2
*
* include/sys/cygwin.h: Define CYGWIN_SIGNAL_STRING.
Christopher Faylor
2005-11-01
1
-5
/
+6
*
* exceptions.cc (signal_exit): Eliminate setting of main thread priority since
Christopher Faylor
2005-10-29
1
-4
/
+2
*
Change process_lock to lock_process throughout. Change all calls to new
Christopher Faylor
2005-10-17
1
-1
/
+1
*
* cygheap.h (class process_lock): New class.
Christopher Faylor
2005-10-03
1
-1
/
+5
*
* dcrt0.cc (get_exit_lock): Use myself.lock rather than exit_lock.
Christopher Faylor
2005-10-02
1
-3
/
+0
*
* dcrt0.cc (do_exit): Don't set ES_SET_MUTO here. Call get_exit_lock()
Christopher Faylor
2005-09-30
1
-3
/
+9
*
* exceptions.cc (_cygtls::call_signal_handler): Minor cleanup.
Christopher Faylor
2005-09-26
1
-3
/
+5
*
* exceptions.cc (handle_exceptions): Just si_code to SI_KERNEL first and let it
Christopher Faylor
2005-09-26
1
-5
/
+10
*
* exceptions.cc (handle_exceptions): Properly fill out si_code.
Christopher Faylor
2005-09-26
1
-13
/
+14
*
Semi-reversion of always-exit-from-sigthread change of 2005-09-15.
Christopher Faylor
2005-09-23
1
-6
/
+3
[next]