CVSROOT:        /cvs/src
Module name:    src
Changes by:     [EMAIL PROTECTED]       2003-12-16 23:28:03

Modified files:
        winsup/cygwin  : ChangeLog exceptions.cc fhandler.h pinfo.cc 
                         sigproc.cc syscalls.cc 

Log message:
        * 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.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.2241&r2=1.2242
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/exceptions.cc.diff?cvsroot=src&r1=1.186&r2=1.187
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler.h.diff?cvsroot=src&r1=1.178&r2=1.179
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/pinfo.cc.diff?cvsroot=src&r1=1.98&r2=1.99
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/sigproc.cc.diff?cvsroot=src&r1=1.168&r2=1.169
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/syscalls.cc.diff?cvsroot=src&r1=1.307&r2=1.308

Reply via email to