Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-02 | Upgrade to Bitflags 1.0 | Bryant Mairs | |
The libc_bitflags! macro was replaced with a non-recursive one supporting only public structs. I could not figure out how to make the old macro work with the upgrade, so I reworked part of the bitflags! macro directly to suit our needs, much as the original recursive macro was made. There are no uses of this macro for non-public structs, so this is not a problem for internal code. | |||
2017-10-14 | Add a test for ppoll | Alan Somers | |
2017-03-02 | Remove revents from PollFd::new | Bryant Mairs | |
revents is an output field so regardless of what value it is set to it will be overwritten by many of the function calls that take a PollFd. The only value that makes sense for the caller to pass in in `EventFlags::empty()` so we just hardcode that instead of making the caller do it. | |||
2016-08-31 | Use libc in poll.rs | Philipp Matthias Schaefer | |
2016-01-25 | Add everything from poll.h. | Utkarsh Kukreti | |