This is the mail archive of the cygwin-cvs@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

winsup/cygwin ChangeLog exceptions.cc net.cc s ...


CVSROOT:	/cvs/uberbaum
Module name:	winsup
Changes by:	cgf@sourceware.org	2002-11-22 12:51:14

Modified files:
	cygwin         : ChangeLog exceptions.cc net.cc signal.cc 
	                 sigproc.cc syscalls.cc tty.cc 

Log message:
	* exceptions.cc (handle_sigsuspend): Force pending signal delivery before
	waiting for signals to happen.
	* signal.cc (sleep): Force pending signal delivery before sleeping.
	(usleep): Ditto.
	(signal): Force pending signal delivery before manipulating signal stuff.
	(sigprocmask): Ditto.
	(kill_worker): Ditto.
	(abort): Ditto.
	(sigaction): Ditto.
	* syscalls.cc (readv): Force pending signal delivery before I/O.
	(writev): Ditto.
	(open): Ditto.
	* net.cc: Ditto, throughout.
	* sigproc.cc (sig_dispatch_pending): Deliver any pending signals prior to
	returning.
	* tty.cc (tty::make_pipes): Increase pipe buffer size.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.1606&r2=1.1607
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/exceptions.cc.diff?cvsroot=uberbaum&r1=1.132&r2=1.133
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/net.cc.diff?cvsroot=uberbaum&r1=1.131&r2=1.132
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/signal.cc.diff?cvsroot=uberbaum&r1=1.38&r2=1.39
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/sigproc.cc.diff?cvsroot=uberbaum&r1=1.130&r2=1.131
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/syscalls.cc.diff?cvsroot=uberbaum&r1=1.235&r2=1.236
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/tty.cc.diff?cvsroot=uberbaum&r1=1.48&r2=1.49


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]