summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/tty.h
Commit message (Expand)AuthorAgeFilesLines
* Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen2016-06-231-3/+0
* Fix OPOST for non-Cygwin pty slavesTakashi Yano2015-04-231-0/+3
* Remove unused 32/64 bit tty codeCorinna Vinschen2015-04-231-18/+3
* Raise # of ptys to 128.Corinna Vinschen2015-04-231-1/+1
* TIOCPKT mode of PTY is broken if ONLCR bit is cleared.Takashi Yano2015-04-231-1/+1
* * tty.h (tty::set_master_ctl_closed): Rename from set_master_closed.Corinna Vinschen2015-03-051-4/+3
* * Merge in cygwin-64bit-branch.Corinna Vinschen2013-04-231-4/+27
* Throughout, change __attribute__ ((regparm (N))) to just __regN. Throughout,Christopher Faylor2013-01-211-5/+5
* * fhandler_termios.cc (fhandler_termios::line_edit): Don't manipulateChristopher Faylor2012-10-121-6/+4
* Rename cygWFMO to cygwait throughout and use the magic of polymorphism to "waitChristopher Faylor2011-12-091-0/+1
* * sigproc.cc (remove_proc): Don't terminate the currently executing thread.Christopher Faylor2011-11-291-1/+1
* * cygerrno.h (__set_errno): Modify debugging output to make searching straceChristopher Faylor2011-10-151-2/+3
* * cygheap.h (init_cygheap::ctty_on_hold): Remove conditionalized variable.Christopher Faylor2011-06-141-8/+2
* whitespace eliminationChristopher Faylor2011-06-061-1/+1
* * fhandler.cc (fhandler_base_overlapped::wait_overlapped): Only raise SIGPIPEChristopher Faylor2011-06-041-0/+3
* * fhandler_termios.cc (fhandler_termios::bg_check): Do not return EIO when aChristopher Faylor2011-05-301-1/+2
* * autoload.cc: Call _api_fatal in asm.Christopher Faylor2011-05-281-10/+14
* * autoload.cc (GetNamedPipeClientProcessId): Define.Corinna Vinschen2010-04-191-8/+10
* * dcrt0.cc (jit_debug): New global.Christopher Faylor2009-07-031-12/+1
* * cygheap.h (struct init_cygheap): Remove shared_h and mt_h members.Corinna Vinschen2006-07-261-2/+1
* * dcrt0.cc (dll_crt0_0): Call tty_list::init_session here.Christopher Faylor2006-06-031-6/+25
* * fhandler.cc (fhandler_base::fixup_after_exec): Declare here.Christopher Faylor2006-06-021-5/+3
* * tty.h (tty::hwnd): Move to tty_min.Christopher Faylor2006-04-211-13/+12
* copyrightChristopher Faylor2006-01-121-1/+1
* Change the name "title_mutex" to "tty_mutex" throughout.Christopher Faylor2004-05-171-1/+1
* 2004-05-12 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2004-05-121-22/+12
* * winsup.h (IMPLEMENT_STATUS_FLAG): New macro to define status flagCorinna Vinschen2004-04-131-4/+2
* * Use new unified status_flag accessor methods from classes fhandler_*,Corinna Vinschen2004-04-101-4/+3
* * fhandler.h (fhandler_base::status): Declare private.Corinna Vinschen2004-04-091-12/+12
* * fhandler.h (fhandler_tty_master::fixup_after_fork): Remove declaration.Christopher Faylor2003-12-271-1/+1
* Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate,Christopher Faylor2003-12-071-8/+7
* Update copyright.Christopher Faylor2002-03-051-1/+1
* * sync.h (new_muto): Just accept an argument which denotes the name of theChristopher Faylor2002-02-221-0/+1
* Update copyrights.Christopher Faylor2001-09-111-1/+1
* * tty.cc (tty::create_inuse): Eliminate unneeded argument.Christopher Faylor2001-09-011-1/+1
* * debug.cc (mark_closed): Rename from debug_mark_closed and make static.Christopher Faylor2001-09-011-5/+6
* Throughout, change 'tty_attached' to 'real_tty_attached', for clarity.Christopher Faylor2001-04-281-3/+3
* * tty.h (tty::create_inuse): Add new parameter to allow non-Egor Duda2001-03-191-1/+1
* * fhandler.h (fhandler_tty_slave): Declare new methods.Egor Duda2001-03-181-1/+1
* * fhandler.h (class fhandler_tty_common): New mutex and event toEgor Duda2001-03-041-0/+8
* * sigproc.cc (wait_sig): Add braces to avoid confusion.Christopher Faylor2000-10-271-1/+1
* Split out tty and shared_info stuff into their own headers and use throughout.Christopher Faylor2000-09-071-0/+143