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
*
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
*
* cygheap.cc (cygheap_fixup_in_child): It's not just for exec.
Christopher Faylor
2005-09-23
1
-0
/
+1
*
* dcrt0.cc (do_exit): Only call sigproc_terminate from one location --
Christopher Faylor
2005-09-20
1
-9
/
+11
*
* exceptions.cc (sigtid): Remove declaration.
Christopher Faylor
2005-09-14
1
-4
/
+2
*
* dcrt0.cc (do_exit): Rely on sigproc_terminate to set exit_state
Christopher Faylor
2005-09-13
1
-2
/
+0
*
* exceptions.cc (ctrl_c_handler): Disable any special CTRL_LOGOFF_EVENT
Corinna Vinschen
2005-09-08
1
-0
/
+14
*
* dcrt0.cc (initial_env): Don't attempt stracing if dynamically loaded.
Christopher Faylor
2005-09-07
1
-2
/
+12
*
Grr. REVERT erroneous checkin. AGAIN.
Christopher Faylor
2005-09-02
1
-8
/
+1
*
* Makefile.in (CXXFLAGS): Use 'override' to correctly set flags to generate
Christopher Faylor
2005-09-02
1
-1
/
+8
*
revert inexplicable previous checkin
Christopher Faylor
2005-09-02
1
-8
/
+1
*
bad_addresses
Christopher Faylor
2005-09-02
1
-1
/
+8
*
* exceptions.cc (set_process_mask_delta): Conditionalize debugging output.
Christopher Faylor
2005-08-29
1
-0
/
+2
*
* cygtls.h (__ljfault): Declare.
Christopher Faylor
2005-08-28
1
-1
/
+3
*
* cygwin.din: Correct readdir_r typo.
Christopher Faylor
2005-08-28
1
-1
/
+1
*
* exceptions.cc (handle_sigsuspend): Just sleep forever if called from non-main
Christopher Faylor
2005-08-25
1
-16
/
+21
*
* sigproc.h (set_signal_mask): Remove default on second parameter and make pass
Christopher Faylor
2005-08-23
1
-7
/
+7
*
* child_info.h (child_info::sync): Pass pid and HANDLE rather than using pinfo.
Christopher Faylor
2005-07-17
1
-1
/
+6
*
Eliminate (void) cast on standalone function calls throughout.
Christopher Faylor
2005-07-06
1
-8
/
+8
*
Change foo (void) to foo () for all c++ functions throughout. Remove all
Christopher Faylor
2005-07-05
1
-3
/
+2
*
Replace valid memory checks with new myfault class "exception handling", almost
Christopher Faylor
2005-07-03
1
-7
/
+12
*
* cygerrno.h: Make multi-inclusion safe.
Christopher Faylor
2005-06-30
1
-2
/
+15
*
Change pthread::cancelable_wait to just cancelable_wait, throughout.
Christopher Faylor
2005-06-09
1
-1
/
+1
*
* cygtls.h (_local_storage::unknown_thread_name): New buffer.
Christopher Faylor
2005-05-18
1
-2
/
+2
*
* dcrt0.cc (do_global_dtors): Run DLL dtors.
Christopher Faylor
2005-04-14
1
-0
/
+18
*
* sync.h (muto::operator int): New operator.
Christopher Faylor
2005-04-05
1
-8
/
+8
*
Unify usage of CYG_MAX_PATH throughout. Change buffers from
Corinna Vinschen
2005-04-03
1
-1
/
+1
*
* wininfo.h (wininfo::timer_active): Delete.
Christopher Faylor
2005-03-27
1
-0
/
+23
*
copyright
Christopher Faylor
2005-02-20
1
-1
/
+2
*
* exceptions.cc: Make windows_system_directory non-static.
Christopher Faylor
2005-02-07
1
-1
/
+1
*
* pinfo.h (_pinfo::set_exit_state): Declare new function.
Christopher Faylor
2005-01-11
1
-1
/
+1
*
* child_info.h (CURR_CHILD_INFO_MAGIC): Update.
Christopher Faylor
2004-12-24
1
-2
/
+2
[next]