summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/select.cc
Commit message (Expand)AuthorAgeFilesLines
* Eliminate use of sigframe and sigthread throughout.Christopher Faylor2003-11-281-2/+2
* * devices.cc: New file.Christopher Faylor2003-09-251-17/+17
* Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor2003-06-161-1/+0
* * select.cc (fhandler_pipe::ready_for_read): Assure that get_guard is calledChristopher Faylor2003-04-231-4/+8
* Do some minor reformatting of 'extern "C"' use throughout.Christopher Faylor2003-03-091-2/+1
* Eliminate most unneeded this-> pointers throughout.Christopher Faylor2003-02-041-1/+1
* * cygthread.h (cygthread::stack_ptr): New element.Christopher Faylor2002-12-111-18/+28
* * select.cc (peek_serial): Don't call PurgeComm() to avoid characters loss.Christopher Faylor2002-11-151-4/+0
* whitespaceChristopher Faylor2002-09-301-3/+3
* More GNUify non-GNU formatted functions calls throughout.Christopher Faylor2002-09-231-14/+14
* * fhandler.cc (fhandler_base::dup): Don't set handle on failure. Caller hasChristopher Faylor2002-09-221-4/+4
* (inspired by a patch from Egor Duda)Christopher Faylor2002-08-311-34/+0
* * fhandler.h (fhandler_console::send_winch_maybe): New method.Christopher Faylor2002-08-191-9/+13
* * Makefile.in (DLL_OFILES): Add cygthread.o.Christopher Faylor2002-08-011-19/+17
* * fhandler_console.cc (fhandler_console::read): Use appropriate kill_pgrpChristopher Faylor2002-07-291-1/+1
* * fhandler.h (fhandler_socket::is_unconnected): Constify.Corinna Vinschen2002-07-061-7/+21
* * fhandler.h (UNCONNECTED): New define.Corinna Vinschen2002-07-051-20/+25
* Remove unneeded sync.h, where appropriate, throughout. Remove unneeded heap.h,Christopher Faylor2002-05-251-1/+0
* bump copyrightChristopher Faylor2002-03-051-1/+1
* * exceptions.cc (unused_sig_wrapper): Eliminate unused parameter to asm.Christopher Faylor2002-02-141-1/+1
* * fhandler.h (fhandler_serial::ev): New class member.Christopher Faylor2001-12-111-5/+3
* * dtable.cc (dtable::vfork_parent_restore): Add debugging statement.Christopher Faylor2001-11-241-1/+1
* * select.cc: Set errno using set_sig_errno() throughout.Corinna Vinschen2001-11-081-9/+9
* * select.cc (fhandler_tty_slave::ready_for_read): Return 0 on EBADF.Corinna Vinschen2001-11-081-1/+1
* * select.cc (fhandler_tty_slave::ready_for_read): Correct inverted not_openChristopher Faylor2001-11-061-1/+1
* Eliminate excess whitespace.Christopher Faylor2001-11-051-2/+2
* * select.cc: Add more comments throughout. Use bool 'true' where appropriateChristopher Faylor2001-11-051-17/+26
* * select.cc (verify_console): New function.Christopher Faylor2001-11-041-2/+17
* * fhandler.h (fhandler_base::ready_for_read): Remove unused argument.Christopher Faylor2001-11-041-155/+107
* * fhandler.cc (fhandler_base::read): Return just read ahead characters if slowChristopher Faylor2001-11-031-9/+12
* * dll_init.h (class dll_list): Reorder functions to avoid compiler "can'tChristopher Faylor2001-11-031-6/+17
* * fhandler.h: Change Windows 'BOOL's to c++ 'bool's for all variables.Christopher Faylor2001-11-021-0/+1
* * cygheap.h (cygheap_fdmanip::isopen): Set appropriate errno if fd not open.Christopher Faylor2001-11-011-0/+3
* * dtable.cc (dtable::build_fhandler): Issue internal error on unknown device.Christopher Faylor2001-11-011-61/+53
* * select.cc (MAKEready): Remove extraneous select_read.Christopher Faylor2001-10-291-1/+0
* * fhandler.h (fhandler_serial::fhandler_serial): Change to only accept unitChristopher Faylor2001-10-291-1/+1
* * select.cc (MAKEready): Check for read_ready in loop since select_read couldChristopher Faylor2001-10-261-6/+6
* * autoload.cc (load_wsock32): Declare dummy function to force loading ofChristopher Faylor2001-10-141-0/+1
* Add "path.h" include throughout, where needed. Use new path_conv methods andChristopher Faylor2001-10-011-0/+1
* * select.cc (peek_pipe): REALLY only grab mutex when we actually got somethingChristopher Faylor2001-09-261-1/+2
* * select.cc (fhandler_tty_common::ready_for_read): Rewrite to correctlyChristopher Faylor2001-09-251-6/+11
* * select.cc (peek_pipe): Only grab mutex when we actually got something fromChristopher Faylor2001-09-241-5/+5
* * fhandler.h (fhandler_pipe::hit_eof): New method.Christopher Faylor2001-09-241-5/+6
* * exceptions.cc (setup_handler): Always relinquish lock after we'veChristopher Faylor2001-09-221-13/+24
* * cygwin.sc: New file -- linker script for building cygwin DLL.Christopher Faylor2001-08-311-3/+19
* * select.cc (select_read): Add setting read_ready flag.Corinna Vinschen2001-08-301-0/+2
* oopsChristopher Faylor2001-08-281-14/+7
* * dir.cc (rmdir): Report ENOENT when file doesn't exist rather than ENOTDIR.Christopher Faylor2001-08-281-7/+14
* * select.cc (cygwin_select): Ensure that arguments are zeroed on timeout.Christopher Faylor2001-08-271-12/+14
* Throughout, reorganize header file inclusion to put security.h prior toChristopher Faylor2001-07-261-0/+1