summaryrefslogtreecommitdiff
path: root/test/sys/test_select.rs
AgeCommit message (Expand)Author
2020-05-31Convert the crate to edition 2018Alan Somers
2018-09-05Add wrapper for linux kernel module loadingPascal Bach
2018-04-28select: add pselect syscallAndreas Fuchs
2017-08-11Calculate `nfds` parameter for `select`Jonas Schievink
2017-06-06Skip failing MIPS testsBryant Mairs
2017-06-06Skip failing tests for Linux/PowerPCBryant Mairs
2016-11-19Add TimeSpec, a Newtype around libc::timespecAlan Somers
2016-11-16Fix intermittency in test_selectAlan Somers
2016-02-20select: allow infinite timeoutNikolay Amiantov
2016-01-13Fix compiler warnings in testsKamal Marhubi
2015-10-07Add sys::select::FdSet::clear.Utkarsh Kukreti
2015-09-28Add sys::select::FdSet and sys::select::select.Utkarsh Kukreti