aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/poll.cc
AgeCommit message (Expand)AuthorFilesLines
2008-04-07Remove unneeded header files from source files throughout.Christopher Faylor1-3/+0
2007-12-13 * poll.cc (poll): Return count of fds with events instead of totalCorinna Vinschen1-39/+46
2006-07-31 * fhandler_socket.cc (fhandler_socket::recv_internal): Fix a problemCorinna Vinschen1-34/+10
2006-07-27 * fhandler_socket.cc: Revert misguided attempt to handle FD_CLOSE errorCorinna Vinschen1-5/+2
2006-07-252006-07-25 Corinna Vinschen <corinna@vinschen.de>Corinna Vinschen1-12/+6
2005-11-13 * fhandler_socket.cc (fhandler_socket::recvfrom): Just return 0 (EOF)Corinna Vinschen1-2/+5
2005-05-02white space and minor comment cleanup.Christopher Faylor1-1/+1
2005-04-18 * fhandler.h (enum conn_state): Add connect_failed state.Corinna Vinschen1-8/+20
2005-02-20copyrightChristopher Faylor1-1/+1
2005-01-12Reorganize header file inclusion throughout so that cygerrno.h comes first.Christopher Faylor1-1/+1
2004-05-28* path.cc (chdir): Always use the normalized_path as posix_cwd, except if itChristopher Faylor1-1/+1
2003-11-28Eliminate use of sigframe and sigthread throughout.Christopher Faylor1-1/+0
2003-09-25* devices.cc: New file.Christopher Faylor1-1/+1
2003-06-16Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor1-1/+0
2003-06-07* poll.cc: Define FD_SETSIZE to ridiculously large number so that there will beChristopher Faylor1-0/+1
2003-03-09Do some minor reformatting of 'extern "C"' use throughout.Christopher Faylor1-2/+1
2002-11-20 * poll.cc (poll): ...but set POLLIN instead.Corinna Vinschen1-1/+3
2002-11-20 * poll.cc (poll): Don't set POLLERR if a listening socket has aCorinna Vinschen1-13/+31
2002-09-22* fhandler.cc (fhandler_base::dup): Don't set handle on failure. Caller hasChristopher Faylor1-4/+4
2002-08-29 * poll.cc (poll): Peek sockets ready for read to see if there'sCorinna Vinschen1-1/+22
2002-08-28 * poll.cc (poll): Eliminate erroneous POLLERR conditional.Corinna Vinschen1-2/+0
2002-06-05* dtable.cc (handle_to_fn): Attempt to handle "raw" accesses to remote shares.Christopher Faylor1-1/+1
2002-05-28* autoload.cc (LoadFuncEx): Define via new LoadFuncEx2 macro.Christopher Faylor1-44/+44
2002-03-21add eol to endChristopher Faylor1-1/+1
2002-03-19 * poll.cc (poll): Add support for invalid descriptors.Corinna Vinschen1-25/+35
2002-03-14 * poll.cc: Remove variable open_fds, rearrange and add codeCorinna Vinschen1-45/+37
2001-11-15* exceptions.cc: Add stdlib.h include for alloca declaration.Christopher Faylor1-0/+1
2001-11-05Eliminate excess whitespace.Christopher Faylor1-1/+1
2001-10-17 Patch from Frederic Devernay <Frederic.Devernay@sophia.inria.fr>:Corinna Vinschen1-8/+7
2001-10-15* fhandler.cc (fhandler_base::fork_fixup): Don't protect handle.Christopher Faylor1-1/+1
2001-10-01Add "path.h" include throughout, where needed. Use new path_conv methods andChristopher Faylor1-0/+1
2001-09-11Update copyrights.Christopher Faylor1-1/+1
2001-09-07Fri Sep 7 10:53:34 2001 Jason Tishler <jason@tishler.net>Corinna Vinschen1-3/+11
2001-07-26Throughout, reorganize header file inclusion to put security.h prior toChristopher Faylor1-0/+1
2001-04-18Throughout, change fdtab references to cygheap->fdtab.Christopher Faylor1-2/+3
2001-03-19* exceptions.cc (interruptible): Update debugging output.Christopher Faylor1-0/+2
2000-09-08Break out more header info into separate files. Use appropriate header filesChristopher Faylor1-0/+1
2000-09-03* Makefile.in: Add cygheap.o.Christopher Faylor1-20/+20
2000-08-22* winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h filesChristopher Faylor1-0/+1
2000-08-22* cygerrno.h: New file. Use this throughout whenever errno manipulation isChristopher Faylor1-0/+1
2000-08-12* poll.cc: Make winsup.h the first include file, re 2000-08-02 change.Christopher Faylor1-1/+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-2/+2
2000-08-11 * poll.cc: Allow any descriptor and any number of descriptors.Corinna Vinschen1-20/+34
2000-08-11 * poll.cc: Add bounds checking for file descriptors. Return POLLNVALCorinna Vinschen1-19/+22
2000-08-02* winsup.h: take out protections of environ, errno, allow C useDJ Delorie1-1/+1
2000-07-17 Patch suggested by Eric Fifer <EFifer@sanwaint.com>Corinna Vinschen1-3/+3
2000-07-04 * poll.cc (poll): Zero out `open_fds' as well.Corinna Vinschen1-0/+1
2000-07-04 * poll.cc: New file. Implement `poll' system call.Corinna Vinschen1-0/+63