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 cygheap.h dcrt0.cc dta ...


CVSROOT:	/cvs/uberbaum
Module name:	winsup
Changes by:	cgf@sourceware.org	2005-10-03 17:23:54

Modified files:
	cygwin         : ChangeLog cygheap.h dcrt0.cc dtable.h 
	                 exceptions.cc pinfo.cc pinfo.h winsup.h 

Log message:
	* cygheap.h (class process_lock): New class.
	* dtable.h (class dtable): Add class process_lock as a friend.
	* dcrt0.cc (get_exit_lock): Delete.
	(do_exit): Use process_lock class instead of get_exit_lock.
	* exceptions.cc (signal_exit): Ditto.
	* pinfo.cc (pinfo::exit): Ditto.
	(_pinfo::commune_process): Set process lock around this whole function.
	(_pinfo::commune_request): Use process_lock rather than myself.lock.
	* pinfo.h (pinfo::_lock): Delete.
	(pinfo::initialize_lock): Delete.
	(pinfo::lock): Delete.
	(pinfo::unlock): Delete.
	* winsup.h (get_exit_lock): Delete declaration.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.3148&r2=1.3149
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/cygheap.h.diff?cvsroot=uberbaum&r1=1.107&r2=1.108
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/dcrt0.cc.diff?cvsroot=uberbaum&r1=1.268&r2=1.269
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/dtable.h.diff?cvsroot=uberbaum&r1=1.37&r2=1.38
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/exceptions.cc.diff?cvsroot=uberbaum&r1=1.257&r2=1.258
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/pinfo.cc.diff?cvsroot=uberbaum&r1=1.201&r2=1.202
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/pinfo.h.diff?cvsroot=uberbaum&r1=1.90&r2=1.91
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/winsup.h.diff?cvsroot=uberbaum&r1=1.171&r2=1.172


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