summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/fhandler_console.cc
Commit message (Expand)AuthorAgeFilesLines
* Throughout, drop unnecessary explicit includes of windows header filesCorinna Vinschen2013-11-241-3/+0
* * external.cc (fillout_pinfo): If start_time is 0, wait a while beforeChristopher Faylor2013-10-241-0/+1
* Throughout, (mainly in fhandler*) fix remaining gcc 4.7 mismatchYaakov Selkowitz2013-05-011-1/+1
* * Merge in cygwin-64bit-branch.Corinna Vinschen2013-04-231-11/+11
* Throughout, update copyrights to reflect dates which correspond to main-branchChristopher Faylor2013-01-211-2/+2
* * fhandler.h (class dev_console): Flag for expanded control sequence.Corinna Vinschen2013-01-111-2/+45
* whitespace cleanupChristopher Faylor2012-08-161-4/+4
* * cygwait.cc (cancelable_wait): Add some debugging-only output.Christopher Faylor2012-07-301-2/+1
* Add '#include "cygwait.h"' throughout, where appropriate.Christopher Faylor2012-06-171-2/+3
* * fhandler.h (class dev_console): Add member ext_mouse_mode5.Corinna Vinschen2012-04-251-10/+29
* * fhandler_console.cc (ALT_PRESSED): Define earlier, never undefine.Corinna Vinschen2012-04-241-10/+7
* * fhandler.h (class dev_console): Add members ext_mouse_mode6 andCorinna Vinschen2012-04-241-23/+66
* wincap.h: Rename assitant to assistant throughout. wincap.cc: Ditto.Christopher Faylor2012-04-151-1/+1
* * devices.in (exists_console): Allow /dev/con{sole,in,out} to be referencedChristopher Faylor2012-04-131-3/+4
* * dtable.cc (dtable::fixup_close): Define new function.Christopher Faylor2012-04-011-5/+8
* * fhandler_console.cc (fhandler_console::set_unit): Don't succeed unless we areChristopher Faylor2012-03-291-1/+7
* * dtable.cc (fh_alloc): Treat pc.dev as unsigned.Christopher Faylor2012-03-101-4/+2
* * Throughout, replace usage of w32api's min with MIN from sys/param.h.Corinna Vinschen2012-03-081-1/+2
* * fhandler_console.cc (fhandler_console::dup): Only set ctty when we haven'tChristopher Faylor2012-03-031-1/+3
* * fhandler_console.cc (fhandler_console::input_tcsetattr): RevertCorinna Vinschen2012-03-021-4/+2
* * fhandler_console.cc (fhandler_console::input_tcsetattr): Set theCorinna Vinschen2012-03-021-0/+3
* * cygheap.cc (init_cygheap::init_installation_root): Convert functionCorinna Vinschen2012-02-141-1/+1
* * cygheap.cc (init_cygheap::manage_console_count): Delete.Christopher Faylor2012-02-071-3/+10
* Clean up whitespace.Christopher Faylor2011-12-171-1/+1
* * cygthread.h (cygthread::name): Very minor formatting tweak.Christopher Faylor2011-12-131-3/+0
* Rename cygWFMO to cygwait throughout and use the magic of polymorphism to "waitChristopher Faylor2011-12-091-1/+1
* * exceptions.cc (exception::handle): Drop abbreviation for "exception" since IChristopher Faylor2011-12-041-3/+1
* Throughout, remove extra space after function name from debugging output.Christopher Faylor2011-12-031-4/+4
* 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