summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/fhandler_termios.cc
Commit message (Expand)AuthorAgeFilesLines
* Cygwin: Add IUTF8 termios iflagCorinna Vinschen2017-01-311-1/+28
* Don't raise SIGTTIN from poll/selectCorinna Vinschen2016-07-271-6/+37
* Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen2016-06-231-3/+0
* Revert "Refactor to avoid nonnull checks on "this" pointer."Corinna Vinschen2016-04-051-1/+1
* Refactor to avoid nonnull checks on "this" pointer.Peter Foley2016-04-041-1/+1
* Add CMIN and CTIME definitionsCorinna Vinschen2015-04-231-3/+3
* * fhandler_termios.cc (fhandler_termios::line_edit): Fix conditionCorinna Vinschen2015-02-261-7/+9
* * cygheap.cc (init_cygheap::init_tls_list): Accommodate threadlistCorinna Vinschen2014-11-281-0/+3
* * fhandler_termios.cc (fhandler_termios::line_edit): Fix fatal typo inCorinna Vinschen2014-11-141-2/+2
* * fhandler.h (fhandler_termios::line_edit): Add parameter to returnCorinna Vinschen2014-11-131-9/+27
* * fhandler_termios.cc (tty_min::kill_pgrp): Don't send a signal to myself ifChristopher Faylor2013-10-181-1/+1
* * Merge in cygwin-64bit-branch.Corinna Vinschen2013-04-231-3/+4
* * DevNotes: Add entry cgf-000022.Christopher Faylor2013-01-311-3/+13
* Throughout, update copyrights to reflect dates which correspond to main-branchChristopher Faylor2013-01-211-2/+2
* * fhandler_termios.cc (fhandler_termios::line_edit): Don't do special characterChristopher Faylor2012-11-081-20/+20
* * fhandler_termios.cc (fhandler_termios::line_edit): Don't manipulateChristopher Faylor2012-10-121-6/+2
* * fhandler_termios.cc (fhandler_termios::line_edit): Use special case '%0c'Christopher Faylor2012-07-291-1/+1
* * DevNotes: Add entry cgf-000013.Christopher Faylor2012-07-211-1/+1
* 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
* * fhandler.h (fhandler_base::nohandle): Revert to standard implementation.Christopher Faylor2012-04-181-1/+5
* * fhandler_console.cc (fhandler_console::dup): Only set ctty when we haven'tChristopher Faylor2012-03-031-2/+2
* tcgetsid: fix return typeEric Blake2012-02-281-2/+2
* * dtable.cc (dtable::stdio_init): Always initialize console when we have one.Christopher Faylor2012-01-081-3/+3
* Implement fhandler reference counting.Christopher Faylor2011-12-171-1/+1
* * fhandler_termios.cc (tty_min::kill_pgrp): Don't send __SIGSETPGRP sinceChristopher Faylor2011-12-081-2/+2
* * dtable.cc (dtable::delete_archetype): Improve debugging output.Christopher Faylor2011-10-221-2/+0
* * cygerrno.h (__set_errno): Modify debugging output to make searching straceChristopher Faylor2011-10-151-2/+6
* * cygwin.din: Remove some _tc* exports. Add tcgetsid().Christopher Faylor2011-10-111-0/+34
* * fhandler_termios.cc (fhandler_termios::tcsetpgrp): Send __SIGSETPGRPCorinna Vinschen2011-10-061-1/+2
* * cygheap.h (init_cygheap::ctty_on_hold): Remove conditionalized variable.Christopher Faylor2011-06-141-1/+1
* whitespace eliminationChristopher Faylor2011-06-061-3/+3
* * fhandler.cc (fhandler_base_overlapped::wait_overlapped): Only raise SIGPIPEChristopher Faylor2011-06-041-71/+73
* * fhandler_termios.cc (fhandler_termios::bg_check): Do not return EIO when aChristopher Faylor2011-05-301-24/+43
* * autoload.cc: Call _api_fatal in asm.Christopher Faylor2011-05-281-2/+2
* * ntdll.h (IsEventSignalled): New inline function.Corinna Vinschen2011-04-291-1/+2
* * cygheap.cc (init_cygheap::close_ctty): Avoid closing console-cttys since theyChristopher Faylor2011-04-211-1/+4
* * Fix various copyrights.Corinna Vinschen2011-04-181-1/+1
* * cygheap.h (init_cygheap::ctty): Use base class so that console can join inChristopher Faylor2011-04-171-0/+7
* * fhandler.h (fhandler_termios::tcinit): Make second argument non-optional.Christopher Faylor2010-10-231-4/+4
* * fhandler_termios.cc (tcinit): Remove previously applied change.Corinna Vinschen2010-04-211-9/+2
* * autoload.cc (GetNamedPipeClientProcessId): Define.Corinna Vinschen2010-04-191-0/+7
* * fhandler.h (fhandler_pty_master::tcgetpgrp): Declare.Corinna Vinschen2009-10-071-1/+10
* Remove unneeded header files from source files throughout. Update copyrightsChristopher Faylor2009-01-031-3/+2
* Remove unneeded header files from source files throughout.Christopher Faylor2008-04-071-2/+0
* * Fix copyright dates.Corinna Vinschen2008-04-011-1/+1
* Perform whitespace cleanup throughout.Christopher Faylor2008-02-151-1/+1
* * dcrt0.cc (dll_crt0_0): Call tty_list::init_session here.Christopher Faylor2006-06-031-2/+2
* * fhandler.cc (fhandler_base::fixup_after_exec): Declare here.Christopher Faylor2006-06-021-14/+0
* * tty.h (tty::hwnd): Move to tty_min.Christopher Faylor2006-04-211-0/+1