aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/fhandler_tty.cc
AgeCommit message (Expand)AuthorFilesLines
2004-02-02Throughout, change name from set_inheritance to set_no_inheritance to betterChristopher Faylor1-9/+9
2004-01-23* configure.in: Remove NEWVFORK default.Christopher Faylor1-0/+2
2004-01-21* fhandler_tty.cc (fhandler_tty::ioctl): Semi-revert 2003-09-26 change forChristopher Faylor1-7/+9
2004-01-19* cygwin/include/signal.h: Add copyright notice.Christopher Faylor1-2/+2
2003-12-30Move open_fhs from fhandler.h to cygheap.h for easier tracking. AccommodateChristopher Faylor1-14/+12
2003-12-27* fhandler.h (fhandler_tty_slave::archetype): Make public.Christopher Faylor1-9/+9
2003-12-27* fhandler.h (fhandler_tty_master::fixup_after_fork): Remove declaration.Christopher Faylor1-14/+1
2003-12-27* exceptions.cc (try_to_debug): Fix off-by-one problem when resettingChristopher Faylor1-1/+1
2003-12-12* dtable.cc (dtable::delete_archetype): Add debugging.Christopher Faylor1-6/+7
2003-12-11* cygheap.h (cygheap_types): Add HEAP_ARCHETYPES.Christopher Faylor1-30/+45
2003-12-10remove debug outputChristopher Faylor1-1/+0
2003-12-10* fhandler_tty.cc (fhandler_tty_common::dup): Just copy cygheap->ctty to childChristopher Faylor1-5/+12
2003-12-08* fhandler.h (fhandler_tty_slave::ttyname): Use name from pc since it isChristopher Faylor1-1/+4
2003-12-08* spawn.cc (spawn_guts): Change type back to 'int' after erroneous changeChristopher Faylor1-9/+9
2003-12-07Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate,Christopher Faylor1-16/+39
2003-10-24* fhandler_tty.cc (fhandler_tty_slave::ioctl): Properly set return value inChristopher Faylor1-3/+5
2003-10-22 * Makefile.in: Add $(LIBSERVER) rule.Corinna Vinschen1-2/+3
2003-10-10* fhandler_tty.cc (fhandler_tty_slave::open): Don't create a new window stationChristopher Faylor1-1/+2
2003-10-01* Makefile.in: Add YA method for generating devices.cc.Christopher Faylor1-2/+1
2003-09-27* fhandler_tty.cc (fhandler_tty_slave::ioctl): Properly set ioctl_request eventChristopher Faylor1-21/+22
2003-09-27* fhandler_console.c (fhandler_console::read): Record the state of the SHIFT,Christopher Faylor1-0/+16
2003-09-25* include/tzfile.h: Add some missing entries.Christopher Faylor1-1/+1
2003-09-25* devices.cc: New file.Christopher Faylor1-49/+50
2003-09-18 * fhandler_tty.cc (fhandler_pty_master::process_slave_output):Corinna Vinschen1-12/+60
2003-09-12* dcrt0.cc (_dll_crt0): Accommodate breaking apart of early_stuff_init.Christopher Faylor1-4/+6
2003-09-07* cygheap.cc (_csbrk): More left coercion cleanup.Christopher Faylor1-3/+3
2003-09-07Remove left coercion throughout.Christopher Faylor1-1/+1
2003-08-25Throughout, change USE_CYGSERVER to USE_SERVER.Christopher Faylor1-2/+2
2003-07-26* exceptions.cc (ctrl_c_handler): Send SIGHUP when events occur only if thereChristopher Faylor1-31/+20
2003-07-03* fhandler_tty.cc (fhandler_tty_slave::open): Conditionalize a little more ofChristopher Faylor1-5/+6
2003-07-02* Makefile.in: Remove cygserver stuff.Christopher Faylor1-3/+9
2003-06-16Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor1-1/+0
2003-06-07* fhandler_tty.cc (fhandler_tty_slave::close): Free the console when last ttyChristopher Faylor1-1/+2
2003-04-20* wincap.h (wincaps:pty_needs_alloc_console): New element.Christopher Faylor1-2/+14
2003-04-19* fhandler_tty.cc (fhandler_tty_slave::open): Allocate a console whenever a ptyChristopher Faylor1-1/+5
2003-03-13* syscalls.cc (rename): Assume that DELETE_ON_CLOSE works on Win9x.Christopher Faylor1-1/+1
2003-03-04* fhandler.h (fhandler_tty_slave::close): Declare new function.Christopher Faylor1-2/+38
2003-03-03* fhandler_tty.cc (fhandler_pty_slave::open): Grudgingly incrementChristopher Faylor1-0/+2
2003-02-13* spawn.cc (linebuf::~linebuf): Resurrect commented out (for debugging?) code.Christopher Faylor1-1/+3
2003-02-04Eliminate most unneeded this-> pointers throughout.Christopher Faylor1-5/+5
2003-01-10 Split ChangeLog, create ChangeLog-2002.Corinna Vinschen1-1/+1
2002-12-27* fhandler.h (fhandler_tty_master::set_winsize): Declare new function.Christopher Faylor1-4/+13
2002-12-27* fhandler_tty.cc (fhandler_tty_master::init): Set initial size of tty to thatChristopher Faylor1-2/+4
2002-12-27* fhandler.h (fhandler_termios::line_edit): Replace third argument withChristopher Faylor1-3/+6
2002-12-21* fhandler.h (line_edit_status): Reorganize so that tests for error conditionChristopher Faylor1-5/+6
2002-12-20* fhandler.h (line_edit_status): Add a new element.Christopher Faylor1-3/+10
2002-12-17* fhandler_termios.cc (fhandler_termios::line_edit): Return line_edit_error andChristopher Faylor1-30/+27
2002-12-14Throughout, change fhandler_*::read and fhandler_*::raw_read to void functionsChristopher Faylor1-10/+14
2002-12-05* fhandler.h (fhandler_termios::line_edit): Change return from an int to anChristopher Faylor1-3/+7
2002-11-30* fhandler_tty.cc (fhandler_pty_master::accept_input): Move read_retvalChristopher Faylor1-4/+9