summaryrefslogtreecommitdiffstats
path: root/runtime/nspoll.h
Commit message (Collapse)AuthorAgeFilesLines
* milestone commit: first working version with epoll/tcpRainer Gerhards2009-11-231-1/+1
| | | | ... but not well-tested, so there may be many hidden bugs.
* milestone: working towards utilizing epoll interfaceRainer Gerhards2009-11-191-1/+1
| | | | NOTE: this version does NOT run - tcp-based servers are defunct.
* milestone commit: first driver layer call doneRainer Gerhards2009-11-181-2/+12
| | | | | ... does not really run. We can now call into the epoll driver, but not handle epoll(). The driver also needs more modifications.
* added skeleton for supporting epoll() API in netstream subsystemRainer Gerhards2009-11-181-0/+55