summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/fhandler_tty.cc
Commit message (Expand)AuthorAgeFilesLines
* * external.cc (fillout_pinfo): If start_time is 0, wait a while beforeChristopher Faylor2013-10-241-0/+2
* * fhandler.h (fhandler_base::cleanup): Mark as extern rather than inline.Christopher Faylor2013-10-221-0/+2
* * fhandler_tty.cc: Revert accidental checkin.Christopher Faylor2013-07-311-4/+1
* cygwin directory changes:Christopher Faylor2013-07-261-1/+4
* revert accidentally checked in filesChristopher Faylor2013-06-081-4/+1
* * cygwait.cc (cygwait): Remove lock around sig retrieval since this code isChristopher Faylor2013-06-081-1/+4
* * fhandler_tty.cc (fhandler_pty_common::__acquire_output_mutex): Never wait anChristopher Faylor2013-05-081-1/+3
* Throughout, (mainly in fhandler*) fix remaining gcc 4.7 mismatchYaakov Selkowitz2013-05-011-4/+4
* * Merge in cygwin-64bit-branch.Corinna Vinschen2013-04-231-58/+56
* * DevNotes: Add entry cgf-000022.Christopher Faylor2013-01-311-2/+2
* Throughout, change __attribute__ ((regparm (N))) to just __regN. Throughout,Christopher Faylor2013-01-211-3/+3
* * fhandler_registry.cc: Drop Mingw.org considerations.Corinna Vinschen2012-11-261-4/+0
* * fhandler_termios.cc (fhandler_termios::line_edit): Don't do special characterChristopher Faylor2012-11-081-1/+1
* * fhandler_tty.cc (fhandler_pty_slave::write): Fix potential exit from loopChristopher Faylor2012-10-151-1/+2
* * fhandler_tty.cc (fhandler_pty_slave::write): DWORD -> BOOL.Christopher Faylor2012-10-151-1/+1
* * fhandler_termios.cc (fhandler_termios::line_edit): Don't manipulateChristopher Faylor2012-10-121-4/+8
* whitespace cleanupChristopher Faylor2012-08-161-1/+1
* Rename cancelable_wait -> cygwait throughout.Christopher Faylor2012-08-151-1/+1
* * cygwait.cc (cancelable_wait): Add some debugging-only output.Christopher Faylor2012-07-301-1/+1
* * DevNotes: Add entry cgf-000013.Christopher Faylor2012-07-211-1/+1
* * fhandler_registry.cc (RegOpenUserClassesRoot): Only define whenCorinna Vinschen2012-07-061-0/+2
* * fhandler_tty.cc (fhandler_pty_slave::read): Remove duplicate assignment toChristopher Faylor2012-07-041-1/+0
* Revert errneous checkin.Christopher Faylor2012-06-191-1/+1
* * cygwait.cc (cancelable_wait): Mimic old cygwait behavior more closely wrtChristopher Faylor2012-06-191-1/+1
* Add '#include "cygwait.h"' throughout, where appropriate.Christopher Faylor2012-06-171-5/+6
* * DevNotes: Add entry cgf-000008.Christopher Faylor2012-05-161-7/+10
* * DevNotes: Add entry cgf-000002.Christopher Faylor2012-05-041-2/+6
* * fhandler.h (fhandler_pty_common::bytes_available): Declare new function.Christopher Faylor2012-04-051-65/+68
* * Throughout, replace usage of w32api's min with MIN from sys/param.h.Corinna Vinschen2012-03-081-2/+3
* * fhandler_console.cc (fhandler_console::dup): Only set ctty when we haven'tChristopher Faylor2012-03-031-1/+10
* * cygheap.cc (init_cygheap::init_installation_root): Convert functionCorinna Vinschen2012-02-141-3/+3
* * cygheap.cc (init_cygheap::manage_console_count): Delete.Christopher Faylor2012-02-071-6/+4
* Clean up whitespace.Christopher Faylor2011-12-171-3/+3
* * cygthread.h (cygthread::name): Very minor formatting tweak.Christopher Faylor2011-12-131-4/+0
* Rename cygWFMO to cygwait throughout and use the magic of polymorphism to "waitChristopher Faylor2011-12-091-22/+38
* * sigproc.cc (cygWFMO): Don't assume that cancellable event is alwaysChristopher Faylor2011-12-041-6/+2
* Throughout, remove extra space after function name from debugging output.Christopher Faylor2011-12-031-2/+2
* * fhandler.h (fhandler_pipe::create): Rename from the misnamedChristopher Faylor2011-11-231-2/+2
* Throughout use "have_execed" macro rather than "hExeced" global handle.Christopher Faylor2011-11-141-7/+7
* * fhandler.h (__ptsname): New macro.Christopher Faylor2011-11-081-1/+1
* * cygwin.din (ptsname_r): Export.Christopher Faylor2011-11-071-5/+11
* * fhandler.h (fhandler_pipe::create_selectable): Remove optional argument, takeChristopher Faylor2011-10-301-2/+2
* * fhandler_tty.cc (fhandler_pty_slave::read): Use consistent way for testingChristopher Faylor2011-10-231-1/+1
* Throughout change TTY_* to PTY_*, tty_* to pty_*, and ttym_* to ptmx_*.Christopher Faylor2011-10-201-5/+9
* * cygerrno.h (__set_errno): Modify debugging output to make searching straceChristopher Faylor2011-10-151-54/+61
* * cygwin.din: Remove some _tc* exports. Add tcgetsid().Christopher Faylor2011-10-111-1/+8
* * fhandler_tty.cc (fhandler_pty_slave::open): Clarify debugging output.Christopher Faylor2011-10-101-2/+5
* * fhandler_console.cc (fhandler_console::ioctl): Fetch console eventsCorinna Vinschen2011-07-251-2/+2
* * fhandler_tty.cc (fhandler_pty_slave::ioctl): Drop FIONBIO case.Corinna Vinschen2011-07-221-8/+27
* Corinna Vinschen <corinna@vinschen.de>Christopher Faylor2011-07-211-2/+1