aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/fhandler_tty.cc
AgeCommit message (Expand)AuthorFilesLines
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
2007-11-28 * fhandler_tape.cc (mtinfo::initialize): Use MAX_PATH instead ofCorinna Vinschen1-1/+1
2007-11-26Change many cygheap allocation routines to their *_abort analogs.Christopher Faylor1-2/+2
2007-02-23 Throughout remove all usage of wincap.has_security.Corinna Vinschen1-8/+4
2006-07-17GCC 4.1 fixes.Christopher Faylor1-1/+2
2006-07-03 * fhandler.h (class dev_console): Add `metabit' indicating theCorinna Vinschen1-3/+31
2006-06-12* fhandler_tty.cc (fhandler_pty_master::close): Always closeChristopher Faylor1-12/+6
2006-06-03* cygthread.cc (cygthread::terminate_thread): In debugging output, use name ofChristopher Faylor1-19/+9
2006-06-03* dcrt0.cc (dll_crt0_0): Call tty_list::init_session here.Christopher Faylor1-14/+19
2006-06-03* fhandler_tty.cc (fhandler_pty_master::close): Don't close handles if we don'tChristopher Faylor1-6/+18
2006-06-03* cygheap.cc (init_cygheap::close_ctty): Remove obsolete code.Christopher Faylor1-21/+8
2006-06-02* fhandler.cc (fhandler_base::fixup_after_exec): Declare here.Christopher Faylor1-186/+226
2006-05-22* child_info.h (_CI_SAW_CTRL_C): New enum.Christopher Faylor1-0/+7
2006-05-20* fhandler_tty.cc (fhandler_tty::close): Remove problematic hExeced guard.Christopher Faylor1-12/+14
2006-05-20* fhandler_tty.cc (fhandler_tty_slave::open): Reinstate call to need_invisibleChristopher Faylor1-1/+3
2006-03-18* child_info.h (CURR_CHILD_INFO_MAGIC): Regenerate.Christopher Faylor1-3/+1
2006-01-12copyrightChristopher Faylor1-1/+2
2006-01-08* fhandler_tty.cc (fhandler_tty_slave::dup): Don't assign a controllingChristopher Faylor1-0/+2
2005-12-29* fhandler_tty.cc (fhandler_tty_common::__acquire_output_mutex): Use straceChristopher Faylor1-2/+2
2005-12-29*** cygwin DLL Changes:Christopher Faylor1-1/+1
2005-12-19* fhandler.h (fhandler_pipe::fixup_in_child): Declare new function.Christopher Faylor1-46/+2
2005-12-13* fhandler_tty.cc (fhandler_tty::open): Enhance comment.Christopher Faylor1-1/+9
2005-12-13 * fhandler_tty.cc (fhandler_tty::open): Close newly created windowCorinna Vinschen1-2/+5
2005-12-13* fhandler_tty.cc (fhandler_tty::open): Add a comment.Christopher Faylor1-0/+11
2005-12-13* times.cc (systime): Correct precision referenced in comment.Christopher Faylor1-4/+5
2005-11-24* fhandler_tty.cc (fhandler_tty_slave::open): Reset the current windows stationChristopher Faylor1-1/+4
2005-11-17 * fhandler_tty.cc (fhandler_tty_slave::open): Don't expect thatCorinna Vinschen1-7/+10
2005-11-14* fhandler.h (fhandler_console::fixup_after_fork_exec): Declare new function.Christopher Faylor1-2/+1
2005-11-14* cygheap.h (init_cygheap::manage_console_count): Declare new function.Christopher Faylor1-12/+12
2005-10-17Change process_lock to lock_process throughout. Change all calls to newChristopher Faylor1-3/+3
2005-09-28 Revert erroneous checkin.Corinna Vinschen1-14/+11
2005-09-28 * fhandler.h (class fhandler_dev_raw): Delete current_position andCorinna Vinschen1-11/+14
2005-09-14Remove some more unneeded 'return;'s throughout.Christopher Faylor1-2/+0
2005-08-18* fhandler.h (fhandler_tty_common::lseek): Declare new method.Christopher Faylor1-0/+7
2005-08-17* dcrt0.cc (dll_crt0_1): Tweak debugging stuff.Christopher Faylor1-6/+10
2005-08-05 * fhandler_tty.cc (fhandler_tty_slave::tcflush): Return either 0 or -1.Corinna Vinschen1-1/+1
2005-07-06Eliminate (void) cast on standalone function calls throughout.Christopher Faylor1-1/+1
2005-07-05Change foo (void) to foo () for all c++ functions throughout. Remove allChristopher Faylor1-13/+20
2005-06-30* cygerrno.h: Make multi-inclusion safe.Christopher Faylor1-1/+1