summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/fhandler_tty.cc
Commit message (Expand)AuthorAgeFilesLines
* * sigproc.h (wait_for_sigthread): Eliminate parameter.Christopher Faylor2009-07-241-2/+2
* * dcrt0.cc (jit_debug): New global.Christopher Faylor2009-07-031-3/+4
* * errno.cc (errmap): Add mapping for ERROR_IO_INCOMPLETE.Christopher Faylor2009-06-141-4/+7
* * fhandler_console.cc (fhandler_console::ioctl): Properly treat TIOCLINUXChristopher Faylor2009-05-061-1/+1
* ChangeLog:Corinna Vinschen2009-01-211-11/+1
* * fhandler_tty.cc (close_maybe): Check for both types of invalid handle beforeChristopher Faylor2008-08-271-7/+7
* * fhandler_tty.cc (fhandler_pty_master::setup): Reorganize so that allChristopher Faylor2008-07-261-20/+16
* * fhandler_tty.cc (fhandler_pty_master::setup): Fix pipe inheritance.Corinna Vinschen2008-06-191-2/+2
* Remove unneeded header files from source files throughout.Christopher Faylor2008-04-071-6/+0
* * Fix copyright dates.Corinna Vinschen2008-04-011-1/+1
* * dtable.cc: Define various device-related string constants as wide characterChristopher Faylor2008-03-221-3/+15
* * dtable.cc (dtable::init_std_file_from_handle): Set access toCorinna Vinschen2008-02-071-0/+2
* * fhandler_tty.cc (fhandler_tty_slave::open): Use MAX_PATH instead ofCorinna Vinschen2007-12-051-2/+2
* * fhandler_tape.cc (mtinfo::initialize): Use MAX_PATH instead ofCorinna Vinschen2007-11-281-1/+1
* Change many cygheap allocation routines to their *_abort analogs.Christopher Faylor2007-11-261-2/+2
* Throughout remove all usage of wincap.has_security.Corinna Vinschen2007-02-231-8/+4
* GCC 4.1 fixes.Christopher Faylor2006-07-171-1/+2
* * fhandler.h (class dev_console): Add `metabit' indicating theCorinna Vinschen2006-07-031-3/+31
* * fhandler_tty.cc (fhandler_pty_master::close): Always closeChristopher Faylor2006-06-121-12/+6
* * cygthread.cc (cygthread::terminate_thread): In debugging output, use name ofChristopher Faylor2006-06-031-19/+9
* * dcrt0.cc (dll_crt0_0): Call tty_list::init_session here.Christopher Faylor2006-06-031-14/+19
* * fhandler_tty.cc (fhandler_pty_master::close): Don't close handles if we don'tChristopher Faylor2006-06-031-6/+18
* * cygheap.cc (init_cygheap::close_ctty): Remove obsolete code.Christopher Faylor2006-06-031-21/+8
* * fhandler.cc (fhandler_base::fixup_after_exec): Declare here.Christopher Faylor2006-06-021-186/+226
* * child_info.h (_CI_SAW_CTRL_C): New enum.Christopher Faylor2006-05-221-0/+7
* * fhandler_tty.cc (fhandler_tty::close): Remove problematic hExeced guard.Christopher Faylor2006-05-201-12/+14
* * fhandler_tty.cc (fhandler_tty_slave::open): Reinstate call to need_invisibleChristopher Faylor2006-05-201-1/+3
* * child_info.h (CURR_CHILD_INFO_MAGIC): Regenerate.Christopher Faylor2006-03-181-3/+1
* copyrightChristopher Faylor2006-01-121-1/+2
* * fhandler_tty.cc (fhandler_tty_slave::dup): Don't assign a controllingChristopher Faylor2006-01-081-0/+2
* * fhandler_tty.cc (fhandler_tty_common::__acquire_output_mutex): Use straceChristopher Faylor2005-12-291-2/+2
* *** cygwin DLL Changes:Christopher Faylor2005-12-291-1/+1
* * fhandler.h (fhandler_pipe::fixup_in_child): Declare new function.Christopher Faylor2005-12-191-46/+2
* * fhandler_tty.cc (fhandler_tty::open): Enhance comment.Christopher Faylor2005-12-131-1/+9
* * fhandler_tty.cc (fhandler_tty::open): Close newly created windowCorinna Vinschen2005-12-131-2/+5
* * fhandler_tty.cc (fhandler_tty::open): Add a comment.Christopher Faylor2005-12-131-0/+11
* * times.cc (systime): Correct precision referenced in comment.Christopher Faylor2005-12-131-4/+5
* * fhandler_tty.cc (fhandler_tty_slave::open): Reset the current windows stationChristopher Faylor2005-11-241-1/+4
* * fhandler_tty.cc (fhandler_tty_slave::open): Don't expect thatCorinna Vinschen2005-11-171-7/+10
* * fhandler.h (fhandler_console::fixup_after_fork_exec): Declare new function.Christopher Faylor2005-11-141-2/+1
* * cygheap.h (init_cygheap::manage_console_count): Declare new function.Christopher Faylor2005-11-141-12/+12
* Change process_lock to lock_process throughout. Change all calls to newChristopher Faylor2005-10-171-3/+3
* Revert erroneous checkin.Corinna Vinschen2005-09-281-14/+11
* * fhandler.h (class fhandler_dev_raw): Delete current_position andCorinna Vinschen2005-09-281-11/+14
* Remove some more unneeded 'return;'s throughout.Christopher Faylor2005-09-141-2/+0
* * fhandler.h (fhandler_tty_common::lseek): Declare new method.Christopher Faylor2005-08-181-0/+7
* * dcrt0.cc (dll_crt0_1): Tweak debugging stuff.Christopher Faylor2005-08-171-6/+10
* * fhandler_tty.cc (fhandler_tty_slave::tcflush): Return either 0 or -1.Corinna Vinschen2005-08-051-1/+1
* Eliminate (void) cast on standalone function calls throughout.Christopher Faylor2005-07-061-1/+1
* Change foo (void) to foo () for all c++ functions throughout. Remove allChristopher Faylor2005-07-051-13/+20