summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/tty.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Throughout, reorganize header file inclusion to put security.h prior toChristopher Faylor2001-07-261-1/+1
* Throughout, change 'tty_attached' to 'real_tty_attached', for clarity.Christopher Faylor2001-04-281-1/+1
* * tty.cc (tty::make_pipes): Set to_slave pipe mode to nonblocking.Egor Duda2001-04-271-0/+4
* * dlmalloc.c: New file. Port of Doug Lea's mallocEgor Duda2001-04-241-2/+2
* Throughout, change fdtab references to cygheap->fdtab.Christopher Faylor2001-04-181-1/+2
* * tty.h (tty::create_inuse): Add new parameter to allow non-Egor Duda2001-03-191-2/+3
* Fix spacing, copyrights.Christopher Faylor2001-03-181-1/+1
* * fhandler.h (fhandler_tty_slave): Declare new methods.Egor Duda2001-03-181-3/+3
* Update copyrights.Christopher Faylor2001-03-181-1/+1
* * fhandler.h (class fhandler_tty_common): New mutex and event toEgor Duda2001-03-041-0/+12
* * debug.cc (add_handle): Issue warning on attempts to add the same handle moreChristopher Faylor2000-10-171-2/+4
* Break out more header info into separate files. Use appropriate header filesChristopher Faylor2000-09-081-1/+2
* Split out tty and shared_info stuff into their own headers and use throughout.Christopher Faylor2000-09-071-0/+2
* * exceptions.cc (signal_exit): Reset all mutos owned by the main thread.Christopher Faylor2000-09-071-3/+0
* * winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h filesChristopher Faylor2000-08-221-1/+4
* * cygerrno.h: New file. Use this throughout whenever errno manipulation isChristopher Faylor2000-08-221-0/+1
* * winsup.h: Split out dtable definitions into separate header file.Christopher Faylor2000-08-121-0/+2
* Rename hinfo -> dtable. Name the former dtable array 'fdtab'.Christopher Faylor2000-08-121-1/+1
* * winsup.h: take out protections of environ, errno, allow C useDJ Delorie2000-08-021-1/+1
* * testsuite/winsup.api/winsup.exp: ignore stdout by defaultDJ Delorie2000-07-271-0/+2
* Changes by Kazuhiro Fujieda <fujieda@jaist.ac.jp>Corinna Vinschen2000-07-011-1/+0
* * fhandler.cc (fhandler_base::get_readahead_into_buffer): New function.Christopher Faylor2000-03-121-1/+1
* import winsup-2000-02-17 snapshotChristopher Faylor2000-02-171-0/+417