aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/fhandler.h
AgeCommit message (Expand)AuthorFilesLines
2001-09-14* fhandler.h (fhandler_pipe::is_slow): Return true only if pipes are reliableChristopher Faylor1-1/+1
2001-09-12 * Makefile.in: Build wincap.o.Corinna Vinschen1-1/+1
2001-09-11Update copyrights.Christopher Faylor1-1/+1
2001-09-01* debug.cc (mark_closed): Rename from debug_mark_closed and make static.Christopher Faylor1-2/+2
2001-08-31space reduction.Christopher Faylor1-2/+2
2001-08-31* cygwin.sc: New file -- linker script for building cygwin DLL.Christopher Faylor1-2/+11
2001-08-15 * fhandler.cc (fhandler_base::is_nonblocking): New method.Corinna Vinschen1-0/+3
2001-08-14 * fhandler.cc (fhandler_base::fcntl): Use new O_NONBLOCK_MASK define.Corinna Vinschen1-0/+13
2001-08-07* cygheap.cc (cygheap_root::set): Avoid treating '/' specially.Christopher Faylor1-1/+1
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-0/+8
2001-06-26* mmap.cc: Clean up *ResourceLock calls throughout.Christopher Faylor1-1/+0
2001-06-22 * fhandler.h class fhandler_socket): Declare new methodCorinna Vinschen1-0/+1
2001-06-20* fhandler_socket.cc (fhandler_socket::signal_secret_event): NewEgor Duda1-0/+1
2001-06-14* fhandler.cc (fhandler_base::open): Set win32 access flagsEgor Duda1-20/+25
2001-05-31* path.cc (chdir): Always send unsigned chars to isspace since newlib's isspaceChristopher Faylor1-0/+7
2001-05-24* exceptions.cc (handle_exceptions): Bump repeat count for debugging kick out.Christopher Faylor1-0/+1
2001-05-09* fhandler.h (fhandler_termios::echo_erase): Declare new method.Christopher Faylor1-0/+1
2001-05-08* cygheap.cc (_cfree): Add regparm attribute.Christopher Faylor1-1/+1
2001-04-28Throughout, change 'tty_attached' to 'real_tty_attached', for clarity.Christopher Faylor1-1/+0
2001-04-24Remove trailing underscore from fhandler_base and friends, throughout.Christopher Faylor1-13/+22
2001-04-23* fhandler.h (fhandler_base::clear_r_binary): New method.Christopher Faylor1-0/+2
2001-04-17* path.h (cwdstuff): Move class.Christopher Faylor1-2/+2
2001-04-16* autoload.cc: Add winmm functions needed by fhandler_dsp.cc.Christopher Faylor1-1/+24
2001-04-09* fhandler.h (class fhandler_socket): Add members and methods toEgor Duda1-0/+7
2001-03-31 * fhandler.h (class fhandler_console): Add members `insert_mode'.Corinna Vinschen1-0/+1
2001-03-30 * fhandler.h (class fhandler_console): Add members `savebufsiz' andCorinna Vinschen1-0/+4
2001-03-22* fhandler.h (fhandler_dev_clipboard): Extend to support writing.Christopher Faylor1-0/+8
2001-03-18* fhandler.h (fhandler_tty_slave): Declare new methods.Egor Duda1-0/+2
2001-03-12* fhandler.h (fhandler_termios::fixup_after_exec): New function.Egor Duda1-0/+2
2001-03-12* fhandler.h (fhandler_termios::fhandler_termios): Enable fixupEgor Duda1-1/+1
2001-03-11* autoload.cc (noload): Use proper method for multiline strings or newer gcc'sChristopher Faylor1-5/+5
2001-03-06 * autoload.c (cygwin_premain0): Add missing parameter.Corinna Vinschen1-0/+3
2001-03-05* dlopen.c (dlopen): Return NULL when name is NULL (suggested byChristopher Faylor1-4/+12
2001-03-04* fhandler.h (class fhandler_tty_common): New mutex and event toEgor Duda1-1/+2
2001-03-02* select.cc (peek_console): Don't report read_ready on mouse events unless weChristopher Faylor1-0/+1
2001-02-27* fhandler.h (class fhandler_console): Make all variables thatEgor Duda1-9/+52
2001-01-17* autoload.cc (LoadDLLinitfunc): Remove debugging statement.Christopher Faylor1-2/+10
2001-01-11 * fhandler.h (fhandler_base): New method `fixup_mmap_after_fork'.Corinna Vinschen1-0/+6
2000-12-15* fhandler.h (fhandler_console): Add additional argument to char_commandChristopher Faylor1-1/+1
2000-11-13* path.cc (get_device_number): Allow /dev/ttySn to designate a com port.Christopher Faylor1-2/+0
2000-10-31 * fhandler.h (fhandler_dev_raw): Add method `fixup_after_exec'.Corinna Vinschen1-0/+1
2000-10-31 * fhandler.h (fhandler_dev_raw): Add definition for methodCorinna Vinschen1-0/+2
2000-10-28Whitespace cleanup.Christopher Faylor1-1/+1
2000-10-27 * fhandler_socket.cc: New file.Corinna Vinschen1-1/+1
2000-10-26 * dtable.cc (dtable::release): Check for socket. ChangeCorinna Vinschen1-4/+12
2000-10-23 * fcntl.cc (_fcntl): Rearrange as wrapper function. Move allCorinna Vinschen1-0/+2
2000-10-21* fhandler.h (fhandler_console): Remove tcsetpgrp.Christopher Faylor1-2/+0
2000-10-17* fhandler_clipboard.cc: new fileDJ Delorie1-1/+18
2000-10-12* errno.cc (seterrno_from_win_error): Fix debugging output.Christopher Faylor1-2/+2