aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/tty.cc
AgeCommit message (Expand)AuthorFilesLines
2013-10-18* tty.cc (tty_list::allocate): Set sid to 0 rather than -1 since -1 is an errorChristopher Faylor1-1/+1
2013-05-01Throughout, (mainly in fhandler*) fix remaining gcc 4.7 mismatchYaakov Selkowitz1-1/+1
2013-04-23 * Merge in cygwin-64bit-branch.Corinna Vinschen1-7/+7
2011-12-30 * cygwin.din (getpt): Export.Yaakov Selkowitz1-0/+6
2011-11-23* fhandler.h (fhandler_pipe::create): Rename from the misnamedChristopher Faylor1-3/+4
2011-10-30* fhandler.h (fhandler_pipe::create_selectable): Remove optional argument, takeChristopher Faylor1-2/+2
2011-10-20Throughout change TTY_* to PTY_*, tty_* to pty_*, and ttym_* to ptmx_*.Christopher Faylor1-1/+1
2011-10-15* cygerrno.h (__set_errno): Modify debugging output to make searching straceChristopher Faylor1-22/+30
2011-10-10* syscalls.cc (open): Add temporary kludge to avoid assigning the controllingChristopher Faylor1-0/+1
2011-09-21* tty.cc (grantpt): Check for valid fd.Christopher Faylor1-2/+4
2011-06-14* cygheap.h (init_cygheap::ctty_on_hold): Remove conditionalized variable.Christopher Faylor1-161/+19
2011-05-28* autoload.cc: Call _api_fatal in asm.Christopher Faylor1-19/+30
2010-04-19 * autoload.cc (GetNamedPipeClientProcessId): Define.Corinna Vinschen1-30/+19
2010-03-12Throughout change all calls of low_priority_sleep (0) to yield ().Christopher Faylor1-1/+1
2009-07-03* dcrt0.cc (jit_debug): New global.Christopher Faylor1-6/+28
2009-01-03Remove unneeded header files from source files throughout. Update copyrightsChristopher Faylor1-2/+2
2008-09-11* cygheap.cc (creturn): Reorganize to avoid a new compiler warning/error.Christopher Faylor1-5/+6
2008-04-07Remove unneeded header files from source files throughout.Christopher Faylor1-4/+0
2008-04-07Add miscfuncs.h to files as needed throughout.Christopher Faylor1-0/+1
2008-03-12 * pipe.cc (fhandler_pipe::create_selectable): Use MAX_PATH instead ofCorinna Vinschen1-5/+5
2008-01-01* tty.cc: Update copyright.Christopher Faylor1-1/+2
2008-01-01* newsym: First stab at understanding data as well as functions.Christopher Faylor1-25/+2
2006-07-252006-07-25 Corinna Vinschen <corinna@vinschen.de>Corinna Vinschen1-0/+6
2006-07-18* tty.cc (tty_list::terminate): Don't enter the busy loop if we don't own theChristopher Faylor1-1/+1
2006-06-03* dcrt0.cc (dll_crt0_0): Call tty_list::init_session here.Christopher Faylor1-30/+45
2006-06-02* fhandler.cc (fhandler_base::fixup_after_exec): Declare here.Christopher Faylor1-118/+6
2005-07-06Eliminate (void) cast on standalone function calls throughout.Christopher Faylor1-1/+1
2005-07-05Change foo (void) to foo () for all c++ functions throughout. Remove allChristopher Faylor1-5/+5
2004-12-14 * tty.cc (tty_list::terminate): Guard releasing the tty with tty_mutex.Corinna Vinschen1-0/+6
2004-11-26* child_info.h (child_info_spawn::hexec_proc): Eliminate.Christopher Faylor1-1/+1
2004-09-03Regularize most strace_prints throughout so that %E is always preceded by aChristopher Faylor1-1/+1
2004-05-28* path.cc (chdir): Always use the normalized_path as posix_cwd, except if itChristopher Faylor1-4/+4
2004-05-20* tty.cc (tty_list::allocate_tty): Leave tty_mutex armed on successful returnChristopher Faylor1-3/+9
2004-05-17* tty.cc (tty_list::init): Move hmaster initialization earlier to preventChristopher Faylor1-1/+1
2004-05-17Change the name "title_mutex" to "tty_mutex" throughout.Christopher Faylor1-31/+32
2004-05-122004-05-12 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet1-9/+29
2003-12-27* fhandler.h (fhandler_tty_master::fixup_after_fork): Remove declaration.Christopher Faylor1-2/+2
2003-12-07Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate,Christopher Faylor1-34/+24
2003-10-22 * Makefile.in: Add $(LIBSERVER) rule.Corinna Vinschen1-1/+1
2003-09-25* devices.cc: New file.Christopher Faylor1-5/+6
2003-09-10 * Makefile.in (DLL_OFILES): Add bsdlib.o.Corinna Vinschen1-0/+7
2003-08-25Throughout, change USE_CYGSERVER to USE_SERVER.Christopher Faylor1-2/+2
2003-07-02* Makefile.in: Remove cygserver stuff.Christopher Faylor1-2/+7
2003-06-16Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor1-1/+0
2003-03-09Do some minor reformatting of 'extern "C"' use throughout.Christopher Faylor1-6/+3
2003-03-08* path.h (PATH_LNK): New enum val.Christopher Faylor1-1/+7
2002-11-26* fhandler_tty.cc (fhandler_pty_master::accept_input): Just use a normal SleepChristopher Faylor1-2/+2
2002-11-22* exceptions.cc (handle_sigsuspend): Force pending signal delivery beforeChristopher Faylor1-2/+2
2002-11-16* tty.cc (tty::make_pipes): Make pipe buffer larger.Christopher Faylor1-2/+2
2002-11-13* miscfuncs.cc (low_priority_sleep): New function. Use throughout where codeChristopher Faylor1-3/+3