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
*
* child_info.h (CURR_CHILD_INFO_MAGIC): Reset.
Christopher Faylor
2002-10-14
1
-1
/
+1
*
* cygthread.cc (cygthread::stub): Don't create event for long-running threads.
Christopher Faylor
2002-10-13
1
-1
/
+0
*
* cygthread.cc (cygthread::stub): Very minor cleanup.
Christopher Faylor
2002-10-06
1
-2
/
+1
*
* exceptions.cc (unused_sig_wrapper): Still need additional level of
Christopher Faylor
2002-09-30
1
-2
/
+3
*
Remove \n from calls to strace class printfs throughout.
Christopher Faylor
2002-09-30
1
-1
/
+1
*
* exceptions.cc (unused_sig_wrapper): Accommodate newer compilers.
Christopher Faylor
2002-09-30
1
-4
/
+9
*
* fhandler.cc (fhandler_base::dup): Don't set handle on failure. Caller has
Christopher Faylor
2002-09-22
1
-3
/
+3
*
* sigproc.cc (sigCONT): Define.
Christopher Faylor
2002-08-18
1
-5
/
+6
*
* exceptions.cc (interrupt_setup): Ensure that the previous signal mask is
Christopher Faylor
2002-08-16
1
-1
/
+2
*
* assert.cc (__assert): Call debugger on assertion failure if debugging.
Christopher Faylor
2002-08-11
1
-7
/
+8
*
* path.cc (path_conv::check): Always set fileattr when component == 0.
Christopher Faylor
2002-07-24
1
-1
/
+1
*
* dcrt0.cc (initial_env): Force path and CYGWIN_DEBUG contents to lower case.
Christopher Faylor
2002-07-15
1
-6
/
+7
*
* dcrt0.cc (dll_crt0_1): Move debug_init call back to here. Avoid a compiler
Christopher Faylor
2002-07-14
1
-1
/
+1
*
* dcrt0.cc (dll_crt0_1): Delay closing of some handles until cygheap has been
Christopher Faylor
2002-07-13
1
-1
/
+1
*
* debug.h (handle_list): Move here from debug.cc. Add "inherit" flag
Christopher Faylor
2002-07-13
1
-1
/
+1
*
* autoload.cc (LoadFuncEx): Define via new LoadFuncEx2 macro.
Christopher Faylor
2002-05-28
1
-1
/
+1
*
* debug.h (being_debugged): New macro.
Christopher Faylor
2002-05-27
1
-1
/
+1
*
* sync.h (new_muto): Just accept an argument which denotes the name of the
Christopher Faylor
2002-02-22
1
-1
/
+1
*
* times.cc (hires::prime): Restore thread priority on failure condition.
Christopher Faylor
2002-02-17
1
-1
/
+1
*
* exceptions.cc (unused_sig_wrapper): Eliminate unused parameter to asm.
Christopher Faylor
2002-02-14
1
-3
/
+3
*
* speclib: Don't use /dev/null as DLL name. Just default to what's already in
Christopher Faylor
2002-01-21
1
-3
/
+0
*
* exceptions.cc (ctrl_c_handler): Convert windows pid to cygwin pid when
Christopher Faylor
2002-01-20
1
-1
/
+1
*
* exceptions.cc (sig_handle_tty_stop): Don't send SIGCHLD if parent doesn't
Christopher Faylor
2002-01-19
1
-2
/
+4
*
Add copyright stuff
Christopher Faylor
2002-01-13
1
-1
/
+1
*
* exceptions.cc (sig_handle): Accept a second argument indicating whether the
Christopher Faylor
2002-01-11
1
-3
/
+3
*
* exceptions.cc (early_stuff_init): Rename from misnamed set_console_handler.
Christopher Faylor
2002-01-10
1
-9
/
+21
*
exceptions.cc (sig_handle): Set default action for SIGURG to SIG_IGN.
Corinna Vinschen
2002-01-05
1
-1
/
+2
*
* dtable.cc (dtable::vfork_parent_restore): Add debugging statement.
Christopher Faylor
2001-11-24
1
-6
/
+6
*
* exceptions.cc: Add stdlib.h include for alloca declaration.
Christopher Faylor
2001-11-15
1
-0
/
+1
*
* environ.cc: Set reset_com to false to mimic linux behavior more closely.
Christopher Faylor
2001-10-31
1
-0
/
+1
*
* autoload.cc (wsock_init): Reorganize slightly to accomodate a new compiler.
Christopher Faylor
2001-10-13
1
-2
/
+2
*
* cygheap.cc (cfree): Remove malloc debugging probe.
Christopher Faylor
2001-10-03
1
-1
/
+4
*
* exceptions.cc (setup_handler): Always relinquish lock after we've
Christopher Faylor
2001-09-22
1
-5
/
+1
*
* exceptions.cc (call_signal_handler_now): Add additional guard against
Christopher Faylor
2001-09-12
1
-0
/
+6
*
* sigproc.h (sigframe::unregister): Return true/false whether this frame is
Christopher Faylor
2001-09-12
1
-2
/
+2
*
* cygheap.cc (cygheap_fixup_in_child): Don't consider a NULL bucket as a
Christopher Faylor
2001-09-06
1
-1
/
+3
*
* exceptions.cc (ctrl_c_handler): Only send SIGINT when we have a controlling
Christopher Faylor
2001-09-05
1
-5
/
+3
*
* syscalls.cc (setsid): Detach process from its console if the current
Christopher Faylor
2001-07-26
1
-4
/
+10
*
Change check_null_empty_path* to check_null_empty_str* throughout.
Christopher Faylor
2001-06-28
1
-1
/
+1
*
* exceptions.cc (interrupt_setup): Move actions from setup_handler to here.
Christopher Faylor
2001-06-24
1
-69
/
+61
*
* exceptions.cc (sig_handle_tty_stop): Reset PID_STOPPED if not actually
Christopher Faylor
2001-06-16
1
-1
/
+4
*
* exceptions.cc (sigdelayed): Ensure that signal is cleared as the last
Christopher Faylor
2001-06-10
1
-1
/
+1
*
* exceptions.cc (handle_exceptions): Bump repeat count for debugging kick out.
Christopher Faylor
2001-05-24
1
-1
/
+1
*
* exceptions.cc (handle_exceptions): Don't print message when executing from a
Christopher Faylor
2001-05-11
1
-2
/
+2
*
* cygheap.cc (_cfree): Add regparm attribute.
Christopher Faylor
2001-05-08
1
-2
/
+3
*
* exceptions.cc (handle_exceptions): Vastly increase test for exception loop
Christopher Faylor
2001-05-05
1
-2
/
+5
*
* exceptions.cc (stack_info): Add some controls.
Christopher Faylor
2001-05-05
1
-19
/
+28
*
Revert much of previous erroneous checkin. Add ChangeLog entry.
Christopher Faylor
2001-05-04
1
-3
/
+3
*
* exceptions.cc (ctrl_c_handler): Always send signal to process if it has no
Christopher Faylor
2001-05-04
1
-5
/
+5
*
* exceptions.cc (handle_exceptions): Break out of "loop" if the debugger
Christopher Faylor
2001-05-03
1
-1
/
+1
[next]