index
:
cygnal
cygnal-2.5.2
cygnal-2.9.0-branch
cygnal-3-1-6-98-branch
cygnal-3-1-98-branch
cygwin-master
"Cygwin Native Application Lib" --- http://www.kylheku.com/cygnal
kaz@kylheku.com
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
winsup
/
cygwin
/
tty.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
This commit was manufactured by cvs2svn to create branch 'binutils-
binutils-2_20-branchpoint
cvs2svn
2009-09-04
1
-407
/
+0
*
* dcrt0.cc (jit_debug): New global.
Christopher Faylor
2009-07-03
1
-6
/
+28
*
Remove unneeded header files from source files throughout. Update copyrights
Christopher Faylor
2009-01-03
1
-2
/
+2
*
* cygheap.cc (creturn): Reorganize to avoid a new compiler warning/error.
Christopher Faylor
2008-09-11
1
-5
/
+6
*
Remove unneeded header files from source files throughout.
Christopher Faylor
2008-04-07
1
-4
/
+0
*
Add miscfuncs.h to files as needed throughout.
Christopher Faylor
2008-04-07
1
-0
/
+1
*
* pipe.cc (fhandler_pipe::create_selectable): Use MAX_PATH instead of
Corinna Vinschen
2008-03-12
1
-5
/
+5
*
* tty.cc: Update copyright.
Christopher Faylor
2008-01-01
1
-1
/
+2
*
* newsym: First stab at understanding data as well as functions.
Christopher Faylor
2008-01-01
1
-25
/
+2
*
2006-07-25 Corinna Vinschen <corinna@vinschen.de>
Corinna Vinschen
2006-07-25
1
-0
/
+6
*
* tty.cc (tty_list::terminate): Don't enter the busy loop if we don't own the
Christopher Faylor
2006-07-18
1
-1
/
+1
*
* dcrt0.cc (dll_crt0_0): Call tty_list::init_session here.
Christopher Faylor
2006-06-03
1
-30
/
+45
*
* fhandler.cc (fhandler_base::fixup_after_exec): Declare here.
Christopher Faylor
2006-06-02
1
-118
/
+6
*
Eliminate (void) cast on standalone function calls throughout.
Christopher Faylor
2005-07-06
1
-1
/
+1
*
Change foo (void) to foo () for all c++ functions throughout. Remove all
Christopher Faylor
2005-07-05
1
-5
/
+5
*
* tty.cc (tty_list::terminate): Guard releasing the tty with tty_mutex.
Corinna Vinschen
2004-12-14
1
-0
/
+6
*
* child_info.h (child_info_spawn::hexec_proc): Eliminate.
Christopher Faylor
2004-11-26
1
-1
/
+1
*
Regularize most strace_prints throughout so that %E is always preceded by a
Christopher Faylor
2004-09-03
1
-1
/
+1
*
* path.cc (chdir): Always use the normalized_path as posix_cwd, except if it
Christopher Faylor
2004-05-28
1
-4
/
+4
*
* tty.cc (tty_list::allocate_tty): Leave tty_mutex armed on successful return
Christopher Faylor
2004-05-20
1
-3
/
+9
*
* tty.cc (tty_list::init): Move hmaster initialization earlier to prevent
Christopher Faylor
2004-05-17
1
-1
/
+1
*
Change the name "title_mutex" to "tty_mutex" throughout.
Christopher Faylor
2004-05-17
1
-31
/
+32
*
2004-05-12 Pierre Humblet <pierre.humblet@ieee.org>
Pierre Humblet
2004-05-12
1
-9
/
+29
*
* fhandler.h (fhandler_tty_master::fixup_after_fork): Remove declaration.
Christopher Faylor
2003-12-27
1
-2
/
+2
*
Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate,
Christopher Faylor
2003-12-07
1
-34
/
+24
*
* Makefile.in: Add $(LIBSERVER) rule.
Corinna Vinschen
2003-10-22
1
-1
/
+1
*
* devices.cc: New file.
Christopher Faylor
2003-09-25
1
-5
/
+6
*
* Makefile.in (DLL_OFILES): Add bsdlib.o.
Corinna Vinschen
2003-09-10
1
-0
/
+7
*
Throughout, change USE_CYGSERVER to USE_SERVER.
Christopher Faylor
2003-08-25
1
-2
/
+2
*
* Makefile.in: Remove cygserver stuff.
Christopher Faylor
2003-07-02
1
-2
/
+7
*
Throughout, remove "include <errno.h>" from files which already include
Christopher Faylor
2003-06-16
1
-1
/
+0
*
Do some minor reformatting of 'extern "C"' use throughout.
Christopher Faylor
2003-03-09
1
-6
/
+3
*
* path.h (PATH_LNK): New enum val.
Christopher Faylor
2003-03-08
1
-1
/
+7
*
* fhandler_tty.cc (fhandler_pty_master::accept_input): Just use a normal Sleep
Christopher Faylor
2002-11-26
1
-2
/
+2
*
* exceptions.cc (handle_sigsuspend): Force pending signal delivery before
Christopher Faylor
2002-11-22
1
-2
/
+2
*
* tty.cc (tty::make_pipes): Make pipe buffer larger.
Christopher Faylor
2002-11-16
1
-2
/
+2
*
* miscfuncs.cc (low_priority_sleep): New function. Use throughout where code
Christopher Faylor
2002-11-13
1
-3
/
+3
*
* include/cygwin/version.h: Bump API minor number for below export.
Christopher Faylor
2002-11-07
1
-0
/
+1
*
* cygthread.cc (cygthread::stub): Don't create an event for "cygself" threads.
Christopher Faylor
2002-10-09
1
-2
/
+0
*
whitespace
Christopher Faylor
2002-09-30
1
-4
/
+4
*
2002-09-22 Conrad Scott <conrad.scott@dsl.pipex.com>
Conrad Scott
2002-09-22
1
-5
/
+11
*
* fhandler_tty.cc (fhandler_tty_slave::open): Don't protect input/output
Christopher Faylor
2002-09-08
1
-2
/
+2
*
Christopher Faylor <cgf@redhat.com>
Christopher Faylor
2002-08-30
1
-3
/
+7
*
* cygthread.cc (cygthread::exit_thread): Define new method.
Christopher Faylor
2002-08-02
1
-2
/
+3
*
* Makefile.in (DLL_OFILES): Add cygthread.o.
Christopher Faylor
2002-08-01
1
-0
/
+1
*
* debug.h (handle_list): Move here from debug.cc. Add "inherit" flag
Christopher Faylor
2002-07-13
1
-4
/
+4
*
* tty.cc (tty::common_init): Reverse logic of cygserver check in
Conrad Scott
2002-07-03
1
-1
/
+1
*
* cygheap.cc (init_cheap): Rearrange error message.
Christopher Faylor
2002-07-03
1
-1
/
+1
*
* dtable.cc (handle_to_fn): Attempt to handle "raw" accesses to remote shares.
Christopher Faylor
2002-06-05
1
-1
/
+1
*
Remove unneeded sigproc.h includes throughout.
Christopher Faylor
2002-06-02
1
-1
/
+0
[next]