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_termios.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
* fhandler_termios.cc (fhandler_termios::line_edit): Don't do special character
Christopher Faylor
2012-11-08
1
-20
/
+20
*
* fhandler_termios.cc (fhandler_termios::line_edit): Don't manipulate
Christopher Faylor
2012-10-12
1
-6
/
+2
*
* fhandler_termios.cc (fhandler_termios::line_edit): Use special case '%0c'
Christopher Faylor
2012-07-29
1
-1
/
+1
*
* DevNotes: Add entry cgf-000013.
Christopher Faylor
2012-07-21
1
-1
/
+1
*
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
*
* fhandler.h (fhandler_base::nohandle): Revert to standard implementation.
Christopher Faylor
2012-04-18
1
-1
/
+5
*
* fhandler_console.cc (fhandler_console::dup): Only set ctty when we haven't
Christopher Faylor
2012-03-03
1
-2
/
+2
*
tcgetsid: fix return type
Eric Blake
2012-02-28
1
-2
/
+2
*
* dtable.cc (dtable::stdio_init): Always initialize console when we have one.
Christopher Faylor
2012-01-08
1
-3
/
+3
*
Implement fhandler reference counting.
Christopher Faylor
2011-12-17
1
-1
/
+1
*
* fhandler_termios.cc (tty_min::kill_pgrp): Don't send __SIGSETPGRP since
Christopher Faylor
2011-12-08
1
-2
/
+2
*
* dtable.cc (dtable::delete_archetype): Improve debugging output.
Christopher Faylor
2011-10-22
1
-2
/
+0
*
* cygerrno.h (__set_errno): Modify debugging output to make searching strace
Christopher Faylor
2011-10-15
1
-2
/
+6
*
* cygwin.din: Remove some _tc* exports. Add tcgetsid().
Christopher Faylor
2011-10-11
1
-0
/
+34
*
* fhandler_termios.cc (fhandler_termios::tcsetpgrp): Send __SIGSETPGRP
Corinna Vinschen
2011-10-06
1
-1
/
+2
*
* cygheap.h (init_cygheap::ctty_on_hold): Remove conditionalized variable.
Christopher Faylor
2011-06-14
1
-1
/
+1
*
whitespace elimination
Christopher Faylor
2011-06-06
1
-3
/
+3
*
* fhandler.cc (fhandler_base_overlapped::wait_overlapped): Only raise SIGPIPE
Christopher Faylor
2011-06-04
1
-71
/
+73
*
* fhandler_termios.cc (fhandler_termios::bg_check): Do not return EIO when a
Christopher Faylor
2011-05-30
1
-24
/
+43
*
* autoload.cc: Call _api_fatal in asm.
Christopher Faylor
2011-05-28
1
-2
/
+2
*
* ntdll.h (IsEventSignalled): New inline function.
Corinna Vinschen
2011-04-29
1
-1
/
+2
*
* cygheap.cc (init_cygheap::close_ctty): Avoid closing console-cttys since they
Christopher Faylor
2011-04-21
1
-1
/
+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
-0
/
+7
*
* fhandler.h (fhandler_termios::tcinit): Make second argument non-optional.
Christopher Faylor
2010-10-23
1
-4
/
+4
*
* fhandler_termios.cc (tcinit): Remove previously applied change.
Corinna Vinschen
2010-04-21
1
-9
/
+2
*
* autoload.cc (GetNamedPipeClientProcessId): Define.
Corinna Vinschen
2010-04-19
1
-0
/
+7
*
* fhandler.h (fhandler_pty_master::tcgetpgrp): Declare.
Corinna Vinschen
2009-10-07
1
-1
/
+10
*
Remove unneeded header files from source files throughout. Update copyrights
Christopher Faylor
2009-01-03
1
-3
/
+2
*
Remove unneeded header files from source files throughout.
Christopher Faylor
2008-04-07
1
-2
/
+0
*
* Fix copyright dates.
Corinna Vinschen
2008-04-01
1
-1
/
+1
*
Perform whitespace cleanup throughout.
Christopher Faylor
2008-02-15
1
-1
/
+1
*
* dcrt0.cc (dll_crt0_0): Call tty_list::init_session here.
Christopher Faylor
2006-06-03
1
-2
/
+2
*
* fhandler.cc (fhandler_base::fixup_after_exec): Declare here.
Christopher Faylor
2006-06-02
1
-14
/
+0
*
* tty.h (tty::hwnd): Move to tty_min.
Christopher Faylor
2006-04-21
1
-0
/
+1
*
* child_info.h (CURR_CHILD_INFO_MAGIC): Regenerate.
Christopher Faylor
2006-03-18
1
-1
/
+0
*
Always zero all elements of siginfo_t throughout.
Christopher Faylor
2006-02-06
1
-4
/
+2
*
* fhandler.h (fhandler_termios::fixup_after_exec): Make non-inlined.
Christopher Faylor
2005-12-20
1
-0
/
+7
*
* cygheap.h (init_cygheap::manage_console_count): Declare new function.
Christopher Faylor
2005-11-14
1
-2
/
+2
*
Eliminate (void) cast on standalone function calls throughout.
Christopher Faylor
2005-07-06
1
-2
/
+2
*
* cygerrno.h: Make multi-inclusion safe.
Christopher Faylor
2005-06-30
1
-2
/
+25
*
* wininfo.h (wininfo::timer_active): Delete.
Christopher Faylor
2005-03-27
1
-1
/
+1
*
* debug.cc (delete_handle): Report on handle value in debugging output.
Christopher Faylor
2005-02-26
1
-1
/
+1
*
* fhandler_termios.cc (fhandler_termios::tcsetpgrp): Revert previous checkin.
Christopher Faylor
2004-10-11
1
-1
/
+1
*
revert erroneous checkin
Christopher Faylor
2004-10-05
1
-1
/
+1
*
* pinfo.cc (_pinfo::commune_send): Correct debugging output.
Christopher Faylor
2004-10-05
1
-1
/
+1
*
* fhandler_termios.cc (fhandler_termios::tcsetpgrp): Disallow attempts to set
Christopher Faylor
2004-09-28
1
-1
/
+1
*
* winsup.h (IMPLEMENT_STATUS_FLAG): New macro to define status flag
Corinna Vinschen
2004-04-13
1
-1
/
+1
*
* Use new unified status_flag accessor methods from classes fhandler_*,
Corinna Vinschen
2004-04-10
1
-1
/
+1
[next]