aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/fhandler_tty.cc
AgeCommit message (Expand)AuthorFilesLines
2011-11-23* fhandler.h (fhandler_pipe::create): Rename from the misnamedChristopher Faylor1-2/+2
2011-11-14Throughout use "have_execed" macro rather than "hExeced" global handle.Christopher Faylor1-7/+7
2011-11-08* fhandler.h (__ptsname): New macro.Christopher Faylor1-1/+1
2011-11-07* cygwin.din (ptsname_r): Export.Christopher Faylor1-5/+11
2011-10-30* fhandler.h (fhandler_pipe::create_selectable): Remove optional argument, takeChristopher Faylor1-2/+2
2011-10-23* fhandler_tty.cc (fhandler_pty_slave::read): Use consistent way for testingChristopher Faylor1-1/+1
2011-10-20Throughout change TTY_* to PTY_*, tty_* to pty_*, and ttym_* to ptmx_*.Christopher Faylor1-5/+9
2011-10-15* cygerrno.h (__set_errno): Modify debugging output to make searching straceChristopher Faylor1-54/+61
2011-10-11* cygwin.din: Remove some _tc* exports. Add tcgetsid().Christopher Faylor1-1/+8
2011-10-10* fhandler_tty.cc (fhandler_pty_slave::open): Clarify debugging output.Christopher Faylor1-2/+5
2011-07-25 * fhandler_console.cc (fhandler_console::ioctl): Fetch console eventsCorinna Vinschen1-2/+2
2011-07-22 * fhandler_tty.cc (fhandler_pty_slave::ioctl): Drop FIONBIO case.Corinna Vinschen1-8/+27
2011-07-21Corinna Vinschen <corinna@vinschen.de>Christopher Faylor1-2/+1
2011-07-11* fhandler_tty.cc (fhandler_pty_slave::ioctl): Remove erroneous support forChristopher Faylor1-15/+0
2011-07-04* fhandler.cc (fhandler_base::open_with_arch): Call close_on_exec last to avoidChristopher Faylor1-11/+6
2011-06-22 * fhandler_tty.cc (fhandler_pty_master::setup): Create pty pipesCorinna Vinschen1-2/+2
2011-06-22 * fhandler_tty.cc (fhandler_pty_master::setup): Fix crash in debugCorinna Vinschen1-1/+2
2011-06-14* cygheap.h (init_cygheap::ctty_on_hold): Remove conditionalized variable.Christopher Faylor1-326/+85
2011-06-13* fhandler_tty_slave.cc (fhandler_tty_slave::fhandler_tty_slave): RevertChristopher Faylor1-1/+1
2011-06-12Rename FH_BAD to FH_NADA throughout.Christopher Faylor1-1/+1
2011-06-06whitespace eliminationChristopher Faylor1-2/+2
2011-06-04* fhandler.cc (fhandler_base_overlapped::wait_overlapped): Only raise SIGPIPEChristopher Faylor1-7/+10
2011-05-28* autoload.cc: Call _api_fatal in asm.Christopher Faylor1-13/+17
2011-05-06* fhandler.h (fhandler_dev_dsp): Cosmetic change.Christopher Faylor1-1/+4
2011-05-05* cygheap.cc (cygheap::close_ctty): Close ctty via close_with_arch().Christopher Faylor1-117/+69
2011-05-05 * pinfo.h (class push_process_state): New class to push a process stateCorinna Vinschen1-0/+30
2011-05-04 * fhandler.h (class fhandler_base): Remove uninterruptible_io statusCorinna Vinschen1-4/+1
2011-05-03 * fhandler_tty.cc (fhandler_tty_slave::read): Set WFMO timeout to 0 forCorinna Vinschen1-37/+74
2011-05-02 * fhndler_tty.cc (andler_pty_master::process_slave_output): MakeCorinna Vinschen1-5/+12
2011-04-29 * advapi32.cc (AccessCheck): Remove.Corinna Vinschen1-10/+16
2011-04-28 * advapi32.cc (InitializeAcl): Remove.Corinna Vinschen1-4/+4
2011-04-18 * Fix various copyrights.Corinna Vinschen1-1/+1
2011-04-17* cygheap.h (init_cygheap::ctty): Use base class so that console can join inChristopher Faylor1-1/+1
2010-11-29 * fhandler_tty.cc (fhandler_tty_slave::dup): Free path_conv stringsCorinna Vinschen1-0/+14
2010-11-18 * fhandler_tty.cc (fhandler_tty_slave::fchown): Initialize mode to 0.Corinna Vinschen1-1/+1
2010-10-24* dcrt0.cc (do_exit): Don't set thread termination until all fds have beenChristopher Faylor1-5/+4
2010-10-24* exceptions.cc (try_to_debug): Improve comment.Christopher Faylor1-4/+4
2010-10-23* fhandler_tty.cc (fhandler_pty_master::open): Remove debugging printf.Christopher Faylor1-1/+0
2010-10-23* fhandler.h (fhandler_termios::tcinit): Make second argument non-optional.Christopher Faylor1-21/+42
2010-09-29* fhandler_tty.cc (fhandler_tty_slave::init): Revert to using tc->setpgid sinceChristopher Faylor1-1/+1
2010-09-29* fhandler_tty.cc (fhandler_tty_slave::init): Add debugging. Use tcsetpgrp toChristopher Faylor1-1/+5
2010-09-28 * fhandler_tty.cc (fhandler_pty_master::setup): Always create masterCorinna Vinschen1-20/+17
2010-09-20* include/sys/cygwin.h (PID_NOTCYGWIN): New enum.Christopher Faylor1-7/+7
2010-09-20* fhandler_tty.cc (fhandler_tty_slave::init): Add additional checks toChristopher Faylor1-1/+7
2010-09-13 * fhandler.h (class fhandler_base): Change inheritance of fstat_helperCorinna Vinschen1-1/+1
2010-09-01* cygthread.cc (cygthread::create): Fix incorrect use of name rather thanChristopher Faylor1-4/+4
2010-07-30* cygthread.h (LPVOID_THREAD_START_ROUTINE): Define.Christopher Faylor1-18/+9
2010-05-26 * fhandler.h (class fhandler_pty_master): Add master_thread member.Corinna Vinschen1-4/+3
2010-05-07 * fhandler_tty.cc (fhandler_tty_slave::init): Disable grabbingCorinna Vinschen1-1/+1
2010-04-21 * fhandler_termios.cc (tcinit): Remove previously applied change.Corinna Vinschen1-0/+9