summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/exceptions.cc
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branchmultiprocess-20081120-branchpointcvs2svn2008-11-191-1432/+0
* * dcrt0.cc (dll_crt0_1): Add a symbol denoting return from call to main().Christopher Faylor2008-08-011-3/+6
* Add case-sensitivity.Corinna Vinschen2008-07-161-1/+1
* Remove unneeded header files from source files throughout.Christopher Faylor2008-04-071-6/+0
* Add miscfuncs.h to files as needed throughout.Christopher Faylor2008-04-071-0/+1
* Cleanup.Corinna Vinschen2008-04-031-20/+27
* * hookapi.cc (find_first_notloaded_dll): New function.Christopher Faylor2008-03-271-1/+1
* * winsup.h (NT_MAX_PATH): Revert ill-advised change to 32767.Corinna Vinschen2008-03-121-4/+7
* * cygtls.cc (_cygtls::init_exception_handler): Semi-revert to making onlyChristopher Faylor2008-03-021-9/+15
* * exceptions.cc (_cygtls::handle_exceptions): Only call rtl_unwind whenChristopher Faylor2008-03-011-16/+2
* * exceptions.cc (_cygtls::handle_exceptions): When being debugged,Corinna Vinschen2008-02-281-2/+2
* * exceptions.cc (open_stackdumpfile): Add comments.Corinna Vinschen2008-02-281-1/+4
* * exceptions.cc (open_stackdumpfile): Use NtCreateFile to createCorinna Vinschen2008-02-281-5/+23
* * exceptions.cc (stack_info::walk): Fix typo.Corinna Vinschen2008-02-271-1/+1
* * cygtls.cc (_cygtls::handle_threadlist_exception): Make it clear that theChristopher Faylor2008-02-271-1/+15
* * dcrt0.cc (initial_env): Only use local buffer "buf" if DEBUGGING isCorinna Vinschen2008-02-251-1/+1
* Perform whitespace cleanup throughout.Christopher Faylor2008-02-151-13/+12
* * cygheap.cc (cwcsdup): New function.Corinna Vinschen2008-02-141-3/+3
* * cygtls.cc (_cygtls::init_exception_handler): Revert patchCorinna Vinschen2008-02-131-3/+14
* * dtable.cc (POSIX_NAMED_PIPE): New define.Christopher Faylor2007-12-161-0/+1
* * dcrt0.cc: Include string.h.Corinna Vinschen2007-12-121-11/+14
* * dcrt0.cc (initial_env): Use PATH_MAX instead of CYG_MAX_PATH for pathCorinna Vinschen2007-12-061-3/+3
* Drop old SetResourceLock stuff in favor of mutos.Corinna Vinschen2007-11-271-3/+0
* * cygtls.h (_cygtls::inside_kernel): Move function declaration into _cygtlsChristopher Faylor2007-07-291-4/+4
* * init.cc (in_dllentry): Delete.Christopher Faylor2007-07-141-1/+1
* * exceptions.cc (dummy_ctrl_c_handler): Remove.Corinna Vinschen2007-02-231-11/+2
* * exceptions.cc (_cygtls::signal_exit): Only call myself.exit when whenChristopher Faylor2007-02-201-2/+2
* Remove extraneous whitespace.Christopher Faylor2007-02-201-1/+1
* 2006-07-25 Corinna Vinschen <corinna@vinschen.de>Corinna Vinschen2006-07-251-4/+5
* GCC 4.1 fixes.Christopher Faylor2006-07-171-1/+2
* * exceptions.cc (_cygtls::handle_exceptions): Call newCorinna Vinschen2006-07-131-5/+9
* * dcrt0.cc (dll_crt0_0): Call tty_list::init_session here.Christopher Faylor2006-06-031-15/+2
* * cygtls.h (CYGTLS_PADSIZE): Bump up or suffer a regrettable collision with theChristopher Faylor2006-06-031-1/+2
* white spaceChristopher Faylor2006-05-281-2/+2
* * child_info.h (_CI_SAW_CTRL_C): New enum.Christopher Faylor2006-05-221-5/+7
* * exceptions.cc (ctrl_c_handler): Only exit TRUE on CTRL_LOGOFF_EVENT when weChristopher Faylor2006-04-181-20/+12
* * child_info.h (child_status): Fix typo which made it impossible to setChristopher Faylor2006-03-221-3/+3
* * dcrt0.cc (dll_crt0_0): Don't bother with setting init_console_handler hereChristopher Faylor2006-03-201-3/+3
* * child_info.h (CURR_CHILD_INFO_MAGIC): Regenerate.Christopher Faylor2006-03-181-2/+4
* * cygheap.cc (init_cygheap::manage_console_count): Turn console control handlerChristopher Faylor2006-03-161-1/+1
* * child_info.h (child_info_fork::handle_failure): Declare new function.Christopher Faylor2006-03-131-1/+0
* * exceptions.cc (_cygtls::interrupt_now): Remove "inside cygwin" check sinceChristopher Faylor2006-02-281-1/+1
* * winsup.h (cygwin_hmodule): Declare.Christopher Faylor2006-02-231-8/+12
* * exceptions.cc (_cygtls::interrupt_now): Reorder conditionalCorinna Vinschen2006-02-221-1/+1
* * exceptions.cc (stackdump): Avoid dumping more than once.Christopher Faylor2006-02-201-1/+4
* * cygwin.din: Export sigignore and sigset.Corinna Vinschen2006-02-161-0/+44
* Always zero all elements of siginfo_t throughout.Christopher Faylor2006-02-061-25/+47
* * exceptions.cc (inside_kernel): Fix to return true if we can't get the name ofChristopher Faylor2006-01-271-1/+1
* add copyrightChristopher Faylor2006-01-021-1/+1
* * exceptions.cc (sigpacket::process): Pass actual reference to signal'sChristopher Faylor2006-01-011-2/+3