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
*
* 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
*
* exceptions.cc (INIT_EXCEPTION_HANDLER): Eliminate.
Christopher Faylor
2001-04-30
1
-93
/
+77
*
Throughout, change 'tty_attached' to 'real_tty_attached', for clarity.
Christopher Faylor
2001-04-28
1
-2
/
+2
*
* thread.cc (thread_init_wrapper): Use _REENT_INIT to initialize the reent
Christopher Faylor
2001-04-27
1
-1
/
+1
*
* sigproc.h [sigthread]: Add exception field.
Christopher Faylor
2001-04-25
1
-1
/
+1
*
* Makefile.in: Put -lgcc last in list of libraries, since stdc++ library needs
Christopher Faylor
2001-04-09
1
-0
/
+4
*
* exceptions.cc (sigframe::call_signal_handler): Return value of
Christopher Faylor
2001-04-02
1
-12
/
+10
*
* exceptions.cc (sigframe::call_signal_handler): Move out side of "C" block or
Christopher Faylor
2001-04-01
1
-7
/
+11
*
* exceptions.cc (call_signal_handler_now): Rename from call_signal_handler to
Christopher Faylor
2001-04-01
1
-10
/
+10
*
* sigproc.h (class sigframe): Implement 'unregister()' method.
Christopher Faylor
2001-04-01
1
-2
/
+9
*
* dtable.cc: Guard against new winsock.h/winsock2.h warnings when mixing
Christopher Faylor
2001-03-20
1
-1
/
+0
*
* exceptions.cc (interruptible): Update debugging output.
Christopher Faylor
2001-03-19
1
-4
/
+4
*
* autoload.cc (noload): Use proper method for multiline strings or newer gcc's
Christopher Faylor
2001-03-11
1
-63
/
+63
*
* shortcut.c (PATH_ALL_EXEC): Add parentheses to avoid a compiler warning.
Christopher Faylor
2001-03-10
1
-2
/
+2
*
* sigproc.h (sigthread): Declare new methods. Create new winapi_lock field.
Christopher Faylor
2001-03-07
1
-0
/
+25
*
* exceptions.cc (sig_handle_tty_stop): Ignore attempts to suspend a process if
Christopher Faylor
2001-03-02
1
-0
/
+4
*
Throughout, change 'cygwin_shared.mount' to 'mount_table'.
Christopher Faylor
2001-01-28
1
-2
/
+2
*
Fix typos. Add some comments.
Christopher Faylor
2001-01-27
1
-4
/
+6
*
* exceptions.cc (sigreturn): Call any pending signals prior to resetting the
Christopher Faylor
2001-01-27
1
-9
/
+20
*
* autoload.cc (LoadDLLinitfunc): Remove debugging statement.
Christopher Faylor
2001-01-17
1
-24
/
+30
*
* debug.h: Add regparm attributes to some functions.
Christopher Faylor
2001-01-12
1
-0
/
+14
*
* pinfo.cc (codepage_init): Move function.
Christopher Faylor
2001-01-08
1
-2
/
+2
*
* cygwin.din: Add symbols for `getrlimit' and `setrlimit'.
Corinna Vinschen
2000-12-27
1
-0
/
+5
*
* autoload.h: Make DLL initializers global to avoid inlining.
Christopher Faylor
2000-12-26
1
-10
/
+17
*
* exceptions.cc (reset_signal_arrived): Make global to avoid inlining.
Christopher Faylor
2000-12-20
1
-2
/
+1
*
* fhandler_serial.cc (fhandler_serial::raw_read): Always find number of bytes
Christopher Faylor
2000-12-20
1
-2
/
+2
*
* sigproc.cc (wait_sig): Remove unneeded for loop iteration.
Christopher Faylor
2000-11-16
1
-19
/
+14
*
Throughout use myself->ppid_handle rather than parent_alive.
Christopher Faylor
2000-11-15
1
-2
/
+2
*
* path.cc (get_device_number): Allow /dev/ttySn to designate a com port.
Christopher Faylor
2000-11-13
1
-2
/
+2
*
* dcrt0.cc (sigthread::init): Reinstitute sigthread lock as a critical section.
Christopher Faylor
2000-11-06
1
-70
/
+49
*
* child_info.h (child_info): Add pppid_handle for closing the parent's of the
Christopher Faylor
2000-11-06
1
-84
/
+101
*
* exceptions.cc (handle_sigsuspend): Record frame here for signalling.
Christopher Faylor
2000-11-05
1
-0
/
+2
*
* exceptions.cc (interruptible): Remove obsolete tests.
Christopher Faylor
2000-11-02
1
-34
/
+32
*
* exceptions.cc (sig_handle): Just make sure that wait_sig loops when receiving
Christopher Faylor
2000-10-25
1
-1
/
+1
*
* exceptions.cc (signal_exit): Kill any executing child process if we're dying.
Christopher Faylor
2000-10-24
1
-0
/
+5
*
* dcrt0.cc (sigthread::init): Correct overzealous ifdef.
Christopher Faylor
2000-10-19
1
-0
/
+10
*
* exceptions.cc (call_handler): Make signal pending if sigsave.sig is still
Christopher Faylor
2000-10-18
1
-1
/
+4
*
* Makefile.in: Remove some obsolete stuff.
Christopher Faylor
2000-10-16
1
-3
/
+14
[next]