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 devices.cc devices.h d ...


CVSROOT:	/cvs/uberbaum
Module name:	winsup
Changes by:	cgf@sourceware.org	2011-10-20 14:02:55

Modified files:
	cygwin         : ChangeLog devices.cc devices.h devices.in 
	                 dtable.cc fhandler.cc fhandler_proc.cc 
	                 fhandler_tty.cc ioctl.cc path.h select.cc 
	                 sigproc.cc spawn.cc tty.cc 

Log message:
	Throughout change TTY_* to PTY_*, tty_* to pty_*, and ttym_* to ptmx_*.
	* devices.cc: Regenerate.
	* dtable.cc: (fh_alloc): Preserve /dev/tty name when that's what we opened.
	(build_fh_pc): Preserve any existing name.
	* fhandler.cc (fhandler_base::open_with_arch): Ditto.
	* fhandler_tty.cc (fhandler_pty_master::fhandler_pty_master): Force the name to
	/dev/ptmx while preserving other pty master device information.
	* path.h (cfree_maybe): New macro.
	(path_conv::operator =): Free any allocated strings in target.
	(path_conv::free_strings): Delete unused function.
	* sigproc.cc (proc_terminate): Remove previous accommodation for execed
	processes since it didn't have the desired effect.  Change comment to a FIXME.
	* spawn.cc (chExeced): Mark NO_COPY.
	(exe_suffixes): Ditto.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.5526&r2=1.5527
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/devices.cc.diff?cvsroot=uberbaum&r1=1.39&r2=1.40
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/devices.h.diff?cvsroot=uberbaum&r1=1.34&r2=1.35
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/devices.in.diff?cvsroot=uberbaum&r1=1.30&r2=1.31
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/dtable.cc.diff?cvsroot=uberbaum&r1=1.236&r2=1.237
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler.cc.diff?cvsroot=uberbaum&r1=1.402&r2=1.403
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler_proc.cc.diff?cvsroot=uberbaum&r1=1.112&r2=1.113
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler_tty.cc.diff?cvsroot=uberbaum&r1=1.242&r2=1.243
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/ioctl.cc.diff?cvsroot=uberbaum&r1=1.25&r2=1.26
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/path.h.diff?cvsroot=uberbaum&r1=1.160&r2=1.161
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/select.cc.diff?cvsroot=uberbaum&r1=1.176&r2=1.177
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/sigproc.cc.diff?cvsroot=uberbaum&r1=1.344&r2=1.345
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/spawn.cc.diff?cvsroot=uberbaum&r1=1.306&r2=1.307
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/tty.cc.diff?cvsroot=uberbaum&r1=1.89&r2=1.90


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