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 fhandler.cc spawn.cc s ...


CVSROOT:	/cvs/uberbaum
Module name:	winsup
Changes by:	cgf@sources.redhat.com	2001-06-26 14:03:08

Modified files:
	cygwin         : ChangeLog fhandler.cc spawn.cc syscalls.cc 

Log message:
	* fhandler.cc (fhandler_disk_file::fstat): Don't rely on exactly 3 characters
	being read for executable test since we could be checking for less than that.
	* syscalls.cc (stat_worker): Try opening the file the "correct" way first so
	that #! processing can potentially happen.  If that fails, then use "query
	open" method.
	* spawn.cc (spawn_guts): Delay processing of signal until after we've notified
	parent about reparenting.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.778&r2=1.779
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler.cc.diff?cvsroot=uberbaum&r1=1.68&r2=1.69
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/spawn.cc.diff?cvsroot=uberbaum&r1=1.79&r2=1.80
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/syscalls.cc.diff?cvsroot=uberbaum&r1=1.124&r2=1.125


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