summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/tty.cc
Commit message (Expand)AuthorAgeFilesLines
* 2006-07-25 Corinna Vinschen <corinna@vinschen.de>Corinna Vinschen2006-07-251-0/+6
* * tty.cc (tty_list::terminate): Don't enter the busy loop if we don't own theChristopher Faylor2006-07-181-1/+1
* * dcrt0.cc (dll_crt0_0): Call tty_list::init_session here.Christopher Faylor2006-06-031-30/+45
* * fhandler.cc (fhandler_base::fixup_after_exec): Declare here.Christopher Faylor2006-06-021-118/+6
* Eliminate (void) cast on standalone function calls throughout.Christopher Faylor2005-07-061-1/+1
* Change foo (void) to foo () for all c++ functions throughout. Remove allChristopher Faylor2005-07-051-5/+5
* * tty.cc (tty_list::terminate): Guard releasing the tty with tty_mutex.Corinna Vinschen2004-12-141-0/+6
* * child_info.h (child_info_spawn::hexec_proc): Eliminate.Christopher Faylor2004-11-261-1/+1
* Regularize most strace_prints throughout so that %E is always preceded by aChristopher Faylor2004-09-031-1/+1
* * path.cc (chdir): Always use the normalized_path as posix_cwd, except if itChristopher Faylor2004-05-281-4/+4
* * tty.cc (tty_list::allocate_tty): Leave tty_mutex armed on successful returnChristopher Faylor2004-05-201-3/+9
* * tty.cc (tty_list::init): Move hmaster initialization earlier to preventChristopher Faylor2004-05-171-1/+1
* Change the name "title_mutex" to "tty_mutex" throughout.Christopher Faylor2004-05-171-31/+32
* 2004-05-12 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2004-05-121-9/+29
* * fhandler.h (fhandler_tty_master::fixup_after_fork): Remove declaration.Christopher Faylor2003-12-271-2/+2
* Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate,Christopher Faylor2003-12-071-34/+24
* * Makefile.in: Add $(LIBSERVER) rule.Corinna Vinschen2003-10-221-1/+1
* * devices.cc: New file.Christopher Faylor2003-09-251-5/+6
* * Makefile.in (DLL_OFILES): Add bsdlib.o.Corinna Vinschen2003-09-101-0/+7
* Throughout, change USE_CYGSERVER to USE_SERVER.Christopher Faylor2003-08-251-2/+2
* * Makefile.in: Remove cygserver stuff.Christopher Faylor2003-07-021-2/+7
* Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor2003-06-161-1/+0
* Do some minor reformatting of 'extern "C"' use throughout.Christopher Faylor2003-03-091-6/+3
* * path.h (PATH_LNK): New enum val.Christopher Faylor2003-03-081-1/+7
* * fhandler_tty.cc (fhandler_pty_master::accept_input): Just use a normal SleepChristopher Faylor2002-11-261-2/+2
* * exceptions.cc (handle_sigsuspend): Force pending signal delivery beforeChristopher Faylor2002-11-221-2/+2
* * tty.cc (tty::make_pipes): Make pipe buffer larger.Christopher Faylor2002-11-161-2/+2
* * miscfuncs.cc (low_priority_sleep): New function. Use throughout where codeChristopher Faylor2002-11-131-3/+3
* * include/cygwin/version.h: Bump API minor number for below export.Christopher Faylor2002-11-071-0/+1
* * cygthread.cc (cygthread::stub): Don't create an event for "cygself" threads.Christopher Faylor2002-10-091-2/+0
* whitespaceChristopher Faylor2002-09-301-4/+4
* 2002-09-22 Conrad Scott <conrad.scott@dsl.pipex.com>Conrad Scott2002-09-221-5/+11
* * fhandler_tty.cc (fhandler_tty_slave::open): Don't protect input/outputChristopher Faylor2002-09-081-2/+2
* Christopher Faylor <cgf@redhat.com>Christopher Faylor2002-08-301-3/+7
* * cygthread.cc (cygthread::exit_thread): Define new method.Christopher Faylor2002-08-021-2/+3
* * Makefile.in (DLL_OFILES): Add cygthread.o.Christopher Faylor2002-08-011-0/+1
* * debug.h (handle_list): Move here from debug.cc. Add "inherit" flagChristopher Faylor2002-07-131-4/+4
* * tty.cc (tty::common_init): Reverse logic of cygserver check inConrad Scott2002-07-031-1/+1
* * cygheap.cc (init_cheap): Rearrange error message.Christopher Faylor2002-07-031-1/+1
* * dtable.cc (handle_to_fn): Attempt to handle "raw" accesses to remote shares.Christopher Faylor2002-06-051-1/+1
* Remove unneeded sigproc.h includes throughout.Christopher Faylor2002-06-021-1/+0
* Remove unneeded sync.h, where appropriate, throughout. Remove unneeded heap.h,Christopher Faylor2002-05-251-1/+0
* 2002-02-28 Robert Collins <rbtcollins@hotmail.com>Robert Collins2002-02-281-1/+6
* * sync.h (new_muto): Just accept an argument which denotes the name of theChristopher Faylor2002-02-221-2/+5
* Add "path.h" include throughout, where needed. Use new path_conv methods andChristopher Faylor2001-10-011-0/+1
* * Makefile.in: Build wincap.o.Corinna Vinschen2001-09-121-1/+1
* Remove initialization of static or global values to zero, throughout. ThisChristopher Faylor2001-09-061-1/+1
* * tty.cc (tty::create_inuse): Eliminate unneeded argument.Christopher Faylor2001-09-011-2/+2
* * debug.cc (mark_closed): Rename from debug_mark_closed and make static.Christopher Faylor2001-09-011-6/+6
* Throughout, change check for running under Windows NT to 'iswinnt'.Christopher Faylor2001-08-041-1/+1