Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | event/EventFD: move to libsystem | Max Kellermann | 2013-08-07 | 1 | -57/+0 |
| | |||||
* | event/Event{Pipe,FD}: auto-create in constructor | Max Kellermann | 2013-08-07 | 1 | -15/+3 |
| | | | | Errors are fatal now. This makes the class a lot easier to use. | ||||
* | configure.ac: add option --enable-eventfd | Max Kellermann | 2013-08-06 | 1 | -0/+69 |
Remove the runtime check for eventfd(), hard-code the feature once it's been selected at compile time. The class WakeFD is splitted into EventFD and EventPipe, using WakeFD as a macro diversion. |