summaryrefslogtreecommitdiff
path: root/src/sys/select.rs
AgeCommit message (Expand)Author
2018-07-11Enable the select tests on powerpc and mipsJonas Schievink
2018-04-28select: add pselect syscallAndreas Fuchs
2018-01-28Require Debug impls for all typesBryant Mairs
2018-01-28Implement Copy/Clone for all types missing itBryant Mairs
2018-01-28Deny unused qualificationsBryant Mairs
2017-12-11Merge #806bors[bot]
2017-12-10Cleanup doc warningsBryant Mairs
2017-12-04Stop reexporting `Errno` and its variantsJonas Schievink
2017-10-08Replace most Linux man page links with Open Group man page linksAlan Somers
2017-08-16Replace ffi declarations for selectBryant Mairs
2017-08-11Calculate `nfds` parameter for `select`Jonas Schievink
2017-04-16Self should not be mutated (pull request 564)diekmann
2016-11-25Fix use-after-free in selectAlan Somers
2016-11-19Make TimeVal a NewTypeAlan Somers
2016-08-25Implement `Clone` for `FdSet` on Mac/iOSMurarth
2016-02-20select: make FdSet CloneableNikolay Amiantov
2016-02-20select: allow infinite timeoutNikolay Amiantov
2016-01-28Move errno::Result back to crate rootarcnmx
2016-01-28Errno::result()arcnmx
2015-10-07Add sys::select::FdSet::clear.Utkarsh Kukreti
2015-09-28Add sys::select::FdSet and sys::select::select.Utkarsh Kukreti