aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/exceptions.cc
AgeCommit message (Expand)AuthorFilesLines
2008-11-29* exceptions.c (sigpacket::process): Set tls on return since it is assumed toChristopher Faylor1-0/+1
2008-11-28* exceptions.cc (sigpacket::process): Rework previous change. tls could stillChristopher Faylor1-14/+16
2008-11-28* exceptions.cc (sigpacket::process): Make sure that 'tls' is never NULL whenChristopher Faylor1-7/+6
2008-08-01* dcrt0.cc (dll_crt0_1): Add a symbol denoting return from call to main().Christopher Faylor1-3/+6
2008-07-16 Add case-sensitivity.Corinna Vinschen1-1/+1
2008-04-07Remove unneeded header files from source files throughout.Christopher Faylor1-6/+0
2008-04-07Add miscfuncs.h to files as needed throughout.Christopher Faylor1-0/+1
2008-04-03 Cleanup.Corinna Vinschen1-20/+27
2008-03-27* hookapi.cc (find_first_notloaded_dll): New function.Christopher Faylor1-1/+1
2008-03-12 * winsup.h (NT_MAX_PATH): Revert ill-advised change to 32767.Corinna Vinschen1-4/+7
2008-03-02* cygtls.cc (_cygtls::init_exception_handler): Semi-revert to making onlyChristopher Faylor1-9/+15
2008-03-01* exceptions.cc (_cygtls::handle_exceptions): Only call rtl_unwind whenChristopher Faylor1-16/+2
2008-02-28 * exceptions.cc (_cygtls::handle_exceptions): When being debugged,Corinna Vinschen1-2/+2
2008-02-28 * exceptions.cc (open_stackdumpfile): Add comments.Corinna Vinschen1-1/+4
2008-02-28 * exceptions.cc (open_stackdumpfile): Use NtCreateFile to createCorinna Vinschen1-5/+23
2008-02-27 * exceptions.cc (stack_info::walk): Fix typo.Corinna Vinschen1-1/+1
2008-02-27* cygtls.cc (_cygtls::handle_threadlist_exception): Make it clear that theChristopher Faylor1-1/+15
2008-02-25 * dcrt0.cc (initial_env): Only use local buffer "buf" if DEBUGGING isCorinna Vinschen1-1/+1
2008-02-15Perform whitespace cleanup throughout.Christopher Faylor1-13/+12
2008-02-14 * cygheap.cc (cwcsdup): New function.Corinna Vinschen1-3/+3
2008-02-13 * cygtls.cc (_cygtls::init_exception_handler): Revert patchCorinna Vinschen1-3/+14
2007-12-16* dtable.cc (POSIX_NAMED_PIPE): New define.Christopher Faylor1-0/+1
2007-12-12 * dcrt0.cc: Include string.h.Corinna Vinschen1-11/+14
2007-12-06 * dcrt0.cc (initial_env): Use PATH_MAX instead of CYG_MAX_PATH for pathCorinna Vinschen1-3/+3
2007-11-27 Drop old SetResourceLock stuff in favor of mutos.Corinna Vinschen1-3/+0
2007-07-29* cygtls.h (_cygtls::inside_kernel): Move function declaration into _cygtlsChristopher Faylor1-4/+4
2007-07-14* init.cc (in_dllentry): Delete.Christopher Faylor1-1/+1
2007-02-23 * exceptions.cc (dummy_ctrl_c_handler): Remove.Corinna Vinschen1-11/+2
2007-02-20* exceptions.cc (_cygtls::signal_exit): Only call myself.exit when whenChristopher Faylor1-2/+2
2007-02-20Remove extraneous whitespace.Christopher Faylor1-1/+1
2006-07-252006-07-25 Corinna Vinschen <corinna@vinschen.de>Corinna Vinschen1-4/+5
2006-07-17GCC 4.1 fixes.Christopher Faylor1-1/+2
2006-07-13 * exceptions.cc (_cygtls::handle_exceptions): Call newCorinna Vinschen1-5/+9
2006-06-03* dcrt0.cc (dll_crt0_0): Call tty_list::init_session here.Christopher Faylor1-15/+2
2006-06-03* cygtls.h (CYGTLS_PADSIZE): Bump up or suffer a regrettable collision with theChristopher Faylor1-1/+2
2006-05-28white spaceChristopher Faylor1-2/+2
2006-05-22* child_info.h (_CI_SAW_CTRL_C): New enum.Christopher Faylor1-5/+7
2006-04-18* exceptions.cc (ctrl_c_handler): Only exit TRUE on CTRL_LOGOFF_EVENT when weChristopher Faylor1-20/+12
2006-03-22* child_info.h (child_status): Fix typo which made it impossible to setChristopher Faylor1-3/+3
2006-03-20* dcrt0.cc (dll_crt0_0): Don't bother with setting init_console_handler hereChristopher Faylor1-3/+3
2006-03-18* child_info.h (CURR_CHILD_INFO_MAGIC): Regenerate.Christopher Faylor1-2/+4
2006-03-16* cygheap.cc (init_cygheap::manage_console_count): Turn console control handlerChristopher Faylor1-1/+1
2006-03-13* child_info.h (child_info_fork::handle_failure): Declare new function.Christopher Faylor1-1/+0
2006-02-28* exceptions.cc (_cygtls::interrupt_now): Remove "inside cygwin" check sinceChristopher Faylor1-1/+1
2006-02-23* winsup.h (cygwin_hmodule): Declare.Christopher Faylor1-8/+12
2006-02-22 * exceptions.cc (_cygtls::interrupt_now): Reorder conditionalCorinna Vinschen1-1/+1
2006-02-20* exceptions.cc (stackdump): Avoid dumping more than once.Christopher Faylor1-1/+4
2006-02-16 * cygwin.din: Export sigignore and sigset.Corinna Vinschen1-0/+44
2006-02-06Always zero all elements of siginfo_t throughout.Christopher Faylor1-25/+47
2006-01-27* exceptions.cc (inside_kernel): Fix to return true if we can't get the name ofChristopher Faylor1-1/+1