aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/tty.cc
AgeCommit message (Expand)AuthorFilesLines
2002-02-282002-02-28 Robert Collins <rbtcollins@hotmail.com>Robert Collins1-1/+6
2002-02-22* sync.h (new_muto): Just accept an argument which denotes the name of theChristopher Faylor1-2/+5
2001-10-01Add "path.h" include throughout, where needed. Use new path_conv methods andChristopher Faylor1-0/+1
2001-09-12 * Makefile.in: Build wincap.o.Corinna Vinschen1-1/+1
2001-09-06Remove initialization of static or global values to zero, throughout. ThisChristopher Faylor1-1/+1
2001-09-01* tty.cc (tty::create_inuse): Eliminate unneeded argument.Christopher Faylor1-2/+2
2001-09-01* debug.cc (mark_closed): Rename from debug_mark_closed and make static.Christopher Faylor1-6/+6
2001-08-04Throughout, change check for running under Windows NT to 'iswinnt'.Christopher Faylor1-1/+1
2001-07-26Throughout, reorganize header file inclusion to put security.h prior toChristopher Faylor1-1/+1
2001-04-28Throughout, change 'tty_attached' to 'real_tty_attached', for clarity.Christopher Faylor1-1/+1
2001-04-27* tty.cc (tty::make_pipes): Set to_slave pipe mode to nonblocking.Egor Duda1-0/+4
2001-04-24* dlmalloc.c: New file. Port of Doug Lea's mallocEgor Duda1-2/+2
2001-04-18Throughout, change fdtab references to cygheap->fdtab.Christopher Faylor1-1/+2
2001-03-19* tty.h (tty::create_inuse): Add new parameter to allow non-Egor Duda1-2/+3
2001-03-18Fix spacing, copyrights.Christopher Faylor1-1/+1
2001-03-18* fhandler.h (fhandler_tty_slave): Declare new methods.Egor Duda1-3/+3
2001-03-18Update copyrights.Christopher Faylor1-1/+1
2001-03-04* fhandler.h (class fhandler_tty_common): New mutex and event toEgor Duda1-0/+12
2000-10-17* debug.cc (add_handle): Issue warning on attempts to add the same handle moreChristopher Faylor1-2/+4
2000-09-08Break out more header info into separate files. Use appropriate header filesChristopher Faylor1-1/+2
2000-09-07Split out tty and shared_info stuff into their own headers and use throughout.Christopher Faylor1-0/+2
2000-09-07* exceptions.cc (signal_exit): Reset all mutos owned by the main thread.Christopher Faylor1-3/+0
2000-08-22* winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h filesChristopher Faylor1-1/+4
2000-08-22* cygerrno.h: New file. Use this throughout whenever errno manipulation isChristopher Faylor1-0/+1
2000-08-12* winsup.h: Split out dtable definitions into separate header file.Christopher Faylor1-0/+2
2000-08-12Rename hinfo -> dtable. Name the former dtable array 'fdtab'.Christopher Faylor1-1/+1
2000-08-02* winsup.h: take out protections of environ, errno, allow C useDJ Delorie1-1/+1
2000-07-27* testsuite/winsup.api/winsup.exp: ignore stdout by defaultDJ Delorie1-0/+2
2000-07-01Changes by Kazuhiro Fujieda <fujieda@jaist.ac.jp>Corinna Vinschen1-1/+0
2000-03-12* fhandler.cc (fhandler_base::get_readahead_into_buffer): New function.Christopher Faylor1-1/+1
2000-02-17import winsup-2000-02-17 snapshotChristopher Faylor1-0/+417