summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/fhandler_tty.cc
Commit message (Expand)AuthorAgeFilesLines
* * fhandler_tty.cc (fhandler_tty_slave::read): Use previouslyCorinna Vinschen2004-10-071-1/+1
* * fhandler_tty.cc (fhandler_tty_slave::open): Use requested flagCorinna Vinschen2004-07-221-0/+1
* * path.cc (chdir): Always use the normalized_path as posix_cwd, except if itChristopher Faylor2004-05-281-6/+6
* * tty.cc (tty_list::allocate_tty): Leave tty_mutex armed on successful returnChristopher Faylor2004-05-201-0/+1
* Change the name "title_mutex" to "tty_mutex" throughout.Christopher Faylor2004-05-171-1/+1
* 2004-05-12 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2004-05-121-5/+5
* * Use new unified status_flag accessor methods from classes fhandler_*,Corinna Vinschen2004-04-101-6/+6
* Throughout, change name from set_inheritance to set_no_inheritance to betterChristopher Faylor2004-02-021-9/+9
* * configure.in: Remove NEWVFORK default.Christopher Faylor2004-01-231-0/+2
* * fhandler_tty.cc (fhandler_tty::ioctl): Semi-revert 2003-09-26 change forChristopher Faylor2004-01-211-7/+9
* * cygwin/include/signal.h: Add copyright notice.Christopher Faylor2004-01-191-2/+2
* Move open_fhs from fhandler.h to cygheap.h for easier tracking. AccommodateChristopher Faylor2003-12-301-14/+12
* * fhandler.h (fhandler_tty_slave::archetype): Make public.Christopher Faylor2003-12-271-9/+9
* * fhandler.h (fhandler_tty_master::fixup_after_fork): Remove declaration.Christopher Faylor2003-12-271-14/+1
* * exceptions.cc (try_to_debug): Fix off-by-one problem when resettingChristopher Faylor2003-12-271-1/+1
* * dtable.cc (dtable::delete_archetype): Add debugging.Christopher Faylor2003-12-121-6/+7
* * cygheap.h (cygheap_types): Add HEAP_ARCHETYPES.Christopher Faylor2003-12-111-30/+45
* remove debug outputChristopher Faylor2003-12-101-1/+0
* * fhandler_tty.cc (fhandler_tty_common::dup): Just copy cygheap->ctty to childChristopher Faylor2003-12-101-5/+12
* * fhandler.h (fhandler_tty_slave::ttyname): Use name from pc since it isChristopher Faylor2003-12-081-1/+4
* * spawn.cc (spawn_guts): Change type back to 'int' after erroneous changeChristopher Faylor2003-12-081-9/+9
* Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate,Christopher Faylor2003-12-071-16/+39
* * fhandler_tty.cc (fhandler_tty_slave::ioctl): Properly set return value inChristopher Faylor2003-10-241-3/+5
* * Makefile.in: Add $(LIBSERVER) rule.Corinna Vinschen2003-10-221-2/+3
* * fhandler_tty.cc (fhandler_tty_slave::open): Don't create a new window stationChristopher Faylor2003-10-101-1/+2
* * Makefile.in: Add YA method for generating devices.cc.Christopher Faylor2003-10-011-2/+1
* * fhandler_tty.cc (fhandler_tty_slave::ioctl): Properly set ioctl_request eventChristopher Faylor2003-09-271-21/+22
* * fhandler_console.c (fhandler_console::read): Record the state of the SHIFT,Christopher Faylor2003-09-271-0/+16
* * include/tzfile.h: Add some missing entries.Christopher Faylor2003-09-251-1/+1
* * devices.cc: New file.Christopher Faylor2003-09-251-49/+50
* * fhandler_tty.cc (fhandler_pty_master::process_slave_output):Corinna Vinschen2003-09-181-12/+60
* * dcrt0.cc (_dll_crt0): Accommodate breaking apart of early_stuff_init.Christopher Faylor2003-09-121-4/+6
* * cygheap.cc (_csbrk): More left coercion cleanup.Christopher Faylor2003-09-071-3/+3
* Remove left coercion throughout.Christopher Faylor2003-09-071-1/+1
* Throughout, change USE_CYGSERVER to USE_SERVER.Christopher Faylor2003-08-251-2/+2
* * exceptions.cc (ctrl_c_handler): Send SIGHUP when events occur only if thereChristopher Faylor2003-07-261-31/+20
* * fhandler_tty.cc (fhandler_tty_slave::open): Conditionalize a little more ofChristopher Faylor2003-07-031-5/+6
* * Makefile.in: Remove cygserver stuff.Christopher Faylor2003-07-021-3/+9
* Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor2003-06-161-1/+0
* * fhandler_tty.cc (fhandler_tty_slave::close): Free the console when last ttyChristopher Faylor2003-06-071-1/+2
* * wincap.h (wincaps:pty_needs_alloc_console): New element.Christopher Faylor2003-04-201-2/+14
* * fhandler_tty.cc (fhandler_tty_slave::open): Allocate a console whenever a ptyChristopher Faylor2003-04-191-1/+5
* * syscalls.cc (rename): Assume that DELETE_ON_CLOSE works on Win9x.Christopher Faylor2003-03-131-1/+1
* * fhandler.h (fhandler_tty_slave::close): Declare new function.Christopher Faylor2003-03-041-2/+38
* * fhandler_tty.cc (fhandler_pty_slave::open): Grudgingly incrementChristopher Faylor2003-03-031-0/+2
* * spawn.cc (linebuf::~linebuf): Resurrect commented out (for debugging?) code.Christopher Faylor2003-02-131-1/+3
* Eliminate most unneeded this-> pointers throughout.Christopher Faylor2003-02-041-5/+5
* Split ChangeLog, create ChangeLog-2002.Corinna Vinschen2003-01-101-1/+1
* * fhandler.h (fhandler_tty_master::set_winsize): Declare new function.Christopher Faylor2002-12-271-4/+13
* * fhandler_tty.cc (fhandler_tty_master::init): Set initial size of tty to thatChristopher Faylor2002-12-271-2/+4