| Commit message (Expand) | Author | Age | Files | Lines |
* | * fhandler_tty.cc (fhandler_tty_slave::read): Use previously | Corinna Vinschen | 2004-10-07 | 1 | -1/+1 |
* | * fhandler_tty.cc (fhandler_tty_slave::open): Use requested flag | Corinna Vinschen | 2004-07-22 | 1 | -0/+1 |
* | * path.cc (chdir): Always use the normalized_path as posix_cwd, except if it | Christopher Faylor | 2004-05-28 | 1 | -6/+6 |
* | * tty.cc (tty_list::allocate_tty): Leave tty_mutex armed on successful return | Christopher Faylor | 2004-05-20 | 1 | -0/+1 |
* | Change the name "title_mutex" to "tty_mutex" throughout. | Christopher Faylor | 2004-05-17 | 1 | -1/+1 |
* | 2004-05-12 Pierre Humblet <pierre.humblet@ieee.org> | Pierre Humblet | 2004-05-12 | 1 | -5/+5 |
* | * Use new unified status_flag accessor methods from classes fhandler_*, | Corinna Vinschen | 2004-04-10 | 1 | -6/+6 |
* | Throughout, change name from set_inheritance to set_no_inheritance to better | Christopher Faylor | 2004-02-02 | 1 | -9/+9 |
* | * configure.in: Remove NEWVFORK default. | Christopher Faylor | 2004-01-23 | 1 | -0/+2 |
* | * fhandler_tty.cc (fhandler_tty::ioctl): Semi-revert 2003-09-26 change for | Christopher Faylor | 2004-01-21 | 1 | -7/+9 |
* | * cygwin/include/signal.h: Add copyright notice. | Christopher Faylor | 2004-01-19 | 1 | -2/+2 |
* | Move open_fhs from fhandler.h to cygheap.h for easier tracking. Accommodate | Christopher Faylor | 2003-12-30 | 1 | -14/+12 |
* | * fhandler.h (fhandler_tty_slave::archetype): Make public. | Christopher Faylor | 2003-12-27 | 1 | -9/+9 |
* | * fhandler.h (fhandler_tty_master::fixup_after_fork): Remove declaration. | Christopher Faylor | 2003-12-27 | 1 | -14/+1 |
* | * exceptions.cc (try_to_debug): Fix off-by-one problem when resetting | Christopher Faylor | 2003-12-27 | 1 | -1/+1 |
* | * dtable.cc (dtable::delete_archetype): Add debugging. | Christopher Faylor | 2003-12-12 | 1 | -6/+7 |
* | * cygheap.h (cygheap_types): Add HEAP_ARCHETYPES. | Christopher Faylor | 2003-12-11 | 1 | -30/+45 |
* | remove debug output | Christopher Faylor | 2003-12-10 | 1 | -1/+0 |
* | * fhandler_tty.cc (fhandler_tty_common::dup): Just copy cygheap->ctty to child | Christopher Faylor | 2003-12-10 | 1 | -5/+12 |
* | * fhandler.h (fhandler_tty_slave::ttyname): Use name from pc since it is | Christopher Faylor | 2003-12-08 | 1 | -1/+4 |
* | * spawn.cc (spawn_guts): Change type back to 'int' after erroneous change | Christopher Faylor | 2003-12-08 | 1 | -9/+9 |
* | Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate, | Christopher Faylor | 2003-12-07 | 1 | -16/+39 |
* | * fhandler_tty.cc (fhandler_tty_slave::ioctl): Properly set return value in | Christopher Faylor | 2003-10-24 | 1 | -3/+5 |
* | * Makefile.in: Add $(LIBSERVER) rule. | Corinna Vinschen | 2003-10-22 | 1 | -2/+3 |
* | * fhandler_tty.cc (fhandler_tty_slave::open): Don't create a new window station | Christopher Faylor | 2003-10-10 | 1 | -1/+2 |
* | * Makefile.in: Add YA method for generating devices.cc. | Christopher Faylor | 2003-10-01 | 1 | -2/+1 |
* | * fhandler_tty.cc (fhandler_tty_slave::ioctl): Properly set ioctl_request event | Christopher Faylor | 2003-09-27 | 1 | -21/+22 |
* | * fhandler_console.c (fhandler_console::read): Record the state of the SHIFT, | Christopher Faylor | 2003-09-27 | 1 | -0/+16 |
* | * include/tzfile.h: Add some missing entries. | Christopher Faylor | 2003-09-25 | 1 | -1/+1 |
* | * devices.cc: New file. | Christopher Faylor | 2003-09-25 | 1 | -49/+50 |
* | * fhandler_tty.cc (fhandler_pty_master::process_slave_output): | Corinna Vinschen | 2003-09-18 | 1 | -12/+60 |
* | * dcrt0.cc (_dll_crt0): Accommodate breaking apart of early_stuff_init. | Christopher Faylor | 2003-09-12 | 1 | -4/+6 |
* | * cygheap.cc (_csbrk): More left coercion cleanup. | Christopher Faylor | 2003-09-07 | 1 | -3/+3 |
* | Remove left coercion throughout. | Christopher Faylor | 2003-09-07 | 1 | -1/+1 |
* | Throughout, change USE_CYGSERVER to USE_SERVER. | Christopher Faylor | 2003-08-25 | 1 | -2/+2 |
* | * exceptions.cc (ctrl_c_handler): Send SIGHUP when events occur only if there | Christopher Faylor | 2003-07-26 | 1 | -31/+20 |
* | * fhandler_tty.cc (fhandler_tty_slave::open): Conditionalize a little more of | Christopher Faylor | 2003-07-03 | 1 | -5/+6 |
* | * Makefile.in: Remove cygserver stuff. | Christopher Faylor | 2003-07-02 | 1 | -3/+9 |
* | Throughout, remove "include <errno.h>" from files which already include | Christopher Faylor | 2003-06-16 | 1 | -1/+0 |
* | * fhandler_tty.cc (fhandler_tty_slave::close): Free the console when last tty | Christopher Faylor | 2003-06-07 | 1 | -1/+2 |
* | * wincap.h (wincaps:pty_needs_alloc_console): New element. | Christopher Faylor | 2003-04-20 | 1 | -2/+14 |
* | * fhandler_tty.cc (fhandler_tty_slave::open): Allocate a console whenever a pty | Christopher Faylor | 2003-04-19 | 1 | -1/+5 |
* | * syscalls.cc (rename): Assume that DELETE_ON_CLOSE works on Win9x. | Christopher Faylor | 2003-03-13 | 1 | -1/+1 |
* | * fhandler.h (fhandler_tty_slave::close): Declare new function. | Christopher Faylor | 2003-03-04 | 1 | -2/+38 |
* | * fhandler_tty.cc (fhandler_pty_slave::open): Grudgingly increment | Christopher Faylor | 2003-03-03 | 1 | -0/+2 |
* | * spawn.cc (linebuf::~linebuf): Resurrect commented out (for debugging?) code. | Christopher Faylor | 2003-02-13 | 1 | -1/+3 |
* | Eliminate most unneeded this-> pointers throughout. | Christopher Faylor | 2003-02-04 | 1 | -5/+5 |
* | Split ChangeLog, create ChangeLog-2002. | Corinna Vinschen | 2003-01-10 | 1 | -1/+1 |
* | * fhandler.h (fhandler_tty_master::set_winsize): Declare new function. | Christopher Faylor | 2002-12-27 | 1 | -4/+13 |
* | * fhandler_tty.cc (fhandler_tty_master::init): Set initial size of tty to that | Christopher Faylor | 2002-12-27 | 1 | -2/+4 |