summaryrefslogtreecommitdiff
path: root/test/test_poll.rs
AgeCommit message (Expand)Author
2022-12-11feat: I/O safety for 'sys/poll'Steve Lau
2022-06-24Fix all formating problems to pass CI formating testCostin-Robert Sin
2022-06-09ppoll: make sigmask parameter optionalStefano Garzarella
2021-09-19Fix #411 - Provide accessors for 'events' in PollFdConrad Meyer
2021-09-07Implement AsRawFd for PollFdConrad Meyer
2021-07-07Collapse Error into ErrnoAlan Somers
2021-07-07Overhaul Nix's error typesAlan Somers
2021-02-20Fix a non_fmt_panic warning with Rustc 1.52.0Alan Somers
2020-12-06Make the poll tests resilient against signalsAlan Somers
2020-07-26Support nullable timeout in ppollMikail Bagishov
2019-06-09Remove test of impl Debug for PollFdBryant Mairs
2019-02-12`PollFd` event flags renamed to `PollFlags` from `EventFlags`.Amanjeev Sethi
2018-12-16Allow 'cargo test' to complete successfully on NetBSD 8.0.Tom Pusateri
2018-04-19Implement Debug trait for PollFdZhouyu Qian
2017-12-02Upgrade to Bitflags 1.0Bryant Mairs
2017-10-14Add a test for ppollAlan Somers
2017-03-02Remove revents from PollFd::newBryant Mairs
2016-08-31Use libc in poll.rsPhilipp Matthias Schaefer
2016-01-25Add everything from poll.h.Utkarsh Kukreti