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
..
2000-09-07 01:18:37 +00:00
2000-08-25 16:35:16 +00:00
2000-06-18 01:53:10 +00:00
2000-09-06 14:21:53 +00:00
2000-08-29 01:58:00 +00:00
2000-08-19 00:20:00 +00:00
2000-09-03 04:06:38 +00:00
2000-09-03 04:06:38 +00:00
2000-09-03 04:06:38 +00:00
2000-02-17 19:38:33 +00:00
2000-08-10 23:51:25 +00:00
2000-09-01 14:20:30 +00:00
2000-09-03 04:06:38 +00:00