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.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
*
* fhandler_tty.cc (fhandler_pty_master::setup): Create pty pipes
Corinna Vinschen
2011-06-22
1
-2
/
+2
*
* fhandler_tty.cc (fhandler_pty_master::setup): Fix crash in debug
Corinna Vinschen
2011-06-22
1
-1
/
+2
*
* cygheap.h (init_cygheap::ctty_on_hold): Remove conditionalized variable.
Christopher Faylor
2011-06-14
1
-326
/
+85
*
* fhandler_tty_slave.cc (fhandler_tty_slave::fhandler_tty_slave): Revert
Christopher Faylor
2011-06-13
1
-1
/
+1
*
Rename FH_BAD to FH_NADA throughout.
Christopher Faylor
2011-06-12
1
-1
/
+1
*
whitespace elimination
Christopher Faylor
2011-06-06
1
-2
/
+2
*
* fhandler.cc (fhandler_base_overlapped::wait_overlapped): Only raise SIGPIPE
Christopher Faylor
2011-06-04
1
-7
/
+10
*
* autoload.cc: Call _api_fatal in asm.
Christopher Faylor
2011-05-28
1
-13
/
+17
*
* fhandler.h (fhandler_dev_dsp): Cosmetic change.
Christopher Faylor
2011-05-06
1
-1
/
+4
*
* cygheap.cc (cygheap::close_ctty): Close ctty via close_with_arch().
Christopher Faylor
2011-05-05
1
-117
/
+69
*
* pinfo.h (class push_process_state): New class to push a process state
Corinna Vinschen
2011-05-05
1
-0
/
+30
*
* fhandler.h (class fhandler_base): Remove uninterruptible_io status
Corinna Vinschen
2011-05-04
1
-4
/
+1
*
* fhandler_tty.cc (fhandler_tty_slave::read): Set WFMO timeout to 0 for
Corinna Vinschen
2011-05-03
1
-37
/
+74
*
* fhndler_tty.cc (andler_pty_master::process_slave_output): Make
Corinna Vinschen
2011-05-02
1
-5
/
+12
*
* advapi32.cc (AccessCheck): Remove.
Corinna Vinschen
2011-04-29
1
-10
/
+16
*
* advapi32.cc (InitializeAcl): Remove.
Corinna Vinschen
2011-04-28
1
-4
/
+4
*
* Fix various copyrights.
Corinna Vinschen
2011-04-18
1
-1
/
+1
*
* cygheap.h (init_cygheap::ctty): Use base class so that console can join in
Christopher Faylor
2011-04-17
1
-1
/
+1
*
* fhandler_tty.cc (fhandler_tty_slave::dup): Free path_conv strings
Corinna Vinschen
2010-11-29
1
-0
/
+14
*
* fhandler_tty.cc (fhandler_tty_slave::fchown): Initialize mode to 0.
Corinna Vinschen
2010-11-18
1
-1
/
+1
*
* dcrt0.cc (do_exit): Don't set thread termination until all fds have been
Christopher Faylor
2010-10-24
1
-5
/
+4
*
* exceptions.cc (try_to_debug): Improve comment.
Christopher Faylor
2010-10-24
1
-4
/
+4
*
* fhandler_tty.cc (fhandler_pty_master::open): Remove debugging printf.
Christopher Faylor
2010-10-23
1
-1
/
+0
*
* fhandler.h (fhandler_termios::tcinit): Make second argument non-optional.
Christopher Faylor
2010-10-23
1
-21
/
+42
*
* fhandler_tty.cc (fhandler_tty_slave::init): Revert to using tc->setpgid since
Christopher Faylor
2010-09-29
1
-1
/
+1
*
* fhandler_tty.cc (fhandler_tty_slave::init): Add debugging. Use tcsetpgrp to
Christopher Faylor
2010-09-29
1
-1
/
+5
*
* fhandler_tty.cc (fhandler_pty_master::setup): Always create master
Corinna Vinschen
2010-09-28
1
-20
/
+17
*
* include/sys/cygwin.h (PID_NOTCYGWIN): New enum.
Christopher Faylor
2010-09-20
1
-7
/
+7
*
* fhandler_tty.cc (fhandler_tty_slave::init): Add additional checks to
Christopher Faylor
2010-09-20
1
-1
/
+7
*
* fhandler.h (class fhandler_base): Change inheritance of fstat_helper
Corinna Vinschen
2010-09-13
1
-1
/
+1
*
* cygthread.cc (cygthread::create): Fix incorrect use of name rather than
Christopher Faylor
2010-09-01
1
-4
/
+4
*
* cygthread.h (LPVOID_THREAD_START_ROUTINE): Define.
Christopher Faylor
2010-07-30
1
-18
/
+9
*
* fhandler.h (class fhandler_pty_master): Add master_thread member.
Corinna Vinschen
2010-05-26
1
-4
/
+3
*
* fhandler_tty.cc (fhandler_tty_slave::init): Disable grabbing
Corinna Vinschen
2010-05-07
1
-1
/
+1
*
* fhandler_termios.cc (tcinit): Remove previously applied change.
Corinna Vinschen
2010-04-21
1
-0
/
+9
[next]