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 miscfunc ...


CVSROOT:	/cvs/uberbaum
Module name:	winsup
Changes by:	cgf@sourceware.org	2002-11-21 20:43:47

Modified files:
	cygwin         : ChangeLog exceptions.cc miscfuncs.cc signal.cc 
	                 sigproc.cc sigproc.h winsup.h 

Log message:
	* exceptions.cc (sigthread::get_winapi_lock): Just do standard 'give up
	timeslice' wait.
	(setup_handler): Revamp YA to attempt to deliver signal multiple times on
	failure rather than punting to wait_sig.
	* miscfuncs.cc (low_priority_sleep): Accept INFINITE sleep to mean "don't reset
	the priority after setting it to idle".  Return previous priority.
	* winsup.h (SLEEP_0_STAY_LOW): Define.
	(low_priority_sleep): Return an int.
	* sigproc.h: Define WAIT_SIG_PRIORITY here.
	* sigproc.cc: Remove WAIT_SIG_PRIORITY definition.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.1603&r2=1.1604
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/exceptions.cc.diff?cvsroot=uberbaum&r1=1.131&r2=1.132
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/miscfuncs.cc.diff?cvsroot=uberbaum&r1=1.17&r2=1.18
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/signal.cc.diff?cvsroot=uberbaum&r1=1.37&r2=1.38
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/sigproc.cc.diff?cvsroot=uberbaum&r1=1.129&r2=1.130
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/sigproc.h.diff?cvsroot=uberbaum&r1=1.51&r2=1.52
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/winsup.h.diff?cvsroot=uberbaum&r1=1.105&r2=1.106


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