| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix OPOST for non-Cygwin pty slaves | Takashi Yano | 2015-04-23 | 1 | -0/+3 |
* | Remove unused 32/64 bit tty code | Corinna Vinschen | 2015-04-23 | 1 | -18/+3 |
* | Raise # of ptys to 128. | Corinna Vinschen | 2015-04-23 | 1 | -1/+1 |
* | TIOCPKT mode of PTY is broken if ONLCR bit is cleared. | Takashi Yano | 2015-04-23 | 1 | -1/+1 |
* | * tty.h (tty::set_master_ctl_closed): Rename from set_master_closed. | Corinna Vinschen | 2015-03-05 | 1 | -4/+3 |
* | * Merge in cygwin-64bit-branch. | Corinna Vinschen | 2013-04-23 | 1 | -4/+27 |
* | Throughout, change __attribute__ ((regparm (N))) to just __regN. Throughout, | Christopher Faylor | 2013-01-21 | 1 | -5/+5 |
* | * fhandler_termios.cc (fhandler_termios::line_edit): Don't manipulate | Christopher Faylor | 2012-10-12 | 1 | -6/+4 |
* | Rename cygWFMO to cygwait throughout and use the magic of polymorphism to "wait | Christopher Faylor | 2011-12-09 | 1 | -0/+1 |
* | * sigproc.cc (remove_proc): Don't terminate the currently executing thread. | Christopher Faylor | 2011-11-29 | 1 | -1/+1 |
* | * cygerrno.h (__set_errno): Modify debugging output to make searching strace | Christopher Faylor | 2011-10-15 | 1 | -2/+3 |
* | * cygheap.h (init_cygheap::ctty_on_hold): Remove conditionalized variable. | Christopher Faylor | 2011-06-14 | 1 | -8/+2 |
* | whitespace elimination | Christopher Faylor | 2011-06-06 | 1 | -1/+1 |
* | * fhandler.cc (fhandler_base_overlapped::wait_overlapped): Only raise SIGPIPE | Christopher Faylor | 2011-06-04 | 1 | -0/+3 |
* | * fhandler_termios.cc (fhandler_termios::bg_check): Do not return EIO when a | Christopher Faylor | 2011-05-30 | 1 | -1/+2 |
* | * autoload.cc: Call _api_fatal in asm. | Christopher Faylor | 2011-05-28 | 1 | -10/+14 |
* | * autoload.cc (GetNamedPipeClientProcessId): Define. | Corinna Vinschen | 2010-04-19 | 1 | -8/+10 |
* | * dcrt0.cc (jit_debug): New global. | Christopher Faylor | 2009-07-03 | 1 | -12/+1 |
* | * cygheap.h (struct init_cygheap): Remove shared_h and mt_h members. | Corinna Vinschen | 2006-07-26 | 1 | -2/+1 |
* | * dcrt0.cc (dll_crt0_0): Call tty_list::init_session here. | Christopher Faylor | 2006-06-03 | 1 | -6/+25 |
* | * fhandler.cc (fhandler_base::fixup_after_exec): Declare here. | Christopher Faylor | 2006-06-02 | 1 | -5/+3 |
* | * tty.h (tty::hwnd): Move to tty_min. | Christopher Faylor | 2006-04-21 | 1 | -13/+12 |
* | copyright | Christopher Faylor | 2006-01-12 | 1 | -1/+1 |
* | Change the name "title_mutex" to "tty_mutex" throughout. | Christopher Faylor | 2004-05-17 | 1 | -1/+1 |
* | 2004-05-12 Pierre Humblet <pierre.humblet@ieee.org> | Pierre Humblet | 2004-05-12 | 1 | -22/+12 |
* | * winsup.h (IMPLEMENT_STATUS_FLAG): New macro to define status flag | Corinna Vinschen | 2004-04-13 | 1 | -4/+2 |
* | * Use new unified status_flag accessor methods from classes fhandler_*, | Corinna Vinschen | 2004-04-10 | 1 | -4/+3 |
* | * fhandler.h (fhandler_base::status): Declare private. | Corinna Vinschen | 2004-04-09 | 1 | -12/+12 |
* | * fhandler.h (fhandler_tty_master::fixup_after_fork): Remove declaration. | Christopher Faylor | 2003-12-27 | 1 | -1/+1 |
* | Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate, | Christopher Faylor | 2003-12-07 | 1 | -8/+7 |
* | Update copyright. | Christopher Faylor | 2002-03-05 | 1 | -1/+1 |
* | * sync.h (new_muto): Just accept an argument which denotes the name of the | Christopher Faylor | 2002-02-22 | 1 | -0/+1 |
* | Update copyrights. | Christopher Faylor | 2001-09-11 | 1 | -1/+1 |
* | * tty.cc (tty::create_inuse): Eliminate unneeded argument. | Christopher Faylor | 2001-09-01 | 1 | -1/+1 |
* | * debug.cc (mark_closed): Rename from debug_mark_closed and make static. | Christopher Faylor | 2001-09-01 | 1 | -5/+6 |
* | Throughout, change 'tty_attached' to 'real_tty_attached', for clarity. | Christopher Faylor | 2001-04-28 | 1 | -3/+3 |
* | * tty.h (tty::create_inuse): Add new parameter to allow non- | Egor Duda | 2001-03-19 | 1 | -1/+1 |
* | * fhandler.h (fhandler_tty_slave): Declare new methods. | Egor Duda | 2001-03-18 | 1 | -1/+1 |
* | * fhandler.h (class fhandler_tty_common): New mutex and event to | Egor Duda | 2001-03-04 | 1 | -0/+8 |
* | * sigproc.cc (wait_sig): Add braces to avoid confusion. | Christopher Faylor | 2000-10-27 | 1 | -1/+1 |
* | Split out tty and shared_info stuff into their own headers and use throughout. | Christopher Faylor | 2000-09-07 | 1 | -0/+143 |