aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/poll.cc
AgeCommit message (Expand)AuthorFilesLines
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