summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/exceptions.cc
Commit message (Expand)AuthorAgeFilesLines
* Change process_lock to lock_process throughout. Change all calls to newChristopher Faylor2005-10-171-1/+1
* * cygheap.h (class process_lock): New class.Christopher Faylor2005-10-031-1/+5
* * dcrt0.cc (get_exit_lock): Use myself.lock rather than exit_lock.Christopher Faylor2005-10-021-3/+0
* * dcrt0.cc (do_exit): Don't set ES_SET_MUTO here. Call get_exit_lock()Christopher Faylor2005-09-301-3/+9
* * exceptions.cc (_cygtls::call_signal_handler): Minor cleanup.Christopher Faylor2005-09-261-3/+5
* * exceptions.cc (handle_exceptions): Just si_code to SI_KERNEL first and let itChristopher Faylor2005-09-261-5/+10
* * exceptions.cc (handle_exceptions): Properly fill out si_code.Christopher Faylor2005-09-261-13/+14
* Semi-reversion of always-exit-from-sigthread change of 2005-09-15.Christopher Faylor2005-09-231-6/+3
* * cygheap.cc (cygheap_fixup_in_child): It's not just for exec.Christopher Faylor2005-09-231-0/+1
* * dcrt0.cc (do_exit): Only call sigproc_terminate from one location --Christopher Faylor2005-09-201-9/+11
* * exceptions.cc (sigtid): Remove declaration.Christopher Faylor2005-09-141-4/+2
* * dcrt0.cc (do_exit): Rely on sigproc_terminate to set exit_stateChristopher Faylor2005-09-131-2/+0
* * exceptions.cc (ctrl_c_handler): Disable any special CTRL_LOGOFF_EVENTCorinna Vinschen2005-09-081-0/+14
* * dcrt0.cc (initial_env): Don't attempt stracing if dynamically loaded.Christopher Faylor2005-09-071-2/+12
* Grr. REVERT erroneous checkin. AGAIN.Christopher Faylor2005-09-021-8/+1
* * Makefile.in (CXXFLAGS): Use 'override' to correctly set flags to generateChristopher Faylor2005-09-021-1/+8
* revert inexplicable previous checkinChristopher Faylor2005-09-021-8/+1
* bad_addressesChristopher Faylor2005-09-021-1/+8
* * exceptions.cc (set_process_mask_delta): Conditionalize debugging output.Christopher Faylor2005-08-291-0/+2
* * cygtls.h (__ljfault): Declare.Christopher Faylor2005-08-281-1/+3
* * cygwin.din: Correct readdir_r typo.Christopher Faylor2005-08-281-1/+1
* * exceptions.cc (handle_sigsuspend): Just sleep forever if called from non-mainChristopher Faylor2005-08-251-16/+21
* * sigproc.h (set_signal_mask): Remove default on second parameter and make passChristopher Faylor2005-08-231-7/+7
* * child_info.h (child_info::sync): Pass pid and HANDLE rather than using pinfo.Christopher Faylor2005-07-171-1/+6
* Eliminate (void) cast on standalone function calls throughout.Christopher Faylor2005-07-061-8/+8
* Change foo (void) to foo () for all c++ functions throughout. Remove allChristopher Faylor2005-07-051-3/+2
* Replace valid memory checks with new myfault class "exception handling", almostChristopher Faylor2005-07-031-7/+12
* * cygerrno.h: Make multi-inclusion safe.Christopher Faylor2005-06-301-2/+15
* Change pthread::cancelable_wait to just cancelable_wait, throughout.Christopher Faylor2005-06-091-1/+1
* * cygtls.h (_local_storage::unknown_thread_name): New buffer.Christopher Faylor2005-05-181-2/+2
* * dcrt0.cc (do_global_dtors): Run DLL dtors.Christopher Faylor2005-04-141-0/+18
* * sync.h (muto::operator int): New operator.Christopher Faylor2005-04-051-8/+8
* Unify usage of CYG_MAX_PATH throughout. Change buffers fromCorinna Vinschen2005-04-031-1/+1
* * wininfo.h (wininfo::timer_active): Delete.Christopher Faylor2005-03-271-0/+23
* copyrightChristopher Faylor2005-02-201-1/+2
* * exceptions.cc: Make windows_system_directory non-static.Christopher Faylor2005-02-071-1/+1
* * pinfo.h (_pinfo::set_exit_state): Declare new function.Christopher Faylor2005-01-111-1/+1
* * child_info.h (CURR_CHILD_INFO_MAGIC): Update.Christopher Faylor2004-12-241-2/+2
* * child_info.h (child_info_spawn::hexec_proc): Eliminate.Christopher Faylor2004-11-261-27/+8
* * exceptions.cc (sig_handle_tty_stop): Set flag earlier.Christopher Faylor2004-09-201-1/+1
* * exceptions.cc (sig_handle_tty_stop): Set flag that we are in a cygwinChristopher Faylor2004-09-201-1/+3
* * exceptions.cc: (ctrl_c_handler): Do nothing while a Cygwin subprocess isChristopher Faylor2004-09-121-0/+2
* Regularize most strace_prints throughout so that %E is always preceded by aChristopher Faylor2004-09-031-2/+2
* * path.cc (chdir): Always use the normalized_path as posix_cwd, except if itChristopher Faylor2004-05-281-2/+2
* Change the name "title_mutex" to "tty_mutex" throughout.Christopher Faylor2004-05-171-6/+6
* * exceptions.cc (try_to_debug): Report on tid of caller.Christopher Faylor2004-03-151-2/+2
* * exceptions.cc (sigpacket::process): Simplify code slightly.Corinna Vinschen2004-03-121-3/+1
* * cygtls.h (waitq): Declare structure here.Christopher Faylor2004-03-121-8/+27
* * cygtls.cc (_cygtls::fixup_after_fork): Remove unneeded setting of oldmask.Christopher Faylor2004-03-121-48/+24
* * exceptions.cc (setup_handler): Avoid suspending a thread if it in a cygwinChristopher Faylor2004-03-091-2/+2