libc/winsup
Christopher Faylor 29ac7f89e3 Split out tty and shared_info stuff into their own headers and use throughout.
Include sys/termios.h for files which need it.
* tty.h: New file.
* shared_info.h: New file.
* fhandler.h: Move inline methods that rely on tty stuff to
fhandler_console.cc.
* fhandler_tty.cc (fhandler_pty_master::process_slave_output): Set
output_done_event immediately after reading data to speed up tty output
processing.
(process_output): Set write_error to errno or zero.
(fhandler_tty_slave::write): Check previous write error prior to writing to
slave end of pipe.  This allows tty output to be slightly less synchronous.
* fhandler_console.cc (fhandler_console::tcsetpgrp): Moved here from
fhandler.h.
(fhandler_console::set_input_state): Ditto.
2000-09-07 16:23:51 +00:00
..
cygwin Split out tty and shared_info stuff into their own headers and use throughout. 2000-09-07 16:23:51 +00:00
doc Add entry "How do I uninstall Cygwin?" 2000-08-25 16:35:16 +00:00
mingw Add comment. 2000-06-18 01:53:10 +00:00
testsuite Add 'const' qualifiers where needed to avoid compiler warnings. 2000-09-06 14:21:53 +00:00
utils * kill.c (main): Avoid skipping next argument when a signal number is 2000-08-29 01:58:00 +00:00
w32api * include/winnt.h:Add enums for TokenRestrictedSids and TokenSessionId 2000-08-19 00:20:00 +00:00
CYGWIN_LICENSE import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
ChangeLog * Makefile.in: Add new goal "check" 2000-09-03 04:06:38 +00:00
MAINTAINERS DJ is sole setup maintainer now. 2000-08-10 23:51:25 +00:00
Makefile.common * Makefile.in: More normalization. 2000-09-01 14:20:30 +00:00
Makefile.in * Makefile.in: Add new goal "check" 2000-09-03 04:06:38 +00:00
configure * Makefile.in: Add new goal "check" 2000-09-03 04:06:38 +00:00
configure.in * Makefile.in: Add new goal "check" 2000-09-03 04:06:38 +00:00