index
:
cygnal
cygnal-2.5.2
cygnal-2.9.0-branch
cygnal-3-1-6-98-branch
cygnal-3-1-98-branch
cygwin-master
"Cygwin Native Application Lib" --- http://www.kylheku.com/cygnal
kaz@kylheku.com
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
winsup
/
cygwin
/
fhandler_tty.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
* fhandler_tty.cc: Revert accidental checkin.
Christopher Faylor
2013-07-31
1
-4
/
+1
*
cygwin directory changes:
Christopher Faylor
2013-07-26
1
-1
/
+4
*
revert accidentally checked in files
Christopher Faylor
2013-06-08
1
-4
/
+1
*
* cygwait.cc (cygwait): Remove lock around sig retrieval since this code is
Christopher Faylor
2013-06-08
1
-1
/
+4
*
* fhandler_tty.cc (fhandler_pty_common::__acquire_output_mutex): Never wait an
Christopher Faylor
2013-05-08
1
-1
/
+3
*
Throughout, (mainly in fhandler*) fix remaining gcc 4.7 mismatch
Yaakov Selkowitz
2013-05-01
1
-4
/
+4
*
* Merge in cygwin-64bit-branch.
Corinna Vinschen
2013-04-23
1
-58
/
+56
*
* DevNotes: Add entry cgf-000022.
Christopher Faylor
2013-01-31
1
-2
/
+2
*
Throughout, change __attribute__ ((regparm (N))) to just __regN. Throughout,
Christopher Faylor
2013-01-21
1
-3
/
+3
*
* fhandler_registry.cc: Drop Mingw.org considerations.
Corinna Vinschen
2012-11-26
1
-4
/
+0
*
* fhandler_termios.cc (fhandler_termios::line_edit): Don't do special character
Christopher Faylor
2012-11-08
1
-1
/
+1
*
* fhandler_tty.cc (fhandler_pty_slave::write): Fix potential exit from loop
Christopher Faylor
2012-10-15
1
-1
/
+2
*
* fhandler_tty.cc (fhandler_pty_slave::write): DWORD -> BOOL.
Christopher Faylor
2012-10-15
1
-1
/
+1
*
* fhandler_termios.cc (fhandler_termios::line_edit): Don't manipulate
Christopher Faylor
2012-10-12
1
-4
/
+8
*
whitespace cleanup
Christopher Faylor
2012-08-16
1
-1
/
+1
*
Rename cancelable_wait -> cygwait throughout.
Christopher Faylor
2012-08-15
1
-1
/
+1
*
* cygwait.cc (cancelable_wait): Add some debugging-only output.
Christopher Faylor
2012-07-30
1
-1
/
+1
*
* DevNotes: Add entry cgf-000013.
Christopher Faylor
2012-07-21
1
-1
/
+1
*
* fhandler_registry.cc (RegOpenUserClassesRoot): Only define when
Corinna Vinschen
2012-07-06
1
-0
/
+2
*
* fhandler_tty.cc (fhandler_pty_slave::read): Remove duplicate assignment to
Christopher Faylor
2012-07-04
1
-1
/
+0
*
Revert errneous checkin.
Christopher Faylor
2012-06-19
1
-1
/
+1
*
* cygwait.cc (cancelable_wait): Mimic old cygwait behavior more closely wrt
Christopher Faylor
2012-06-19
1
-1
/
+1
*
Add '#include "cygwait.h"' throughout, where appropriate.
Christopher Faylor
2012-06-17
1
-5
/
+6
*
* DevNotes: Add entry cgf-000008.
Christopher Faylor
2012-05-16
1
-7
/
+10
*
* DevNotes: Add entry cgf-000002.
Christopher Faylor
2012-05-04
1
-2
/
+6
*
* fhandler.h (fhandler_pty_common::bytes_available): Declare new function.
Christopher Faylor
2012-04-05
1
-65
/
+68
*
* Throughout, replace usage of w32api's min with MIN from sys/param.h.
Corinna Vinschen
2012-03-08
1
-2
/
+3
*
* fhandler_console.cc (fhandler_console::dup): Only set ctty when we haven't
Christopher Faylor
2012-03-03
1
-1
/
+10
*
* cygheap.cc (init_cygheap::init_installation_root): Convert function
Corinna Vinschen
2012-02-14
1
-3
/
+3
*
* cygheap.cc (init_cygheap::manage_console_count): Delete.
Christopher Faylor
2012-02-07
1
-6
/
+4
*
Clean up whitespace.
Christopher Faylor
2011-12-17
1
-3
/
+3
*
* cygthread.h (cygthread::name): Very minor formatting tweak.
Christopher Faylor
2011-12-13
1
-4
/
+0
*
Rename cygWFMO to cygwait throughout and use the magic of polymorphism to "wait
Christopher Faylor
2011-12-09
1
-22
/
+38
*
* sigproc.cc (cygWFMO): Don't assume that cancellable event is always
Christopher Faylor
2011-12-04
1
-6
/
+2
*
Throughout, remove extra space after function name from debugging output.
Christopher Faylor
2011-12-03
1
-2
/
+2
*
* fhandler.h (fhandler_pipe::create): Rename from the misnamed
Christopher Faylor
2011-11-23
1
-2
/
+2
*
Throughout use "have_execed" macro rather than "hExeced" global handle.
Christopher Faylor
2011-11-14
1
-7
/
+7
*
* fhandler.h (__ptsname): New macro.
Christopher Faylor
2011-11-08
1
-1
/
+1
*
* cygwin.din (ptsname_r): Export.
Christopher Faylor
2011-11-07
1
-5
/
+11
*
* fhandler.h (fhandler_pipe::create_selectable): Remove optional argument, take
Christopher Faylor
2011-10-30
1
-2
/
+2
*
* fhandler_tty.cc (fhandler_pty_slave::read): Use consistent way for testing
Christopher Faylor
2011-10-23
1
-1
/
+1
*
Throughout change TTY_* to PTY_*, tty_* to pty_*, and ttym_* to ptmx_*.
Christopher Faylor
2011-10-20
1
-5
/
+9
*
* cygerrno.h (__set_errno): Modify debugging output to make searching strace
Christopher Faylor
2011-10-15
1
-54
/
+61
*
* cygwin.din: Remove some _tc* exports. Add tcgetsid().
Christopher Faylor
2011-10-11
1
-1
/
+8
*
* fhandler_tty.cc (fhandler_pty_slave::open): Clarify debugging output.
Christopher Faylor
2011-10-10
1
-2
/
+5
*
* fhandler_console.cc (fhandler_console::ioctl): Fetch console events
Corinna Vinschen
2011-07-25
1
-2
/
+2
*
* fhandler_tty.cc (fhandler_pty_slave::ioctl): Drop FIONBIO case.
Corinna Vinschen
2011-07-22
1
-8
/
+27
*
Corinna Vinschen <corinna@vinschen.de>
Christopher Faylor
2011-07-21
1
-2
/
+1
*
* fhandler_tty.cc (fhandler_pty_slave::ioctl): Remove erroneous support for
Christopher Faylor
2011-07-11
1
-15
/
+0
*
* fhandler.cc (fhandler_base::open_with_arch): Call close_on_exec last to avoid
Christopher Faylor
2011-07-04
1
-11
/
+6
[next]