aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/fhandler_tty.cc
AgeCommit message (Expand)AuthorFilesLines
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
2010-04-19 * fhandler_tty.cc (fhandler_tty_slave::fch_set_sd): Remove commented outCorinna Vinschen1-5/+1
2010-04-19 * autoload.cc (GetNamedPipeClientProcessId): Define.Corinna Vinschen1-104/+472
2010-04-12 * fhandler_tty.cc (fhandler_tty_slave::open): Add code to duplicateCorinna Vinschen1-11/+26
2010-04-02 * fhandler_tty.cc (fhandler_tty_slave::close): Revert previous change.Corinna Vinschen1-3/+2
2010-04-02* dtable.cc (dtable::init_std_file_from_handle): Avoid adding fh to fdtab untilChristopher Faylor1-24/+40
2010-04-02 * fhandler_tty.cc (fhandler_tty_slave::close): Avoid potential crashCorinna Vinschen1-2/+3
2010-01-14 * cygwin.din (dup3): Export.Corinna Vinschen1-0/+1
2010-01-13 * fhandler_tty.cc (fhandler_tty_master::init): Don't erase all defaultCorinna Vinschen1-5/+1
2009-12-18 Throughout, replace hMainProc with GetCurrentProcess/NtCurrentProcessCorinna Vinschen1-4/+4
2009-07-24* sigproc.h (wait_for_sigthread): Eliminate parameter.Christopher Faylor1-2/+2