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]

src/winsup/cygwin ChangeLog exceptions.cc shar ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	cgf@sourceware.org	2003-09-03 14:15:55

Modified files:
	winsup/cygwin  : ChangeLog exceptions.cc shared.cc shared_info.h 
	                 sigproc.cc 

Log message:
	* exceptions.cc (set_process_mask): Set pending signals only when signals
	become unmasked.
	* sigproc.cc (pending_signals): Flip back to a global.
	(wait_sig): Don't set pending signals when there is an armed semaphore or
	signal is blocked.
	* shared.cc (shared_info::initialize): Add a username parameter for user-mode
	mounts.  Reorganize to try to avoid startup race.
	(memory_init): Move some stuff into shared_info::initialize.
	* shared_info.h (shared_info::initialize): Change declaration.
	(CURR_SHARED_MAGIC): Update.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.2034&r2=1.2035
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/exceptions.cc.diff?cvsroot=src&r1=1.163&r2=1.164
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/shared.cc.diff?cvsroot=src&r1=1.69&r2=1.70
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/shared_info.h.diff?cvsroot=src&r1=1.29&r2=1.30
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/sigproc.cc.diff?cvsroot=src&r1=1.151&r2=1.152


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