Actions
Feature #5640
closedwant epoll support
Start date:
2015-02-19
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
Gerrit CR:
Description
One of the differences that holds up porting software from Linux to illumos is that code that uses epoll must be reworked to use event ports. For both these applications and for lx-branded zones, we should add support for epoll to poll(7D). At the same time, we should change the language in the poll(7D) man page to note that the interface is not, in fact, going to "be removed in a future Solaris release."
Updated by Electric Monk over 6 years ago
- Status changed from New to Closed
- % Done changed from 90 to 100
git commit a5eb7107f06a6e23e8e77e8d3a84c1ff90a73ac6
commit a5eb7107f06a6e23e8e77e8d3a84c1ff90a73ac6 Author: Bryan Cantrill <bryan@joyent.com> Date: 2015-10-16T18:59:14.000Z 5640 want epoll support Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Garrett D'Amore <garrett@damore.org>
Actions