summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/fhandler_console.cc
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * external.cc (check_ntsec): New function.Christopher Faylor2003-04-021-1/+1
* * cygwin.din: Export btowc, trunc.Christopher Faylor2003-03-171-3/+3
* * include/cygwin/version.h: Bump DLL minor number to 23.Christopher Faylor2003-03-131-1/+5
* * fhandler_console.cc (fhandler_console::close): Don't decrement in use counterChristopher Faylor2003-03-031-1/+2
* * dll_init.cc (dll_list::load_after_fork): Don't revert to LoadLibrary ifChristopher Faylor2003-03-021-0/+7
* * fhandler_console.cc (fhandler_console::write_normal): Use MessageBeep forChristopher Faylor2003-02-131-1/+1
* Eliminate most unneeded this-> pointers throughout.Christopher Faylor2003-02-041-2/+2
* * fhandler_console.cc (fhandler_console::send_winch_maybe): Reset scroll regionChristopher Faylor2003-01-251-0/+2
* 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-1/+7
* * fhandler.h (fhandler_termios::line_edit): Replace third argument withChristopher Faylor2002-12-271-1/+2
* Throughout, change fhandler_*::read and fhandler_*::raw_read to void functionsChristopher Faylor2002-12-141-10/+21
* * fhandler.h (fhandler_termios::line_edit): Change return from an int to anChristopher Faylor2002-12-051-3/+3
* * exceptions.cc (setup_handler): Add debugging output. Set thread priority toChristopher Faylor2002-11-151-3/+1
* checking previously ChangeLog'ed file.Christopher Faylor2002-11-141-1/+1
* * miscfuncs.cc (low_priority_sleep): New function. Use throughout where codeChristopher Faylor2002-11-131-2/+2
* * fhandler_console.cc (keytable[]): Revert previous change. It would break tooChristopher Faylor2002-11-071-5/+5
* * syscalls.cc (getutid): Use UT_IDLEN where appropriate.Christopher Faylor2002-11-071-5/+5
* * child_info.h (CURR_CHILD_INFO_MAGIC): Reset.Christopher Faylor2002-10-151-9/+2
* * child_info.h (CURR_CHILD_INFO_MAGIC): Reset.Christopher Faylor2002-10-141-3/+5
* * cygheap.cc (dup_now): Make fatal error a little more informative.Christopher Faylor2002-10-091-2/+3
* * fhandler.h (dev_console): New class.Christopher Faylor2002-10-081-297/+265
* * fhandler.cc (fhandler_base::dup): Don't set handle on failure. Caller hasChristopher Faylor2002-09-221-4/+4
* Cleanup calls to CreateFile throughout.Christopher Faylor2002-09-191-10/+10
* * cygthread.cc (cygthread::initialized): Avoid copying on fork or some threadsChristopher Faylor2002-09-191-1/+1
* * fhandler.h (fhandler_console::send_winch_maybe): New method.Christopher Faylor2002-08-191-16/+19
* * Makefile.in (DLL_OFILES): Add cygthread.o.Christopher Faylor2002-08-011-1/+2
* * fhandler_console.cc (fhandler_console::read): Use appropriate kill_pgrpChristopher Faylor2002-07-291-1/+1