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