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 Makefile.in cygwin.din ...


CVSROOT:	/cvs/uberbaum
Module name:	winsup
Changes by:	cgf@sources.redhat.com	2002-06-10 19:08:00

Modified files:
	cygwin         : ChangeLog Makefile.in cygwin.din dtable.cc 
	                 exec.cc pinfo.h security.cc spawn.cc 

Log message:
	* Makefile.in: Ensure that -MD gets added to CFLAGS regardless of CFLAGS
	command-line setting.
	* cygwin.din: Export sexec* functions as function which returns ENOSYS
	(i.e., sexec* is deprecated).
	* dtable.cc (dtable::vfork_child_dup): Ensure that impersonation is restored
	even on failure.
	* exec.cc: Throughout, remove references to sexec* and _spawnve.
	* pinfo.h: Remove _spawnve declaration.
	* spawn.cc: Rename _spawnve to spawnve and use throughout.
	(spawn_guts): Eliminate hToken argument and processing of same.  Just perform
	special actions if impersonating.
	(spawnve): Rename from _spawnve.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.1284&r2=1.1285
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/Makefile.in.diff?cvsroot=uberbaum&r1=1.91&r2=1.92
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/cygwin.din.diff?cvsroot=uberbaum&r1=1.51&r2=1.52
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/dtable.cc.diff?cvsroot=uberbaum&r1=1.93&r2=1.94
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/exec.cc.diff?cvsroot=uberbaum&r1=1.17&r2=1.18
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/pinfo.h.diff?cvsroot=uberbaum&r1=1.39&r2=1.40
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/security.cc.diff?cvsroot=uberbaum&r1=1.100&r2=1.101
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/spawn.cc.diff?cvsroot=uberbaum&r1=1.102&r2=1.103


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