summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/tty.cc
Commit message (Expand)AuthorAgeFilesLines
* Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen2016-06-231-3/+0
* Bump tty.cc copyright dateCorinna Vinschen2015-04-231-1/+1
* TIOCPKT mode of PTY is broken if ONLCR bit is cleared.Takashi Yano2015-04-231-0/+1
* * tty.cc (tty_list::allocate): Set sid to 0 rather than -1 since -1 is an errorChristopher Faylor2013-10-181-1/+1
* Throughout, (mainly in fhandler*) fix remaining gcc 4.7 mismatchYaakov Selkowitz2013-05-011-1/+1
* * Merge in cygwin-64bit-branch.Corinna Vinschen2013-04-231-7/+7
* * cygwin.din (getpt): Export.Yaakov Selkowitz2011-12-301-0/+6
* * fhandler.h (fhandler_pipe::create): Rename from the misnamedChristopher Faylor2011-11-231-3/+4
* * fhandler.h (fhandler_pipe::create_selectable): Remove optional argument, takeChristopher Faylor2011-10-301-2/+2
* Throughout change TTY_* to PTY_*, tty_* to pty_*, and ttym_* to ptmx_*.Christopher Faylor2011-10-201-1/+1
* * cygerrno.h (__set_errno): Modify debugging output to make searching straceChristopher Faylor2011-10-151-22/+30
* * syscalls.cc (open): Add temporary kludge to avoid assigning the controllingChristopher Faylor2011-10-101-0/+1
* * tty.cc (grantpt): Check for valid fd.Christopher Faylor2011-09-211-2/+4
* * cygheap.h (init_cygheap::ctty_on_hold): Remove conditionalized variable.Christopher Faylor2011-06-141-161/+19
* * autoload.cc: Call _api_fatal in asm.Christopher Faylor2011-05-281-19/+30
* * autoload.cc (GetNamedPipeClientProcessId): Define.Corinna Vinschen2010-04-191-30/+19
* Throughout change all calls of low_priority_sleep (0) to yield ().Christopher Faylor2010-03-121-1/+1
* * dcrt0.cc (jit_debug): New global.Christopher Faylor2009-07-031-6/+28
* Remove unneeded header files from source files throughout. Update copyrightsChristopher Faylor2009-01-031-2/+2
* * cygheap.cc (creturn): Reorganize to avoid a new compiler warning/error.Christopher Faylor2008-09-111-5/+6
* Remove unneeded header files from source files throughout.Christopher Faylor2008-04-071-4/+0
* Add miscfuncs.h to files as needed throughout.Christopher Faylor2008-04-071-0/+1
* * pipe.cc (fhandler_pipe::create_selectable): Use MAX_PATH instead ofCorinna Vinschen2008-03-121-5/+5
* * tty.cc: Update copyright.Christopher Faylor2008-01-011-1/+2
* * newsym: First stab at understanding data as well as functions.Christopher Faylor2008-01-011-25/+2
* 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