summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/poll.cc
Commit message (Expand)AuthorAgeFilesLines
* Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen2016-06-231-3/+0
* Move fd_stuff from sys/types.h to sys/select.hCorinna Vinschen2015-12-071-1/+3
* * fhandler_socket.cc (fhandler_socket::evaluate_events): HandleCorinna Vinschen2014-10-111-2/+3
* * Throughout, use __try/__except/__endtry blocks, rather than myfaultCorinna Vinschen2014-08-221-13/+16
* * Merge in cygwin-64bit-branch.Corinna Vinschen2013-04-231-2/+0
* Throughout, update copyrights to reflect dates which correspond to main-branchChristopher Faylor2013-01-211-2/+2
* * DevNotes: Add entry cgf-000013.Christopher Faylor2012-07-211-2/+2
* * poll.cc (poll): Don't return prematurely if invalid fds have beenCorinna Vinschen2011-08-231-7/+18
* * cygwin.din (ppoll): Export.Corinna Vinschen2011-04-181-0/+23
* * fhandler_socket.cc (fhandler_socket::evaluate_events): Handle theCorinna Vinschen2011-04-181-5/+9
* Remove unneeded header files from source files throughout. Update copyrightsChristopher Faylor2009-01-031-3/+2
* Remove unneeded header files from source files throughout.Christopher Faylor2008-04-071-3/+0
* * poll.cc (poll): Return count of fds with events instead of totalCorinna Vinschen2007-12-131-39/+46
* * fhandler_socket.cc (fhandler_socket::recv_internal): Fix a problemCorinna Vinschen2006-07-311-34/+10
* * fhandler_socket.cc: Revert misguided attempt to handle FD_CLOSE errorCorinna Vinschen2006-07-271-5/+2
* 2006-07-25 Corinna Vinschen <corinna@vinschen.de>Corinna Vinschen2006-07-251-12/+6
* * fhandler_socket.cc (fhandler_socket::recvfrom): Just return 0 (EOF)Corinna Vinschen2005-11-131-2/+5
* white space and minor comment cleanup.Christopher Faylor2005-05-021-1/+1
* * fhandler.h (enum conn_state): Add connect_failed state.Corinna Vinschen2005-04-181-8/+20
* copyrightChristopher Faylor2005-02-201-1/+1
* Reorganize header file inclusion throughout so that cygerrno.h comes first.Christopher Faylor2005-01-121-1/+1
* * path.cc (chdir): Always use the normalized_path as posix_cwd, except if itChristopher Faylor2004-05-281-1/+1
* Eliminate use of sigframe and sigthread throughout.Christopher Faylor2003-11-281-1/+0
* * devices.cc: New file.Christopher Faylor2003-09-251-1/+1
* Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor2003-06-161-1/+0
* * poll.cc: Define FD_SETSIZE to ridiculously large number so that there will beChristopher Faylor2003-06-071-0/+1
* Do some minor reformatting of 'extern "C"' use throughout.Christopher Faylor2003-03-091-2/+1
* * poll.cc (poll): ...but set POLLIN instead.Corinna Vinschen2002-11-201-1/+3
* * poll.cc (poll): Don't set POLLERR if a listening socket has aCorinna Vinschen2002-11-201-13/+31
* * fhandler.cc (fhandler_base::dup): Don't set handle on failure. Caller hasChristopher Faylor2002-09-221-4/+4
* * poll.cc (poll): Peek sockets ready for read to see if there'sCorinna Vinschen2002-08-291-1/+22
* * poll.cc (poll): Eliminate erroneous POLLERR conditional.Corinna Vinschen2002-08-281-2/+0
* * dtable.cc (handle_to_fn): Attempt to handle "raw" accesses to remote shares.Christopher Faylor2002-06-051-1/+1
* * autoload.cc (LoadFuncEx): Define via new LoadFuncEx2 macro.Christopher Faylor2002-05-281-44/+44
* add eol to endChristopher Faylor2002-03-211-1/+1
* * poll.cc (poll): Add support for invalid descriptors.Corinna Vinschen2002-03-191-25/+35
* * poll.cc: Remove variable open_fds, rearrange and add codeCorinna Vinschen2002-03-141-45/+37
* * exceptions.cc: Add stdlib.h include for alloca declaration.Christopher Faylor2001-11-151-0/+1
* Eliminate excess whitespace.Christopher Faylor2001-11-051-1/+1
* Patch from Frederic Devernay <Frederic.Devernay@sophia.inria.fr>:Corinna Vinschen2001-10-171-8/+7
* * fhandler.cc (fhandler_base::fork_fixup): Don't protect handle.Christopher Faylor2001-10-151-1/+1
* Add "path.h" include throughout, where needed. Use new path_conv methods andChristopher Faylor2001-10-011-0/+1
* Update copyrights.Christopher Faylor2001-09-111-1/+1
* Fri Sep 7 10:53:34 2001 Jason Tishler <jason@tishler.net>Corinna Vinschen2001-09-071-3/+11
* Throughout, reorganize header file inclusion to put security.h prior toChristopher Faylor2001-07-261-0/+1
* Throughout, change fdtab references to cygheap->fdtab.Christopher Faylor2001-04-181-2/+3
* * exceptions.cc (interruptible): Update debugging output.Christopher Faylor2001-03-191-0/+2
* Break out more header info into separate files. Use appropriate header filesChristopher Faylor2000-09-081-0/+1
* * Makefile.in: Add cygheap.o.Christopher Faylor2000-09-031-20/+20
* * winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h filesChristopher Faylor2000-08-221-0/+1