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 dcrt0.cc dtable.cc exc ...


CVSROOT:	/cvs/uberbaum
Module name:	winsup
Changes by:	cgf@sources.redhat.com	2001-04-28 16:48:28

Modified files:
	cygwin         : ChangeLog dcrt0.cc dtable.cc exceptions.cc 
	                 external.cc fhandler.h fhandler_console.cc 
	                 fhandler_termios.cc fhandler_tty.cc path.cc 
	                 syscalls.cc tty.cc tty.h 
	cygwin/include/sys: cygwin.h 

Log message:
	Throughout, change 'tty_attached' to 'real_tty_attached', for clarity.
	Throughout, change 'OutputStopped' to 'output_stopped', for consistency.
	* dtable.cc (stdio_init): Set controlling tty if not set by stdio opens.
	* exceptions.cc (ctrl_c_handler): Avoid special pgid checking if no tty is
	associated with the process.
	(Suggested by Tim Baker <dbaker@direct.ca>)
	* external.cc (fillout_pinfo): Return actual tty number for ctty.
	* fhandler_console.cc (get_tty_stuff): Set ctty when shared memory is
	allocated.  Accept flags input from open().
	(set_console_ctty): New function.
	(fhandler_console::open): Pass flags to get_tty_stuff and rely on this function
	to set the ctty, if appropriate.
	* fhandler_termios.cc (fhandler_termios::set_ctty): Move to tty_min class.
	* fhandler_tty.cc (fhandler_tty_slave::open): Use tc field to access
	set_ctty().
	* tty.h (TTY_CONSOLE): Move to include/sys/cygwin.h.
	(tty_min): Add set_ctty class here.
	* include/sys/cygwin.h (TTY_CONSOLE): New home here.
	* path.cc (symlink_info): Make contents an actual buffer.  Pass more flags to
	case_check.
	(path_conv::check): Reorganize to do parsing based on posix path rather than
	native path.
	(symlink_info::check): Expect posix path as input.  Translate to native path
	here.  Accept path_conv flags.  Stop parsing if not a symlink regardless of
	whether previous path was a symlink.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.674&r2=1.675
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/dcrt0.cc.diff?cvsroot=uberbaum&r1=1.93&r2=1.94
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/dtable.cc.diff?cvsroot=uberbaum&r1=1.36&r2=1.37
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/exceptions.cc.diff?cvsroot=uberbaum&r1=1.76&r2=1.77
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/external.cc.diff?cvsroot=uberbaum&r1=1.23&r2=1.24
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler.h.diff?cvsroot=uberbaum&r1=1.57&r2=1.58
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler_console.cc.diff?cvsroot=uberbaum&r1=1.48&r2=1.49
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler_termios.cc.diff?cvsroot=uberbaum&r1=1.17&r2=1.18
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler_tty.cc.diff?cvsroot=uberbaum&r1=1.33&r2=1.34
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/path.cc.diff?cvsroot=uberbaum&r1=1.128&r2=1.129
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/syscalls.cc.diff?cvsroot=uberbaum&r1=1.110&r2=1.111
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/tty.cc.diff?cvsroot=uberbaum&r1=1.21&r2=1.22
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/tty.h.diff?cvsroot=uberbaum&r1=1.5&r2=1.6
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/include/sys/cygwin.h.diff?cvsroot=uberbaum&r1=1.24&r2=1.25


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