summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/exceptions.cc
Commit message (Expand)AuthorAgeFilesLines
* whitespace cleanup to force snapshot.Christopher Faylor2005-12-221-7/+7
* * cygtls.h (_cygtls::interrupt_now): Subsume interruptible().Christopher Faylor2005-12-201-18/+20
* * winsup.h (child_copy): Change prototype to match new functionality.Christopher Faylor2005-12-171-11/+6
* * exceptions.cc (_cygtls::handle_exceptions): In case of aCorinna Vinschen2005-12-071-0/+7
* Remove unneeded whitespace.Christopher Faylor2005-12-051-11/+11
* * include/exceptions.h (exception_list): Revert previous change. WindowsChristopher Faylor2005-12-031-3/+4
* * cygtls.h (_cygtls::el): New field.Christopher Faylor2005-12-031-44/+36
* * exceptions.cc (handle_exceptions): Translate a guard page exception to aChristopher Faylor2005-12-011-1/+5
* * heap.cc: Remove spurious getpagesize declaration.Christopher Faylor2005-11-251-1/+6
* * include/sys/elf64.h: Fix types to reflect linux usage.Christopher Faylor2005-11-141-0/+2
* * include/sys/cygwin.h: Define CYGWIN_SIGNAL_STRING.Christopher Faylor2005-11-011-5/+6
* * exceptions.cc (signal_exit): Eliminate setting of main thread priority sinceChristopher Faylor2005-10-291-4/+2
* 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