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]

winsup/cygwin ChangeLog dll_init.h fhandler.h ...


CVSROOT:	/cvs/uberbaum
Module name:	winsup
Changes by:	cgf@sources.redhat.com	2001-11-02 19:32:27

Modified files:
	cygwin         : ChangeLog dll_init.h fhandler.h pipe.cc 
	                 security.h select.cc sigproc.cc sigproc.h 
	                 sync.h syscalls.cc 

Log message:
	* dll_init.h (class dll_list): Reorder functions to avoid compiler "can't
	inline" warnings.
	* security.h (class cygsid): Ditto.
	* sigproc.cc (get_proc_lock): Ditto.
	* sigproc.h (class sigframe): Ditto.
	* sync.h (class muto): Ditto.
	* fhandler.h (fhandler_base::get_guard): Actually MAKE virtual as previously
	indicated.
	* pipe.cc (make_pipe): Remove extraneous set_errno.
	* syscalls.cc (_open): Ditto.
	* select.cc (peek_pipe): Need to check that there is still something to read
	from the pipe after acquiring the mutex since another process/thread could have
	eaten the input before we got to acquiring the lock.  (Thanks to Nick Duffek
	for this inspiration.)

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.1000&r2=1.1001
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/dll_init.h.diff?cvsroot=uberbaum&r1=1.4&r2=1.5
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler.h.diff?cvsroot=uberbaum&r1=1.96&r2=1.97
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/pipe.cc.diff?cvsroot=uberbaum&r1=1.27&r2=1.28
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/security.h.diff?cvsroot=uberbaum&r1=1.16&r2=1.17
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/select.cc.diff?cvsroot=uberbaum&r1=1.58&r2=1.59
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/sigproc.cc.diff?cvsroot=uberbaum&r1=1.98&r2=1.99
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/sigproc.h.diff?cvsroot=uberbaum&r1=1.45&r2=1.46
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/sync.h.diff?cvsroot=uberbaum&r1=1.14&r2=1.15
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/syscalls.cc.diff?cvsroot=uberbaum&r1=1.167&r2=1.168


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