summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/fhandler_tty.cc
Commit message (Expand)AuthorAgeFilesLines
* Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen2016-06-231-3/+0
* Return at most one line of input in canonical modeTakashi Yano2016-06-061-6/+5
* Revert "Cygwin hangs up if several keys are typed during outputting a lot of ...Corinna Vinschen2016-06-011-1/+1
* Implement POSIX.1e ACL functionsCorinna Vinschen2016-03-081-1/+1
* Fix file type mode bit handling on object security.Corinna Vinschen2015-11-181-6/+10
* Reapply POSIX ACL changes.Corinna Vinschen2015-11-181-11/+68
* Generate SIGHUP for terminal process group on tty master closeTakashi Yano2015-06-081-6/+18
* Use NtQueryObject to detect closing the last master handleCorinna Vinschen2015-05-281-8/+21
* Fix closing too many handles in pty fchown/fchmodCorinna Vinschen2015-04-231-3/+0
* Fix OPOST for non-Cygwin pty slavesTakashi Yano2015-04-231-17/+104
* Cygwin hangs up if several keys are typed during outputting a lot of texts.Takashi Yano2015-04-231-1/+1
* TIOCPKT mode of PTY is broken if ONLCR bit is cleared.Takashi Yano2015-04-231-124/+131
* Let pty slave detect closure of last master handleTakashi Yano2015-03-121-3/+9
* * tty.h (tty::set_master_ctl_closed): Rename from set_master_closed.Corinna Vinschen2015-03-051-20/+11
* * fhandler.h (fhandler_base::get_echo_handle): New virtual method.Corinna Vinschen2015-03-051-10/+33
* * fhandler_tty.cc (fhandler_pty_slave::read): Having no input is not anCorinna Vinschen2015-02-251-2/+3
* * fhandler.h (fhandler_termios::line_edit): Add parameter to returnCorinna Vinschen2014-11-131-13/+10
* * fhandler.h (fhandler_pty_slave::fch_open_handles): Add bool parameterCorinna Vinschen2014-08-271-7/+8
* * fhandler.h (fhandler_pty_master::~fhandler_pty_master): Delete.Christopher Faylor2013-12-171-9/+0
* * external.cc (fillout_pinfo): If start_time is 0, wait a while beforeChristopher Faylor2013-10-241-0/+2
* * fhandler.h (fhandler_base::cleanup): Mark as extern rather than inline.Christopher Faylor2013-10-221-0/+2
* * fhandler_tty.cc: Revert accidental checkin.Christopher Faylor2013-07-311-4/+1
* cygwin directory changes:Christopher Faylor2013-07-261-1/+4
* revert accidentally checked in filesChristopher Faylor2013-06-081-4/+1
* * cygwait.cc (cygwait): Remove lock around sig retrieval since this code isChristopher Faylor2013-06-081-1/+4
* * fhandler_tty.cc (fhandler_pty_common::__acquire_output_mutex): Never wait anChristopher Faylor2013-05-081-1/+3
* Throughout, (mainly in fhandler*) fix remaining gcc 4.7 mismatchYaakov Selkowitz2013-05-011-4/+4
* * Merge in cygwin-64bit-branch.Corinna Vinschen2013-04-231-58/+56
* * DevNotes: Add entry cgf-000022.Christopher Faylor2013-01-311-2/+2
* Throughout, change __attribute__ ((regparm (N))) to just __regN. Throughout,Christopher Faylor2013-01-211-3/+3
* * fhandler_registry.cc: Drop Mingw.org considerations.Corinna Vinschen2012-11-261-4/+0
* * fhandler_termios.cc (fhandler_termios::line_edit): Don't do special characterChristopher Faylor2012-11-081-1/+1
* * fhandler_tty.cc (fhandler_pty_slave::write): Fix potential exit from loopChristopher Faylor2012-10-151-1/+2
* * fhandler_tty.cc (fhandler_pty_slave::write): DWORD -> BOOL.Christopher Faylor2012-10-151-1/+1
* * fhandler_termios.cc (fhandler_termios::line_edit): Don't manipulateChristopher Faylor2012-10-121-4/+8
* whitespace cleanupChristopher Faylor2012-08-161-1/+1
* Rename cancelable_wait -> cygwait throughout.Christopher Faylor2012-08-151-1/+1
* * cygwait.cc (cancelable_wait): Add some debugging-only output.Christopher Faylor2012-07-301-1/+1
* * DevNotes: Add entry cgf-000013.Christopher Faylor2012-07-211-1/+1
* * fhandler_registry.cc (RegOpenUserClassesRoot): Only define whenCorinna Vinschen2012-07-061-0/+2
* * fhandler_tty.cc (fhandler_pty_slave::read): Remove duplicate assignment toChristopher Faylor2012-07-041-1/+0
* Revert errneous checkin.Christopher Faylor2012-06-191-1/+1
* * cygwait.cc (cancelable_wait): Mimic old cygwait behavior more closely wrtChristopher Faylor2012-06-191-1/+1
* Add '#include "cygwait.h"' throughout, where appropriate.Christopher Faylor2012-06-171-5/+6
* * DevNotes: Add entry cgf-000008.Christopher Faylor2012-05-161-7/+10
* * DevNotes: Add entry cgf-000002.Christopher Faylor2012-05-041-2/+6
* * fhandler.h (fhandler_pty_common::bytes_available): Declare new function.Christopher Faylor2012-04-051-65/+68
* * Throughout, replace usage of w32api's min with MIN from sys/param.h.Corinna Vinschen2012-03-081-2/+3
* * fhandler_console.cc (fhandler_console::dup): Only set ctty when we haven'tChristopher Faylor2012-03-031-1/+10
* * cygheap.cc (init_cygheap::init_installation_root): Convert functionCorinna Vinschen2012-02-141-3/+3