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
*
* debug.h (console_printf): Define for non-debugging condition.
Christopher Faylor
2004-02-09
1
-13
/
+13
*
* localtime.cc (localtime_r): Call tzset.
Christopher Faylor
2004-02-08
1
-10
/
+14
*
* cygerrno.h (set_errno): Set global errno whenever setting thread specific
Christopher Faylor
2004-02-01
1
-6
/
+5
*
* exceptions.cc (sig_handle_tty_stop): Avoid races by waiting for both
Christopher Faylor
2004-01-26
1
-6
/
+22
*
* cygtls.cc (_threadinfo::init_thread): Add more local reent stdio
Christopher Faylor
2004-01-26
1
-1
/
+2
*
* configure.in: Remove NEWVFORK default.
Christopher Faylor
2004-01-23
1
-1
/
+1
*
* exceptions.cc (sig_handle_tty_stop): Fix boneheaded mistake by using correct
Christopher Faylor
2004-01-23
1
-1
/
+1
*
* cygtls.cc (_threadinfo::remove): Don't assume that we are removing _my_tls.
Christopher Faylor
2004-01-22
1
-5
/
+5
*
* cygwin/include/signal.h: Add copyright notice.
Christopher Faylor
2004-01-19
1
-70
/
+123
*
* cygtls.h (_threadinfo::call): Remove regparm declaration to work around
Christopher Faylor
2004-01-14
1
-57
/
+30
*
* exceptions.cc (_threadinfo::interrupt_now): Avoid double call to sigdelayed.
Christopher Faylor
2004-01-03
1
-2
/
+1
*
* exceptions.cc (try_to_debug): Fix off-by-one problem when resetting
Christopher Faylor
2003-12-27
1
-3
/
+6
*
* path.cc (mount_item::build_win32): Backslashify paths in non-managed case.
Christopher Faylor
2003-12-26
1
-3
/
+2
*
* exceptions.cc (set_signal_mask): Redefine to not pass by address. Report
Christopher Faylor
2003-12-23
1
-105
/
+9
*
* pinfo.h (pinfo::operator ==): Add a way to check for _pinfo types.
Christopher Faylor
2003-12-17
1
-1
/
+1
*
* exceptions.cc (set_signal_mask): Report on input argument rather than
Christopher Faylor
2003-12-16
1
-1
/
+1
*
* exceptions.cc (ctrl_c_handler): Remove this thread from the signal handler
Christopher Faylor
2003-12-14
1
-0
/
+1
*
* cygthread.cc (cygthread::stub): Revert previous change and again subsume
Christopher Faylor
2003-12-14
1
-7
/
+9
*
* exceptions.cc (_threadinfo::remove): Avoid a linked list walk.
Christopher Faylor
2003-12-07
1
-9
/
+7
*
* cygtls.h (_threadinfo::find_tls): New function.
Christopher Faylor
2003-12-07
1
-2
/
+4
*
* exceptions.cc (_threadinfo::remove): Avoid returning without unlocking
Christopher Faylor
2003-12-07
1
-7
/
+8
*
* cygtls.h: Add more "don't parse this" guards.
Christopher Faylor
2003-12-06
1
-2
/
+16
*
* exceptions.cc (setup_handler): Remove ill-advised debugging output.
Christopher Faylor
2003-12-05
1
-4
/
+0
*
* cygthread.cc (cygthread::stub): Properly establish _threadinfo environment.
Christopher Faylor
2003-12-03
1
-3
/
+16
*
* exceptions.cc (_threadinfo::pop): Zero *contents* of popped stack location
Christopher Faylor
2003-11-30
1
-2
/
+2
*
* pinfo.h (_pinfo::getthread2signal): Remove obsolete function.
Christopher Faylor
2003-11-29
1
-2
/
+2
*
* pinfo.h (_pinfo::getsig): Remove obsolete function, here and throughout.
Christopher Faylor
2003-11-28
1
-8
/
+8
*
Eliminate use of sigframe and sigthread throughout.
Christopher Faylor
2003-11-28
1
-318
/
+255
*
2003-11-11 Robert Collins <rbtcollins@hotmail.com>
Robert Collins
2003-11-14
1
-4
/
+4
*
* external.cc (cygwin_internal): Add CW_GET_POSIX_SECURITY_ATTRIBUTE
Corinna Vinschen
2003-11-04
1
-14
/
+0
*
* exceptions.cc (ctrl_c_handler): Don't send SIGHUP on
Corinna Vinschen
2003-10-14
1
-5
/
+17
*
2003-09-26 Pierre Humblet <pierre.humblet@ieee.org>
Pierre Humblet
2003-09-27
1
-1
/
+1
*
* devices.cc: New file.
Christopher Faylor
2003-09-25
1
-29
/
+29
*
* exceptions.cc (sig_handle_tty_stop): Fix boneheaded mistake by using correct
Christopher Faylor
2003-09-16
1
-1
/
+1
*
* include/sys/cygwin.h: Rename PID_UNUSED to PID_MAP_RW.
Christopher Faylor
2003-09-13
1
-1
/
+1
*
* dcrt0.cc (_dll_crt0): Accommodate breaking apart of early_stuff_init.
Christopher Faylor
2003-09-12
1
-3
/
+10
*
* exceptions.cc (sig_handle_tty_stop): Check parent PID_NOCLDSTOP rather than
Christopher Faylor
2003-09-10
1
-1
/
+1
*
* dcrt0.cc (dlL_crt0_1): Set __argc_safe after __argc is absolutely know to be
Christopher Faylor
2003-09-09
1
-5
/
+4
*
* exceptions.cc (set_process_mask): Set pending signals only when signals
Christopher Faylor
2003-09-03
1
-3
/
+7
*
* cygheap.cc (cygheap_init): Allocate space for sigaction array in cygheap.
Christopher Faylor
2003-09-01
1
-12
/
+0
*
* Makefile.in (MALLOC_OFILES): Always fill in with correct malloc object.
Christopher Faylor
2003-08-31
1
-1
/
+0
*
* sigproc.cc (sig_dispatch_pending): Remove explicit call to
Christopher Faylor
2003-08-30
1
-0
/
+1
*
* exceptions.cc (sigreturn): Fix problem where old return address was not
Christopher Faylor
2003-08-29
1
-5
/
+7
*
* syscalls.cc (mount): Don't check win32_path when doing cygdrive mount.
Christopher Faylor
2003-08-28
1
-20
/
+14
*
* exceptions.cc (sigreturn): Don't clobber ebp in recursive signal calls.
Christopher Faylor
2003-08-22
1
-3
/
+3
*
* exceptions.cc (sig_handle): Change so that default signals indicate success.
Christopher Faylor
2003-08-22
1
-1
/
+1
*
* exceptions.cc (interrupt_setup): Set sigsave.sig last to avoid a race.
Christopher Faylor
2003-08-20
1
-1
/
+1
*
* sigproc.cc (wait_sig): Ensure that myself->getsigtodo array is flushed on a
Christopher Faylor
2003-08-20
1
-4
/
+5
*
* exceptions.cc (pending_signals): Remove unneeded declaration.
Christopher Faylor
2003-08-20
1
-1
/
+0
*
Throughout, eliminate argument to sig_dispatch_pending.
Christopher Faylor
2003-08-19
1
-13
/
+7
[next]