aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/fhandler_tty.cc
AgeCommit message (Expand)AuthorFilesLines
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
2009-07-03* dcrt0.cc (jit_debug): New global.Christopher Faylor1-3/+4
2009-06-14* errno.cc (errmap): Add mapping for ERROR_IO_INCOMPLETE.Christopher Faylor1-4/+7
2009-05-06* fhandler_console.cc (fhandler_console::ioctl): Properly treat TIOCLINUXChristopher Faylor1-1/+1
2009-01-21ChangeLog:Corinna Vinschen1-11/+1
2008-08-27* fhandler_tty.cc (close_maybe): Check for both types of invalid handle beforeChristopher Faylor1-7/+7
2008-07-26* fhandler_tty.cc (fhandler_pty_master::setup): Reorganize so that allChristopher Faylor1-20/+16
2008-06-19 * fhandler_tty.cc (fhandler_pty_master::setup): Fix pipe inheritance.Corinna Vinschen1-2/+2
2008-04-07Remove unneeded header files from source files throughout.Christopher Faylor1-6/+0
2008-04-01 * Fix copyright dates.Corinna Vinschen1-1/+1
2008-03-22* dtable.cc: Define various device-related string constants as wide characterChristopher Faylor1-3/+15
2008-02-07 * dtable.cc (dtable::init_std_file_from_handle): Set access toCorinna Vinschen1-0/+2
2007-12-05 * fhandler_tty.cc (fhandler_tty_slave::open): Use MAX_PATH instead ofCorinna Vinschen1-2/+2