| Commit message (Expand) | Author | Age | Files | Lines |
* | Throughout, drop unnecessary explicit includes of windows header files | Corinna Vinschen | 2013-11-24 | 1 | -3/+0 |
* | * external.cc (fillout_pinfo): If start_time is 0, wait a while before | Christopher Faylor | 2013-10-24 | 1 | -0/+1 |
* | Throughout, (mainly in fhandler*) fix remaining gcc 4.7 mismatch | Yaakov Selkowitz | 2013-05-01 | 1 | -1/+1 |
* | * Merge in cygwin-64bit-branch. | Corinna Vinschen | 2013-04-23 | 1 | -11/+11 |
* | Throughout, update copyrights to reflect dates which correspond to main-branch | Christopher Faylor | 2013-01-21 | 1 | -2/+2 |
* | * fhandler.h (class dev_console): Flag for expanded control sequence. | Corinna Vinschen | 2013-01-11 | 1 | -2/+45 |
* | whitespace cleanup | Christopher Faylor | 2012-08-16 | 1 | -4/+4 |
* | * cygwait.cc (cancelable_wait): Add some debugging-only output. | Christopher Faylor | 2012-07-30 | 1 | -2/+1 |
* | Add '#include "cygwait.h"' throughout, where appropriate. | Christopher Faylor | 2012-06-17 | 1 | -2/+3 |
* | * fhandler.h (class dev_console): Add member ext_mouse_mode5. | Corinna Vinschen | 2012-04-25 | 1 | -10/+29 |
* | * fhandler_console.cc (ALT_PRESSED): Define earlier, never undefine. | Corinna Vinschen | 2012-04-24 | 1 | -10/+7 |
* | * fhandler.h (class dev_console): Add members ext_mouse_mode6 and | Corinna Vinschen | 2012-04-24 | 1 | -23/+66 |
* | wincap.h: Rename assitant to assistant throughout. wincap.cc: Ditto. | Christopher Faylor | 2012-04-15 | 1 | -1/+1 |
* | * devices.in (exists_console): Allow /dev/con{sole,in,out} to be referenced | Christopher Faylor | 2012-04-13 | 1 | -3/+4 |
* | * dtable.cc (dtable::fixup_close): Define new function. | Christopher Faylor | 2012-04-01 | 1 | -5/+8 |
* | * fhandler_console.cc (fhandler_console::set_unit): Don't succeed unless we are | Christopher Faylor | 2012-03-29 | 1 | -1/+7 |
* | * dtable.cc (fh_alloc): Treat pc.dev as unsigned. | Christopher Faylor | 2012-03-10 | 1 | -4/+2 |
* | * Throughout, replace usage of w32api's min with MIN from sys/param.h. | Corinna Vinschen | 2012-03-08 | 1 | -1/+2 |
* | * fhandler_console.cc (fhandler_console::dup): Only set ctty when we haven't | Christopher Faylor | 2012-03-03 | 1 | -1/+3 |
* | * fhandler_console.cc (fhandler_console::input_tcsetattr): Revert | Corinna Vinschen | 2012-03-02 | 1 | -4/+2 |
* | * fhandler_console.cc (fhandler_console::input_tcsetattr): Set the | Corinna Vinschen | 2012-03-02 | 1 | -0/+3 |
* | * cygheap.cc (init_cygheap::init_installation_root): Convert function | Corinna Vinschen | 2012-02-14 | 1 | -1/+1 |
* | * cygheap.cc (init_cygheap::manage_console_count): Delete. | Christopher Faylor | 2012-02-07 | 1 | -3/+10 |
* | Clean up whitespace. | Christopher Faylor | 2011-12-17 | 1 | -1/+1 |
* | * cygthread.h (cygthread::name): Very minor formatting tweak. | Christopher Faylor | 2011-12-13 | 1 | -3/+0 |
* | Rename cygWFMO to cygwait throughout and use the magic of polymorphism to "wait | Christopher Faylor | 2011-12-09 | 1 | -1/+1 |
* | * exceptions.cc (exception::handle): Drop abbreviation for "exception" since I | Christopher Faylor | 2011-12-04 | 1 | -3/+1 |
* | Throughout, remove extra space after function name from debugging output. | Christopher Faylor | 2011-12-03 | 1 | -4/+4 |
* | Throughout use "have_execed" macro rather than "hExeced" global handle. | Christopher Faylor | 2011-11-14 | 1 | -1/+3 |
* | * dtable.cc (dtable::delete_archetype): Improve debugging output. | Christopher Faylor | 2011-10-22 | 1 | -4/+2 |
* | * cygerrno.h (__set_errno): Modify debugging output to make searching strace | Christopher Faylor | 2011-10-15 | 1 | -16/+24 |
* | * fhandler_console.cc (fhandler_console::cursor_set): Disable forcing | Corinna Vinschen | 2011-10-12 | 1 | -1/+11 |
* | * cygwin.din: Remove some _tc* exports. Add tcgetsid(). | Christopher Faylor | 2011-10-11 | 1 | -12/+15 |
* | * dtable.cc: Mark some const variables as static. | Christopher Faylor | 2011-08-19 | 1 | -1/+1 |
* | * fhandler_console.cc (fhandler_console::read): Recognize backspace key | Corinna Vinschen | 2011-08-19 | 1 | -1/+1 |
* | * fhandler_console.cc (fhandler_console::ioctl): Fetch console events | Corinna Vinschen | 2011-07-25 | 1 | -3/+11 |
* | * fhandler_tty.cc (fhandler_pty_slave::ioctl): Drop FIONBIO case. | Corinna Vinschen | 2011-07-22 | 1 | -5/+15 |
* | * fhandler_console.cc (fhandler_console::input_tcsetattr): Revert to | Corinna Vinschen | 2011-07-14 | 1 | -2/+4 |
* | * fhandler_console.cc (fhandler_console::input_tcsetattr): Make | Corinna Vinschen | 2011-07-05 | 1 | -3/+3 |
* | * fhandler_console.cc (fhandler_console::read): Add comment. | Corinna Vinschen | 2011-06-30 | 1 | -1/+2 |
* | * fhandler_console.cc (fhandler_console::read): Don't generate ^@ on | Corinna Vinschen | 2011-06-24 | 1 | -1/+2 |
* | * fhandler_console.cc (fhandler_console::set_unit): Set pc.file_attributes() to | Christopher Faylor | 2011-06-16 | 1 | -0/+2 |
* | * cygheap.h (init_cygheap::ctty_on_hold): Remove conditionalized variable. | Christopher Faylor | 2011-06-14 | 1 | -15/+2 |
* | Rename FH_BAD to FH_NADA throughout. | Christopher Faylor | 2011-06-12 | 1 | -8/+24 |
* | * child_info.h (CURR_CHILD_INFO_MAGIC): Reset. | Christopher Faylor | 2011-06-09 | 1 | -5/+1 |
* | * fhandler_console.cc (fhandler_console::open_shared_console): Semi-revert to | Christopher Faylor | 2011-06-07 | 1 | -2/+2 |
* | whitespace elimination | Christopher Faylor | 2011-06-06 | 1 | -20/+20 |
* | * fhandler_console.cc (fhandler_console::open_shared_console): Don't zero | Christopher Faylor | 2011-06-05 | 1 | -2/+1 |
* | * fhandler.cc (fhandler_base_overlapped::wait_overlapped): Only raise SIGPIPE | Christopher Faylor | 2011-06-04 | 1 | -315/+317 |
* | * exceptions.cc (ctrl_c_handler): Simplify test for no parent tty. | Christopher Faylor | 2011-06-01 | 1 | -5/+3 |