aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/fhandler_termios.cc
AgeCommit message (Expand)AuthorFilesLines
2008-04-07Remove unneeded header files from source files throughout.Christopher Faylor1-2/+0
2008-04-01 * Fix copyright dates.Corinna Vinschen1-1/+1
2008-02-15Perform whitespace cleanup throughout.Christopher Faylor1-1/+1
2006-06-03* dcrt0.cc (dll_crt0_0): Call tty_list::init_session here.Christopher Faylor1-2/+2
2006-06-02* fhandler.cc (fhandler_base::fixup_after_exec): Declare here.Christopher Faylor1-14/+0
2006-04-21* tty.h (tty::hwnd): Move to tty_min.Christopher Faylor1-0/+1
2006-03-18* child_info.h (CURR_CHILD_INFO_MAGIC): Regenerate.Christopher Faylor1-1/+0
2006-02-06Always zero all elements of siginfo_t throughout.Christopher Faylor1-4/+2
2005-12-20* fhandler.h (fhandler_termios::fixup_after_exec): Make non-inlined.Christopher Faylor1-0/+7
2005-11-14* cygheap.h (init_cygheap::manage_console_count): Declare new function.Christopher Faylor1-2/+2
2005-07-06Eliminate (void) cast on standalone function calls throughout.Christopher Faylor1-2/+2
2005-06-30* cygerrno.h: Make multi-inclusion safe.Christopher Faylor1-2/+25
2005-03-27* wininfo.h (wininfo::timer_active): Delete.Christopher Faylor1-1/+1
2005-02-26* debug.cc (delete_handle): Report on handle value in debugging output.Christopher Faylor1-1/+1
2004-10-11* fhandler_termios.cc (fhandler_termios::tcsetpgrp): Revert previous checkin.Christopher Faylor1-1/+1
2004-10-05revert erroneous checkinChristopher Faylor1-1/+1
2004-10-05* pinfo.cc (_pinfo::commune_send): Correct debugging output.Christopher Faylor1-1/+1
2004-09-28* fhandler_termios.cc (fhandler_termios::tcsetpgrp): Disallow attempts to setChristopher Faylor1-1/+1
2004-04-13 * winsup.h (IMPLEMENT_STATUS_FLAG): New macro to define status flagCorinna Vinschen1-1/+1
2004-04-10 * Use new unified status_flag accessor methods from classes fhandler_*,Corinna Vinschen1-1/+1
2004-04-09 * fhandler.h (fhandler_base::status): Declare private.Corinna Vinschen1-2/+2
2004-02-09* debug.h (console_printf): Define for non-debugging condition.Christopher Faylor1-1/+1
2004-01-19* cygwin/include/signal.h: Add copyright notice.Christopher Faylor1-3/+13
2003-12-07Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate,Christopher Faylor1-27/+1
2003-11-28* pinfo.h (_pinfo::getsig): Remove obsolete function, here and throughout.Christopher Faylor1-1/+1
2003-09-25* devices.cc: New file.Christopher Faylor1-0/+1
2003-09-17* pinfo.h (winpids::pid_access): New element.Christopher Faylor1-1/+2
2003-06-16Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor1-1/+0
2003-04-01 * dir.cc: Change __off32_t to _off_t and __off64_t to _off64_tCorinna Vinschen1-2/+2
2003-02-13* spawn.cc (linebuf::~linebuf): Resurrect commented out (for debugging?) code.Christopher Faylor1-1/+1
2003-02-04Eliminate most unneeded this-> pointers throughout.Christopher Faylor1-1/+1
2003-01-17whitespaceChristopher Faylor1-1/+1
2003-01-10 Split ChangeLog, create ChangeLog-2002.Corinna Vinschen1-1/+1
2002-12-28* fhandler_termios.cc (fhandler_termios::line_edit): Perform echo before inputChristopher Faylor1-2/+2
2002-12-27* fhandler.h (fhandler_termios::line_edit): Replace third argument withChristopher Faylor1-30/+30
2002-12-21* fhandler.h (line_edit_status): Reorganize so that tests for error conditionChristopher Faylor1-2/+2
2002-12-20* fhandler.h (line_edit_status): Add a new element.Christopher Faylor1-2/+3
2002-12-17* fhandler_termios.cc (fhandler_termios::line_edit): Return line_edit_error andChristopher Faylor1-1/+6
2002-12-14* fhandler_termios.cc (fhandler_termios::line_edit): Call accept_input() inChristopher Faylor1-8/+10
2002-12-05* fhandler.h (fhandler_termios::line_edit): Change return from an int to anChristopher Faylor1-5/+9
2002-09-23More GNUify non-GNU formatted functions calls throughout.Christopher Faylor1-13/+13
2002-09-22* fhandler.cc (fhandler_base::dup): Don't set handle on failure. Caller hasChristopher Faylor1-3/+3
2002-07-29* fhandler_console.cc (fhandler_console::read): Use appropriate kill_pgrpChristopher Faylor1-1/+1
2002-06-05* dtable.cc (handle_to_fn): Attempt to handle "raw" accesses to remote shares.Christopher Faylor1-1/+1
2002-06-05Remove fcntl.h includes throughout.Christopher Faylor1-1/+0
2002-05-28* autoload.cc (LoadFuncEx): Define via new LoadFuncEx2 macro.Christopher Faylor1-3/+3
2002-05-25Remove unneeded sync.h, where appropriate, throughout. Remove unneeded heap.h,Christopher Faylor1-1/+0
2002-03-192002-03-15 Robert Collins <rbtcollins@hotmail.com>Robert Collins1-0/+7
2002-03-05 * include/sys/termios.h: Define _POSIX_VDISABLE. Define CCEQ macro.Corinna Vinschen1-13/+14
2002-02-22* sync.h (new_muto): Just accept an argument which denotes the name of theChristopher Faylor1-1/+20