summaryrefslogtreecommitdiff
path: root/test/sys/mod.rs
AgeCommit message (Expand)Author
2019-02-21Added inotify bindings for Linux and Android.Vincent Dagonneau
2018-10-21Added ptrace support for BSDsxd009642
2018-07-04Add a sysinfo wrapperJonas Schievink
2018-04-28select: add pselect syscallAndreas Fuchs
2017-12-19Fix support for DragonFlyMichael Neumann
2017-08-11Calculate `nfds` parameter for `select`Jonas Schievink
2017-07-18Remove signalfd feature in favor of conditional compilationBryant Mairs
2017-07-08Enable ptrace on all Linux platformsGeoffrey Thomas
2017-06-04Add pthread_selfking6cong
2017-01-26Auto merge of #483 - asomers:aio2, r=posborneHomu
2016-12-16Add POSIX AIO supportAlan Somers
2016-12-11test/mod.rs: only test epoll on linux.qupeng
2016-12-11fix #480 and add simple test cases for that.qupeng
2016-11-14Make signal argument to kill optionalPhilipp Matthias Schaefer
2016-01-29Add tests for sockopt (SndBuf, RcvBuf, SndBufForce, RcvBufForce)Frank Denis
2015-10-20Only run signalfd tests when feature is setCarl Lerche
2015-09-28Add sys::select::FdSet and sys::select::select.Utkarsh Kukreti
2015-07-13Add status to WaitStatusJoseph Kain
2015-05-12ioctl: implement generic support for the ioctl syscall and supporting functionsPaul Osborne
2015-02-21Fix uio and add SockAddr conversionsCarl Lerche
2015-02-21Cleanup readv & writev + testsCarl Lerche