]> sourceware.org Git - newlib-cygwin.git/commit
* exceptions.cc (set_signal_mask): Report on input argument rather than
authorChristopher Faylor <me@cgf.cx>
Tue, 16 Dec 2003 23:28:03 +0000 (23:28 +0000)
committerChristopher Faylor <me@cgf.cx>
Tue, 16 Dec 2003 23:28:03 +0000 (23:28 +0000)
commit1ed95be609c9af283fe0c1b21b760b3abc0792f8
treef66a56ac47a1bcf0e3fc9090cb96da31f51d0608
parent0c3966ac4e4452bf2c38385291dfefc70b3f53d5
* exceptions.cc (set_signal_mask): Report on input argument rather than
getsigmask.
* fhandler.h (fhandler_base): Make friends with close_all_files.
* pinfo.cc (_pinfo::set_ctty): Add more debugging.
* sigproc.cc (proc_can_be_signalled): Detect state when signal handler thread
is gone in target process as an EPERM situation.  Set errno to ESRCH if process
doesn't exist.
(sigproc_terminate): Set sendsig to illegal value when closed.
(sig_send): Rely on proc_can_be_signalled setting the proper errno.
* syscalls.cc (close_all_files): Detect when all ttys are closed prior to
calling close_all_files.  The ctty needs to be closed explicitly in this case.
winsup/cygwin/ChangeLog
winsup/cygwin/exceptions.cc
winsup/cygwin/fhandler.h
winsup/cygwin/pinfo.cc
winsup/cygwin/sigproc.cc
winsup/cygwin/syscalls.cc
This page took 0.03189 seconds and 5 git commands to generate.