newlib/winsup
Christopher Faylor c1644acb23 * exceptions.cc (signal_exit): Reset all mutos owned by the main thread.
* fhandler.h: Define *_output_mutex macros for serializing tty output.
(fhandler_termios): Remove restart_output_event.  Define dummy output mutex
methods.
(fhandler_pty_master): Remove unneeded fixup_after_fork method.
* fhandler_termios.cc (fhandler_termios::line_edit): Acquire output_mutex when
CTRL-S is hit.  Release it on CTRL-Q.
* fhandler_tty.cc (fhandler_pty_master::process_slave_output): Remove
inappropriate OutputStopped test here.  Just use the output mutex.
(fhandler_pty_master::fhandler_pty_master): Remove obsolete reference to
restart_output_event.
(fhandler_tty_common::close): Ditto.
(fhandler_pty_master::set_close_on_exec): Ditto.
(fhandler_pty_master::fixup_after_fork): Delete.
* tty.cc (tty::common_init): Ditto.
* sync.cc (muto::reset): New method.
* sync.h: Declare above method.
2000-09-07 01:18:37 +00:00
..
cygwin * exceptions.cc (signal_exit): Reset all mutos owned by the main thread. 2000-09-07 01:18:37 +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