summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/fhandler_console.cc
Commit message (Expand)AuthorAgeFilesLines
* * fhandler_console.cc (set_console_state_for_spawn): Fix to recognize ttys >=Christopher Faylor2006-01-121-1/+1
* * fhandler.h (set_console_state_for_spawn): Whackamole the argument back to aChristopher Faylor2006-01-121-2/+3
* * fhandler_console.cc (fhandler_console::need_invisible): Remove duplicateChristopher Faylor2006-01-071-2/+2
* * fhandler.h (set_console_state_for_spawn): Eliminate argument fromChristopher Faylor2006-01-071-16/+33
* (fix ChangeLog and check in remaining files)Christopher Faylor2006-01-051-1/+1
* * fhandler_console.cc (fhandler_console::need_invisible): Only try to openChristopher Faylor2006-01-051-4/+6
* * fhandler_console.cc (fhandler_console::need_invisible): Open up the securityChristopher Faylor2006-01-051-1/+1
* * fhandler_console.cc (beep): Use MB_OK which is documented as using theChristopher Faylor2006-01-041-1/+1
* * fhandler_process.cc (fhandler_process::readdir): Add missing argument toChristopher Faylor2006-01-041-2/+2
* * dir.cc (readdir_worker): Minor code cleanup.Christopher Faylor2006-01-031-5/+12
* * fhandler_console.cc (beep): New function. Restores missing "Default Beep",Christopher Faylor2006-01-031-1/+13
* * fhandler.h (set_console_state_for_spawn): Add an argument to the declaration.Christopher Faylor2005-12-191-4/+3
* * fhandler.h (fhandler_pipe::fixup_in_child): Declare new function.Christopher Faylor2005-12-191-3/+61
* * fhandler.h (fhandler_console::fixup_after_fork_exec): Define with additionalChristopher Faylor2005-11-141-2/+2
* * fhandler.h (fhandler_console::fixup_after_fork_exec): Declare new function.Christopher Faylor2005-11-141-32/+6
* * cygheap.h (init_cygheap::manage_console_count): Declare new function.Christopher Faylor2005-11-141-13/+15
* Revert erroneous checkin.Corinna Vinschen2005-09-281-1/+1
* * fhandler.h (class fhandler_dev_raw): Delete current_position andCorinna Vinschen2005-09-281-1/+1
* * dcrt0.cc (do_exit): Rely on sigproc_terminate to set exit_stateChristopher Faylor2005-09-131-2/+0
* Eliminate (void) cast on standalone function calls throughout.Christopher Faylor2005-07-061-6/+6
* Change foo (void) to foo () for all c++ functions throughout. Remove allChristopher Faylor2005-07-051-5/+3
* * fhandler_console.cc (fhandler_console::read): Fix a compiler warning.Christopher Faylor2005-06-111-1/+1
* * cygtls.cc (_cygtls::remove): Clear exitsock after close.Christopher Faylor2005-05-111-1/+2
* * shared_info.h (cygwin_shared_address): Bump to a higher value to avoidChristopher Faylor2005-04-281-1/+2
* * fhandler.h (dev_console::set_color): Define new function.Christopher Faylor2005-04-221-61/+61
* * fhandler_console.cc (get_win32_attr): Avoid inappropriate intensityCorinna Vinschen2004-12-161-2/+2
* * fhandler_console.cc (read): Consider offset within scrollingCorinna Vinschen2004-12-141-2/+17
* * child_info.h (child_info_spawn::hexec_proc): Eliminate.Christopher Faylor2004-11-261-1/+0
* * fhandler_console.cc (fhandler_console::fixup_after_exec): Fix error message.Christopher Faylor2004-10-201-4/+4
* * path.cc (chdir): Always use the normalized_path as posix_cwd, except if itChristopher Faylor2004-05-281-4/+4
* Change the name "title_mutex" to "tty_mutex" throughout.Christopher Faylor2004-05-171-2/+2
* * cygthread.cc (cygthread::is): Eliminate.Christopher Faylor2004-05-161-1/+2
* * Use new unified status_flag accessor methods from classes fhandler_*,Corinna Vinschen2004-04-101-8/+8
* * fhandler.h (fhandler_base::status): Declare private.Corinna Vinschen2004-04-091-6/+4
* * debug.h (console_printf): Define for non-debugging condition.Christopher Faylor2004-02-091-1/+1
* * fhandler.h (*::fixup_after_exec): Eliminate unused handle argument.Christopher Faylor2004-02-021-1/+1
* Throughout, change name from set_inheritance to set_no_inheritance to betterChristopher Faylor2004-02-021-1/+1
* * fhandler_console.cc (fhandler_console::close): Remove obsolete test forChristopher Faylor2004-01-171-2/+1
* * gentls_offsets: Reinstate unlink of temp files.Christopher Faylor2004-01-151-2/+3
* Move open_fhs from fhandler.h to cygheap.h for easier tracking. AccommodateChristopher Faylor2003-12-301-10/+8
* * cygheap.h (cygheap_types): Add HEAP_ARCHETYPES.Christopher Faylor2003-12-111-1/+1
* Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate,Christopher Faylor2003-12-071-40/+40
* * dcrt0.cc: Remove local variable alternate_charset_active.Corinna Vinschen2003-10-161-25/+25
* * fhandler_console.cc (char_command): Add escape sequence for codepageCorinna Vinschen2003-10-151-0/+12
* * fhandler_console.c (fhandler_console::read): Record the state of the SHIFT,Christopher Faylor2003-09-271-1/+27
* * devices.cc: New file.Christopher Faylor2003-09-251-7/+7
* * dcrt0.cc (dlL_crt0_1): Set __argc_safe after __argc is absolutely know to beChristopher Faylor2003-09-091-1/+1
* * dcrt0.cc (__argc_safe): New variable.Christopher Faylor2003-09-051-2/+2
* Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor2003-06-161-1/+0
* * fhandler_console.cc (fhandler_console::read) Handle certain key up events, toChristopher Faylor2003-04-081-3/+15