Age | Commit message (Expand) | Author | Files | Lines |
2005-11-17 | * fhandler_tty.cc (fhandler_tty_slave::open): Don't expect that | Corinna Vinschen | 1 | -7/+10 |
2005-11-14 | * fhandler.h (fhandler_console::fixup_after_fork_exec): Declare new function. | Christopher Faylor | 1 | -2/+1 |
2005-11-14 | * cygheap.h (init_cygheap::manage_console_count): Declare new function. | Christopher Faylor | 1 | -12/+12 |
2005-10-17 | Change process_lock to lock_process throughout. Change all calls to new | Christopher Faylor | 1 | -3/+3 |
2005-09-28 | Revert erroneous checkin. | Corinna Vinschen | 1 | -14/+11 |
2005-09-28 | * fhandler.h (class fhandler_dev_raw): Delete current_position and | Corinna Vinschen | 1 | -11/+14 |
2005-09-14 | Remove some more unneeded 'return;'s throughout. | Christopher Faylor | 1 | -2/+0 |
2005-08-18 | * fhandler.h (fhandler_tty_common::lseek): Declare new method. | Christopher Faylor | 1 | -0/+7 |
2005-08-17 | * dcrt0.cc (dll_crt0_1): Tweak debugging stuff. | Christopher Faylor | 1 | -6/+10 |
2005-08-05 | * fhandler_tty.cc (fhandler_tty_slave::tcflush): Return either 0 or -1. | Corinna Vinschen | 1 | -1/+1 |
2005-07-06 | Eliminate (void) cast on standalone function calls throughout. | Christopher Faylor | 1 | -1/+1 |
2005-07-05 | Change foo (void) to foo () for all c++ functions throughout. Remove all | Christopher Faylor | 1 | -13/+20 |
2005-06-30 | * cygerrno.h: Make multi-inclusion safe. | Christopher Faylor | 1 | -1/+1 |
2005-05-29 | * fhandler_tty.cc (fhandler_tty_slave:tcflush): Use signed comparison. | Christopher Faylor | 1 | -1/+1 |
2005-05-02 | * fhandler_tty.cc (fhandler_tty_slave::read): Actually read input when vmin == | Christopher Faylor | 1 | -1/+1 |
2004-11-26 | * child_info.h (child_info_spawn::hexec_proc): Eliminate. | Christopher Faylor | 1 | -1/+4 |
2004-10-07 | * fhandler_tty.cc (fhandler_tty_slave::read): Use previously | Corinna Vinschen | 1 | -1/+1 |
2004-07-22 | * fhandler_tty.cc (fhandler_tty_slave::open): Use requested flag | Corinna Vinschen | 1 | -0/+1 |
2004-05-28 | * path.cc (chdir): Always use the normalized_path as posix_cwd, except if it | Christopher Faylor | 1 | -6/+6 |
2004-05-20 | * tty.cc (tty_list::allocate_tty): Leave tty_mutex armed on successful return | Christopher Faylor | 1 | -0/+1 |
2004-05-17 | Change the name "title_mutex" to "tty_mutex" throughout. | Christopher Faylor | 1 | -1/+1 |
2004-05-12 | 2004-05-12 Pierre Humblet <pierre.humblet@ieee.org> | Pierre Humblet | 1 | -5/+5 |
2004-04-10 | * Use new unified status_flag accessor methods from classes fhandler_*, | Corinna Vinschen | 1 | -6/+6 |
2004-02-02 | Throughout, change name from set_inheritance to set_no_inheritance to better | Christopher Faylor | 1 | -9/+9 |
2004-01-23 | * configure.in: Remove NEWVFORK default. | Christopher Faylor | 1 | -0/+2 |
2004-01-21 | * fhandler_tty.cc (fhandler_tty::ioctl): Semi-revert 2003-09-26 change for | Christopher Faylor | 1 | -7/+9 |
2004-01-19 | * cygwin/include/signal.h: Add copyright notice. | Christopher Faylor | 1 | -2/+2 |
2003-12-30 | Move open_fhs from fhandler.h to cygheap.h for easier tracking. Accommodate | Christopher Faylor | 1 | -14/+12 |
2003-12-27 | * fhandler.h (fhandler_tty_slave::archetype): Make public. | Christopher Faylor | 1 | -9/+9 |
2003-12-27 | * fhandler.h (fhandler_tty_master::fixup_after_fork): Remove declaration. | Christopher Faylor | 1 | -14/+1 |
2003-12-27 | * exceptions.cc (try_to_debug): Fix off-by-one problem when resetting | Christopher Faylor | 1 | -1/+1 |
2003-12-12 | * dtable.cc (dtable::delete_archetype): Add debugging. | Christopher Faylor | 1 | -6/+7 |
2003-12-11 | * cygheap.h (cygheap_types): Add HEAP_ARCHETYPES. | Christopher Faylor | 1 | -30/+45 |
2003-12-10 | remove debug output | Christopher Faylor | 1 | -1/+0 |
2003-12-10 | * fhandler_tty.cc (fhandler_tty_common::dup): Just copy cygheap->ctty to child | Christopher Faylor | 1 | -5/+12 |
2003-12-08 | * fhandler.h (fhandler_tty_slave::ttyname): Use name from pc since it is | Christopher Faylor | 1 | -1/+4 |
2003-12-08 | * spawn.cc (spawn_guts): Change type back to 'int' after erroneous change | Christopher Faylor | 1 | -9/+9 |
2003-12-07 | Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate, | Christopher Faylor | 1 | -16/+39 |
2003-10-24 | * fhandler_tty.cc (fhandler_tty_slave::ioctl): Properly set return value in | Christopher Faylor | 1 | -3/+5 |
2003-10-22 | * Makefile.in: Add $(LIBSERVER) rule. | Corinna Vinschen | 1 | -2/+3 |
2003-10-10 | * fhandler_tty.cc (fhandler_tty_slave::open): Don't create a new window station | Christopher Faylor | 1 | -1/+2 |
2003-10-01 | * Makefile.in: Add YA method for generating devices.cc. | Christopher Faylor | 1 | -2/+1 |
2003-09-27 | * fhandler_tty.cc (fhandler_tty_slave::ioctl): Properly set ioctl_request event | Christopher Faylor | 1 | -21/+22 |
2003-09-27 | * fhandler_console.c (fhandler_console::read): Record the state of the SHIFT, | Christopher Faylor | 1 | -0/+16 |
2003-09-25 | * include/tzfile.h: Add some missing entries. | Christopher Faylor | 1 | -1/+1 |
2003-09-25 | * devices.cc: New file. | Christopher Faylor | 1 | -49/+50 |
2003-09-18 | * fhandler_tty.cc (fhandler_pty_master::process_slave_output): | Corinna Vinschen | 1 | -12/+60 |
2003-09-12 | * dcrt0.cc (_dll_crt0): Accommodate breaking apart of early_stuff_init. | Christopher Faylor | 1 | -4/+6 |
2003-09-07 | * cygheap.cc (_csbrk): More left coercion cleanup. | Christopher Faylor | 1 | -3/+3 |
2003-09-07 | Remove left coercion throughout. | Christopher Faylor | 1 | -1/+1 |