summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/fhandler_termios.cc
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * child_info.h (CURR_CHILD_INFO_MAGIC): Regenerate.Christopher Faylor2006-03-181-1/+0
* Always zero all elements of siginfo_t throughout.Christopher Faylor2006-02-061-4/+2
* * fhandler.h (fhandler_termios::fixup_after_exec): Make non-inlined.Christopher Faylor2005-12-201-0/+7
* * cygheap.h (init_cygheap::manage_console_count): Declare new function.Christopher Faylor2005-11-141-2/+2
* Eliminate (void) cast on standalone function calls throughout.Christopher Faylor2005-07-061-2/+2
* * cygerrno.h: Make multi-inclusion safe.Christopher Faylor2005-06-301-2/+25
* * wininfo.h (wininfo::timer_active): Delete.Christopher Faylor2005-03-271-1/+1
* * debug.cc (delete_handle): Report on handle value in debugging output.Christopher Faylor2005-02-261-1/+1
* * fhandler_termios.cc (fhandler_termios::tcsetpgrp): Revert previous checkin.Christopher Faylor2004-10-111-1/+1
* revert erroneous checkinChristopher Faylor2004-10-051-1/+1
* * pinfo.cc (_pinfo::commune_send): Correct debugging output.Christopher Faylor2004-10-051-1/+1
* * fhandler_termios.cc (fhandler_termios::tcsetpgrp): Disallow attempts to setChristopher Faylor2004-09-281-1/+1
* * winsup.h (IMPLEMENT_STATUS_FLAG): New macro to define status flagCorinna Vinschen2004-04-131-1/+1
* * Use new unified status_flag accessor methods from classes fhandler_*,Corinna Vinschen2004-04-101-1/+1
* * fhandler.h (fhandler_base::status): Declare private.Corinna Vinschen2004-04-091-2/+2
* * debug.h (console_printf): Define for non-debugging condition.Christopher Faylor2004-02-091-1/+1
* * cygwin/include/signal.h: Add copyright notice.Christopher Faylor2004-01-191-3/+13
* Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate,Christopher Faylor2003-12-071-27/+1
* * pinfo.h (_pinfo::getsig): Remove obsolete function, here and throughout.Christopher Faylor2003-11-281-1/+1
* * devices.cc: New file.Christopher Faylor2003-09-251-0/+1
* * pinfo.h (winpids::pid_access): New element.Christopher Faylor2003-09-171-1/+2
* Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor2003-06-161-1/+0
* * dir.cc: Change __off32_t to _off_t and __off64_t to _off64_tCorinna Vinschen2003-04-011-2/+2
* * spawn.cc (linebuf::~linebuf): Resurrect commented out (for debugging?) code.Christopher Faylor2003-02-131-1/+1
* Eliminate most unneeded this-> pointers throughout.Christopher Faylor2003-02-041-1/+1
* whitespaceChristopher Faylor2003-01-171-1/+1