summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/fhandler_console.cc
Commit message (Expand)AuthorAgeFilesLines
* Throughout use "have_execed" macro rather than "hExeced" global handle.Christopher Faylor2011-11-141-1/+3
* * dtable.cc (dtable::delete_archetype): Improve debugging output.Christopher Faylor2011-10-221-4/+2
* * cygerrno.h (__set_errno): Modify debugging output to make searching straceChristopher Faylor2011-10-151-16/+24
* * fhandler_console.cc (fhandler_console::cursor_set): Disable forcingCorinna Vinschen2011-10-121-1/+11
* * cygwin.din: Remove some _tc* exports. Add tcgetsid().Christopher Faylor2011-10-111-12/+15
* * dtable.cc: Mark some const variables as static.Christopher Faylor2011-08-191-1/+1
* * fhandler_console.cc (fhandler_console::read): Recognize backspace keyCorinna Vinschen2011-08-191-1/+1
* * fhandler_console.cc (fhandler_console::ioctl): Fetch console eventsCorinna Vinschen2011-07-251-3/+11
* * fhandler_tty.cc (fhandler_pty_slave::ioctl): Drop FIONBIO case.Corinna Vinschen2011-07-221-5/+15
* * fhandler_console.cc (fhandler_console::input_tcsetattr): Revert toCorinna Vinschen2011-07-141-2/+4
* * fhandler_console.cc (fhandler_console::input_tcsetattr): MakeCorinna Vinschen2011-07-051-3/+3
* * fhandler_console.cc (fhandler_console::read): Add comment.Corinna Vinschen2011-06-301-1/+2
* * fhandler_console.cc (fhandler_console::read): Don't generate ^@ onCorinna Vinschen2011-06-241-1/+2
* * fhandler_console.cc (fhandler_console::set_unit): Set pc.file_attributes() toChristopher Faylor2011-06-161-0/+2
* * cygheap.h (init_cygheap::ctty_on_hold): Remove conditionalized variable.Christopher Faylor2011-06-141-15/+2
* Rename FH_BAD to FH_NADA throughout.Christopher Faylor2011-06-121-8/+24
* * child_info.h (CURR_CHILD_INFO_MAGIC): Reset.Christopher Faylor2011-06-091-5/+1
* * fhandler_console.cc (fhandler_console::open_shared_console): Semi-revert toChristopher Faylor2011-06-071-2/+2
* whitespace eliminationChristopher Faylor2011-06-061-20/+20
* * fhandler_console.cc (fhandler_console::open_shared_console): Don't zeroChristopher Faylor2011-06-051-2/+1
* * fhandler.cc (fhandler_base_overlapped::wait_overlapped): Only raise SIGPIPEChristopher Faylor2011-06-041-315/+317
* * exceptions.cc (ctrl_c_handler): Simplify test for no parent tty.Christopher Faylor2011-06-011-5/+3
* * autoload.cc: Call _api_fatal in asm.Christopher Faylor2011-05-281-47/+111
* * fhandler.cc (fhandler_base::dup): Avoid duping a handle when an fhandler hasChristopher Faylor2011-05-061-4/+3
* * cygheap.cc (cygheap::close_ctty): Close ctty via close_with_arch().Christopher Faylor2011-05-051-37/+13
* * pinfo.h (class push_process_state): New class to push a process stateCorinna Vinschen2011-05-051-0/+9
* * fhandler.h (class fhandler_base): Remove uninterruptible_io statusCorinna Vinschen2011-05-041-1/+0
* * fhandler_console.cc (fhandler_console::read): Make restartable andCorinna Vinschen2011-05-021-12/+14
* * autoload.cc (GetConsoleWindow): Drop.Corinna Vinschen2011-04-191-2/+2
* * Makefile.in (DLL_IMPORTS): Drop advapi32.dll.Corinna Vinschen2011-04-191-7/+8
* * cygheap.h (init_cygheap::ctty): Use base class so that console can join inChristopher Faylor2011-04-171-13/+7
* * Throughout fix copyright dates.Corinna Vinschen2011-02-151-1/+1
* * fhandler_console.cc (fhandler_console::write_normal): RemoveCorinna Vinschen2011-02-071-12/+17
* * fhandler.h (fhandler_termios::tcinit): Make second argument non-optional.Christopher Faylor2010-10-231-1/+1
* * dcrt0.cc (dll_crt0_0): Move _main_tls initialization here.Christopher Faylor2010-10-021-1/+1
* * cygthread.h (cygthread::cygthread): Reorganize slightly.Christopher Faylor2010-09-121-1/+1
* * fhandler.h (class dev_console): Add backspace_keycode member.Corinna Vinschen2010-04-111-2/+6
* * fhandler_console.cc (fhandler_console::read): Default to sending CERASEChristopher Faylor2010-04-101-13/+3
* 2010-03-30 Thomas Wolff <towo@towo.net>Corinna Vinschen2010-03-301-12/+16
* * shared_info.h (open_shared): Create function wrapper for common use case.Christopher Faylor2010-03-091-2/+1
* * cygwin.din (dup3): Export.Corinna Vinschen2010-01-141-3/+3
* * fhandler_console.cc (handler_console::read): Use the tty's VERASE characterChristopher Faylor2009-12-251-5/+12
* * fhandler_console.cc (get_nonascii_key): Generate ESC prefixCorinna Vinschen2009-12-211-34/+48
* * fhandler_console.cc (__vt100_conv): Minor formatting change.Corinna Vinschen2009-12-191-1/+1
* * fhandler_console.cc (write_console): Check for VT100Corinna Vinschen2009-12-191-11/+100
* * fhandler_console.cc (read): Detect and handle mouse wheel scrollingCorinna Vinschen2009-12-161-86/+163
* * fhandler_console.cc (char_command): Fix code to select dim modeCorinna Vinschen2009-12-151-4/+11
* * fhandler_console.cc (fhandler_console::read): Revert change fromCorinna Vinschen2009-11-101-16/+11
* * fhandler_console.cc (fhandler_console::read): Restrict generatingCorinna Vinschen2009-11-091-11/+16
* * fhandler_console.cc (beep): Move up to avoid forward declaration.Corinna Vinschen2009-09-301-18/+29