summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/poll.cc
Commit message (Expand)AuthorAgeFilesLines
...
* * cygerrno.h: New file. Use this throughout whenever errno manipulation isChristopher Faylor2000-08-221-0/+1
* * poll.cc: Make winsup.h the first include file, re 2000-08-02 change.Christopher Faylor2000-08-121-1/+1
* * winsup.h: Split out dtable definitions into separate header file.Christopher Faylor2000-08-121-0/+1
* Rename hinfo -> dtable. Name the former dtable array 'fdtab'.Christopher Faylor2000-08-121-2/+2
* * poll.cc: Allow any descriptor and any number of descriptors.Corinna Vinschen2000-08-111-20/+34
* * poll.cc: Add bounds checking for file descriptors. Return POLLNVALCorinna Vinschen2000-08-111-19/+22
* * winsup.h: take out protections of environ, errno, allow C useDJ Delorie2000-08-021-1/+1
* Patch suggested by Eric Fifer <EFifer@sanwaint.com>Corinna Vinschen2000-07-171-3/+3
* * poll.cc (poll): Zero out `open_fds' as well.Corinna Vinschen2000-07-041-0/+1
* * poll.cc: New file. Implement `poll' system call.Corinna Vinschen2000-07-041-0/+63