aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/tty.h
AgeCommit message (Expand)AuthorFilesLines
2004-05-17Change the name "title_mutex" to "tty_mutex" throughout.Christopher Faylor1-1/+1
2004-05-122004-05-12 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet1-22/+12
2004-04-13 * winsup.h (IMPLEMENT_STATUS_FLAG): New macro to define status flagCorinna Vinschen1-4/+2
2004-04-10 * Use new unified status_flag accessor methods from classes fhandler_*,Corinna Vinschen1-4/+3
2004-04-09 * fhandler.h (fhandler_base::status): Declare private.Corinna Vinschen1-12/+12
2003-12-27* fhandler.h (fhandler_tty_master::fixup_after_fork): Remove declaration.Christopher Faylor1-1/+1
2003-12-07Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate,Christopher Faylor1-8/+7
2002-03-05Update copyright.Christopher Faylor1-1/+1
2002-02-22* sync.h (new_muto): Just accept an argument which denotes the name of theChristopher Faylor1-0/+1
2001-09-11Update copyrights.Christopher Faylor1-1/+1
2001-09-01* tty.cc (tty::create_inuse): Eliminate unneeded argument.Christopher Faylor1-1/+1
2001-09-01* debug.cc (mark_closed): Rename from debug_mark_closed and make static.Christopher Faylor1-5/+6
2001-04-28Throughout, change 'tty_attached' to 'real_tty_attached', for clarity.Christopher Faylor1-3/+3
2001-03-19* tty.h (tty::create_inuse): Add new parameter to allow non-Egor Duda1-1/+1
2001-03-18* fhandler.h (fhandler_tty_slave): Declare new methods.Egor Duda1-1/+1
2001-03-04* fhandler.h (class fhandler_tty_common): New mutex and event toEgor Duda1-0/+8
2000-10-27* sigproc.cc (wait_sig): Add braces to avoid confusion.Christopher Faylor1-1/+1
2000-09-07Split out tty and shared_info stuff into their own headers and use throughout.Christopher Faylor1-0/+143