aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/select.cc
AgeCommit message (Expand)AuthorFilesLines
2002-09-25This commit was manufactured by cvs2svn to create branch 'cygwin-1-3-13-1'.github/cygwin-1-3-18-1github/cygwin-1-3-17-1github/cygwin-1-3-16-1github/cygwin-1-3-15-1github/cygwin-1-3-14-1github/cygwin-1-3-13-2github/cygwin-1-3-13-1cygwin-1-3-18-1cygwin-1-3-17-1cygwin-1-3-16-1cygwin-1-3-15-1cygwin-1-3-14-1cygwin-1-3-13-2cygwin-1-3-13-1cvs2svn1-1499/+0
2002-09-23More GNUify non-GNU formatted functions calls throughout.Christopher Faylor1-14/+14
2002-09-22* fhandler.cc (fhandler_base::dup): Don't set handle on failure. Caller hasChristopher Faylor1-4/+4
2002-08-31(inspired by a patch from Egor Duda)Christopher Faylor1-34/+0
2002-08-19* fhandler.h (fhandler_console::send_winch_maybe): New method.Christopher Faylor1-9/+13
2002-08-01* Makefile.in (DLL_OFILES): Add cygthread.o.Christopher Faylor1-19/+17
2002-07-29* fhandler_console.cc (fhandler_console::read): Use appropriate kill_pgrpChristopher Faylor1-1/+1
2002-07-06 * fhandler.h (fhandler_socket::is_unconnected): Constify.Corinna Vinschen1-7/+21
2002-07-05 * fhandler.h (UNCONNECTED): New define.Corinna Vinschen1-20/+25
2002-05-25Remove unneeded sync.h, where appropriate, throughout. Remove unneeded heap.h,Christopher Faylor1-1/+0
2002-03-05bump copyrightChristopher Faylor1-1/+1
2002-02-14* exceptions.cc (unused_sig_wrapper): Eliminate unused parameter to asm.Christopher Faylor1-1/+1
2001-12-11* fhandler.h (fhandler_serial::ev): New class member.Christopher Faylor1-5/+3
2001-11-24* dtable.cc (dtable::vfork_parent_restore): Add debugging statement.Christopher Faylor1-1/+1
2001-11-08 * select.cc: Set errno using set_sig_errno() throughout.Corinna Vinschen1-9/+9
2001-11-08 * select.cc (fhandler_tty_slave::ready_for_read): Return 0 on EBADF.Corinna Vinschen1-1/+1
2001-11-06* select.cc (fhandler_tty_slave::ready_for_read): Correct inverted not_openChristopher Faylor1-1/+1
2001-11-05Eliminate excess whitespace.Christopher Faylor1-2/+2
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