summaryrefslogtreecommitdiff
path: root/test/sys/test_select.rs
AgeCommit message (Expand)Author
2022-06-24Fix all formating problems to pass CI formating testCostin-Robert Sin
2021-11-27Avoid lock poisoning by using parking_lotRyan Zoeller
2021-10-21Fix unsoundness in `FdSet` methodstaylor.fish
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