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
*
* cygwin.din (dup3): Export.
Corinna Vinschen
2010-01-14
1
-0
/
+1
*
* fhandler_tty.cc (fhandler_tty_master::init): Don't erase all default
Corinna Vinschen
2010-01-13
1
-5
/
+1
*
Throughout, replace hMainProc with GetCurrentProcess/NtCurrentProcess
Corinna Vinschen
2009-12-18
1
-4
/
+4
*
* sigproc.h (wait_for_sigthread): Eliminate parameter.
Christopher Faylor
2009-07-24
1
-2
/
+2
*
* dcrt0.cc (jit_debug): New global.
Christopher Faylor
2009-07-03
1
-3
/
+4
*
* errno.cc (errmap): Add mapping for ERROR_IO_INCOMPLETE.
Christopher Faylor
2009-06-14
1
-4
/
+7
*
* fhandler_console.cc (fhandler_console::ioctl): Properly treat TIOCLINUX
Christopher Faylor
2009-05-06
1
-1
/
+1
*
ChangeLog:
Corinna Vinschen
2009-01-21
1
-11
/
+1
*
* fhandler_tty.cc (close_maybe): Check for both types of invalid handle before
Christopher Faylor
2008-08-27
1
-7
/
+7
*
* fhandler_tty.cc (fhandler_pty_master::setup): Reorganize so that all
Christopher Faylor
2008-07-26
1
-20
/
+16
*
* fhandler_tty.cc (fhandler_pty_master::setup): Fix pipe inheritance.
Corinna Vinschen
2008-06-19
1
-2
/
+2
*
Remove unneeded header files from source files throughout.
Christopher Faylor
2008-04-07
1
-6
/
+0
*
* Fix copyright dates.
Corinna Vinschen
2008-04-01
1
-1
/
+1
*
* dtable.cc: Define various device-related string constants as wide character
Christopher Faylor
2008-03-22
1
-3
/
+15
*
* dtable.cc (dtable::init_std_file_from_handle): Set access to
Corinna Vinschen
2008-02-07
1
-0
/
+2
*
* fhandler_tty.cc (fhandler_tty_slave::open): Use MAX_PATH instead of
Corinna Vinschen
2007-12-05
1
-2
/
+2
*
* fhandler_tape.cc (mtinfo::initialize): Use MAX_PATH instead of
Corinna Vinschen
2007-11-28
1
-1
/
+1
*
Change many cygheap allocation routines to their *_abort analogs.
Christopher Faylor
2007-11-26
1
-2
/
+2
*
Throughout remove all usage of wincap.has_security.
Corinna Vinschen
2007-02-23
1
-8
/
+4
*
GCC 4.1 fixes.
Christopher Faylor
2006-07-17
1
-1
/
+2
*
* fhandler.h (class dev_console): Add `metabit' indicating the
Corinna Vinschen
2006-07-03
1
-3
/
+31
*
* fhandler_tty.cc (fhandler_pty_master::close): Always close
Christopher Faylor
2006-06-12
1
-12
/
+6
*
* cygthread.cc (cygthread::terminate_thread): In debugging output, use name of
Christopher Faylor
2006-06-03
1
-19
/
+9
*
* dcrt0.cc (dll_crt0_0): Call tty_list::init_session here.
Christopher Faylor
2006-06-03
1
-14
/
+19
*
* fhandler_tty.cc (fhandler_pty_master::close): Don't close handles if we don't
Christopher Faylor
2006-06-03
1
-6
/
+18
*
* cygheap.cc (init_cygheap::close_ctty): Remove obsolete code.
Christopher Faylor
2006-06-03
1
-21
/
+8
*
* fhandler.cc (fhandler_base::fixup_after_exec): Declare here.
Christopher Faylor
2006-06-02
1
-186
/
+226
*
* child_info.h (_CI_SAW_CTRL_C): New enum.
Christopher Faylor
2006-05-22
1
-0
/
+7
*
* fhandler_tty.cc (fhandler_tty::close): Remove problematic hExeced guard.
Christopher Faylor
2006-05-20
1
-12
/
+14
*
* fhandler_tty.cc (fhandler_tty_slave::open): Reinstate call to need_invisible
Christopher Faylor
2006-05-20
1
-1
/
+3
*
* child_info.h (CURR_CHILD_INFO_MAGIC): Regenerate.
Christopher Faylor
2006-03-18
1
-3
/
+1
*
copyright
Christopher Faylor
2006-01-12
1
-1
/
+2
*
* fhandler_tty.cc (fhandler_tty_slave::dup): Don't assign a controlling
Christopher Faylor
2006-01-08
1
-0
/
+2
*
* fhandler_tty.cc (fhandler_tty_common::__acquire_output_mutex): Use strace
Christopher Faylor
2005-12-29
1
-2
/
+2
*
*** cygwin DLL Changes:
Christopher Faylor
2005-12-29
1
-1
/
+1
*
* fhandler.h (fhandler_pipe::fixup_in_child): Declare new function.
Christopher Faylor
2005-12-19
1
-46
/
+2
*
* fhandler_tty.cc (fhandler_tty::open): Enhance comment.
Christopher Faylor
2005-12-13
1
-1
/
+9
*
* fhandler_tty.cc (fhandler_tty::open): Close newly created window
Corinna Vinschen
2005-12-13
1
-2
/
+5
*
* fhandler_tty.cc (fhandler_tty::open): Add a comment.
Christopher Faylor
2005-12-13
1
-0
/
+11
*
* times.cc (systime): Correct precision referenced in comment.
Christopher Faylor
2005-12-13
1
-4
/
+5
*
* fhandler_tty.cc (fhandler_tty_slave::open): Reset the current windows station
Christopher Faylor
2005-11-24
1
-1
/
+4
*
* fhandler_tty.cc (fhandler_tty_slave::open): Don't expect that
Corinna Vinschen
2005-11-17
1
-7
/
+10
*
* fhandler.h (fhandler_console::fixup_after_fork_exec): Declare new function.
Christopher Faylor
2005-11-14
1
-2
/
+1
*
* cygheap.h (init_cygheap::manage_console_count): Declare new function.
Christopher Faylor
2005-11-14
1
-12
/
+12
*
Change process_lock to lock_process throughout. Change all calls to new
Christopher Faylor
2005-10-17
1
-3
/
+3
*
Revert erroneous checkin.
Corinna Vinschen
2005-09-28
1
-14
/
+11
*
* fhandler.h (class fhandler_dev_raw): Delete current_position and
Corinna Vinschen
2005-09-28
1
-11
/
+14
*
Remove some more unneeded 'return;'s throughout.
Christopher Faylor
2005-09-14
1
-2
/
+0
*
* fhandler.h (fhandler_tty_common::lseek): Declare new method.
Christopher Faylor
2005-08-18
1
-0
/
+7
*
* dcrt0.cc (dll_crt0_1): Tweak debugging stuff.
Christopher Faylor
2005-08-17
1
-6
/
+10
[next]