summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/fhandler_termios.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Split ChangeLog, create ChangeLog-2002.Corinna Vinschen2003-01-101-1/+1
* * fhandler_termios.cc (fhandler_termios::line_edit): Perform echo before inputChristopher Faylor2002-12-281-2/+2
* * fhandler.h (fhandler_termios::line_edit): Replace third argument withChristopher Faylor2002-12-271-30/+30
* * fhandler.h (line_edit_status): Reorganize so that tests for error conditionChristopher Faylor2002-12-211-2/+2
* * fhandler.h (line_edit_status): Add a new element.Christopher Faylor2002-12-201-2/+3
* * fhandler_termios.cc (fhandler_termios::line_edit): Return line_edit_error andChristopher Faylor2002-12-171-1/+6
* * fhandler_termios.cc (fhandler_termios::line_edit): Call accept_input() inChristopher Faylor2002-12-141-8/+10
* * fhandler.h (fhandler_termios::line_edit): Change return from an int to anChristopher Faylor2002-12-051-5/+9
* More GNUify non-GNU formatted functions calls throughout.Christopher Faylor2002-09-231-13/+13
* * fhandler.cc (fhandler_base::dup): Don't set handle on failure. Caller hasChristopher Faylor2002-09-221-3/+3
* * fhandler_console.cc (fhandler_console::read): Use appropriate kill_pgrpChristopher Faylor2002-07-291-1/+1
* * dtable.cc (handle_to_fn): Attempt to handle "raw" accesses to remote shares.Christopher Faylor2002-06-051-1/+1
* Remove fcntl.h includes throughout.Christopher Faylor2002-06-051-1/+0
* * autoload.cc (LoadFuncEx): Define via new LoadFuncEx2 macro.Christopher Faylor2002-05-281-3/+3
* Remove unneeded sync.h, where appropriate, throughout. Remove unneeded heap.h,Christopher Faylor2002-05-251-1/+0
* 2002-03-15 Robert Collins <rbtcollins@hotmail.com>Robert Collins2002-03-191-0/+7
* * include/sys/termios.h: Define _POSIX_VDISABLE. Define CCEQ macro.Corinna Vinschen2002-03-051-13/+14
* * sync.h (new_muto): Just accept an argument which denotes the name of theChristopher Faylor2002-02-221-1/+20
* * fhandler_console.cc (get_tty_stuff): Don't initialize shared memory consoleChristopher Faylor2001-08-071-1/+1
* Throughout, reorganize header file inclusion to put security.h prior toChristopher Faylor2001-07-261-0/+1
* remove erroneous header.Christopher Faylor2001-05-091-1/+0
* * fhandler.h (fhandler_termios::echo_erase): Declare new method.Christopher Faylor2001-05-091-6/+18
* Throughout, change 'tty_attached' to 'real_tty_attached', for clarity.Christopher Faylor2001-04-281-13/+13
* * fhandler.h (fhandler_tty_slave): Declare new methods.Egor Duda2001-03-181-0/+1
* * fhandler_termios.cc (fhandler_termios::line_edit): Don't accept input when aChristopher Faylor2001-03-171-5/+2
* * fhandler.h (fhandler_termios::fixup_after_exec): New function.Egor Duda2001-03-121-0/+7
* * dlopen.c (dlopen): Return NULL when name is NULL (suggested byChristopher Faylor2001-03-051-0/+7
* * autoload.cc (LoadDLLinitfunc): Remove debugging statement.Christopher Faylor2001-01-171-8/+11