aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/select.cc
AgeCommit message (Expand)AuthorFilesLines
2001-11-05* select.cc: Add more comments throughout. Use bool 'true' where appropriateChristopher Faylor1-17/+26
2001-11-04* select.cc (verify_console): New function.Christopher Faylor1-2/+17
2001-11-04* fhandler.h (fhandler_base::ready_for_read): Remove unused argument.Christopher Faylor1-155/+107
2001-11-03* fhandler.cc (fhandler_base::read): Return just read ahead characters if slowChristopher Faylor1-9/+12
2001-11-03* dll_init.h (class dll_list): Reorder functions to avoid compiler "can'tChristopher Faylor1-6/+17
2001-11-02* fhandler.h: Change Windows 'BOOL's to c++ 'bool's for all variables.Christopher Faylor1-0/+1
2001-11-01* cygheap.h (cygheap_fdmanip::isopen): Set appropriate errno if fd not open.Christopher Faylor1-0/+3
2001-11-01* dtable.cc (dtable::build_fhandler): Issue internal error on unknown device.Christopher Faylor1-61/+53
2001-10-29* select.cc (MAKEready): Remove extraneous select_read.Christopher Faylor1-1/+0
2001-10-29* fhandler.h (fhandler_serial::fhandler_serial): Change to only accept unitChristopher Faylor1-1/+1
2001-10-26* select.cc (MAKEready): Check for read_ready in loop since select_read couldChristopher Faylor1-6/+6
2001-10-14* autoload.cc (load_wsock32): Declare dummy function to force loading ofChristopher Faylor1-0/+1
2001-10-01Add "path.h" include throughout, where needed. Use new path_conv methods andChristopher Faylor1-0/+1
2001-09-26* select.cc (peek_pipe): REALLY only grab mutex when we actually got somethingChristopher Faylor1-1/+2
2001-09-25* select.cc (fhandler_tty_common::ready_for_read): Rewrite to correctlyChristopher Faylor1-6/+11
2001-09-24* select.cc (peek_pipe): Only grab mutex when we actually got something fromChristopher Faylor1-5/+5
2001-09-24* fhandler.h (fhandler_pipe::hit_eof): New method.Christopher Faylor1-5/+6
2001-09-22* exceptions.cc (setup_handler): Always relinquish lock after we'veChristopher Faylor1-13/+24
2001-08-31* cygwin.sc: New file -- linker script for building cygwin DLL.Christopher Faylor1-3/+19
2001-08-30 * select.cc (select_read): Add setting read_ready flag.Corinna Vinschen1-0/+2
2001-08-28oopsChristopher Faylor1-14/+7
2001-08-28* dir.cc (rmdir): Report ENOENT when file doesn't exist rather than ENOTDIR.Christopher Faylor1-7/+14
2001-08-27* select.cc (cygwin_select): Ensure that arguments are zeroed on timeout.Christopher Faylor1-12/+14
2001-07-26Throughout, reorganize header file inclusion to put security.h prior toChristopher Faylor1-0/+1
2001-05-03* exceptions.cc (handle_exceptions): Break out of "loop" if the debuggerChristopher Faylor1-0/+1
2001-04-18Throughout, change fdtab references to cygheap->fdtab.Christopher Faylor1-5/+6
2001-04-14* net.cc (cygwin_socket): Set SO_LINGER to small value so closed UNIX domainChristopher Faylor1-2/+7
2001-03-20* dtable.cc: Guard against new winsock.h/winsock2.h warnings when mixingChristopher Faylor1-2/+2
2001-03-18Fix spacing, copyrights.Christopher Faylor1-1/+1
2001-03-18* fhandler.h (fhandler_tty_slave): Declare new methods.Egor Duda1-0/+47
2001-03-18Update copyrights.Christopher Faylor1-1/+1
2001-03-02* select.cc (peek_console): Don't report read_ready on mouse events unless weChristopher Faylor1-1/+4
2001-01-17* autoload.cc (LoadDLLinitfunc): Remove debugging statement.Christopher Faylor1-2/+2
2000-12-16* fhandler_console.cc (read): Add support for xterm-style mouse eventChristopher Faylor1-0/+4
2000-11-09* select.cc (peek_pipe): Deal with pending newline in pty_master.Christopher Faylor1-5/+16
2000-09-08* sigproc.h (sigframe::set): Eliminate second argument. Default bp to currentChristopher Faylor1-1/+1
2000-09-07Split out tty and shared_info stuff into their own headers and use throughout.Christopher Faylor1-0/+1
2000-09-03* Makefile.in: Add cygheap.o.Christopher Faylor1-4/+4
2000-08-24* select.cc (cygwin_select): Correct logic for "always_ready" fds or when thereChristopher Faylor1-2/+3
2000-08-22* winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h filesChristopher Faylor1-1/+5
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/+1
2000-08-12Rename hinfo -> dtable. Name the former dtable array 'fdtab'.Christopher Faylor1-5/+5
2000-08-10* winsup.h: Change strchr inline for strange gcc problem.Christopher Faylor1-0/+5
2000-08-09* select.cc (allocfd_set): Zero allocated fd_set.Christopher Faylor1-48/+29
2000-08-04* select.cc (fhandler_console::select_read): Call set_cursor_maybe since selectChristopher Faylor1-0/+3
2000-08-02* winsup.h: take out protections of environ, errno, allow C useDJ Delorie1-3/+3
2000-07-30* fhandler_console.cc: Remove VK_DIVIDE detection.Christopher Faylor1-2/+3
2000-07-29* include/cygwin/version.h: Bump DLL minor version number to 5 due to all ofChristopher Faylor1-3/+3
2000-07-27* testsuite/winsup.api/winsup.exp: ignore stdout by defaultDJ Delorie1-0/+2