summaryrefslogtreecommitdiff
path: root/test/sys
AgeCommit message (Expand)Author
2015-10-28Fix handling of sockaddr_un lengthsGeoffrey Thomas
2015-10-20Only run signalfd tests when feature is setCarl Lerche
2015-10-07Add sys::select::FdSet::clear.Utkarsh Kukreti
2015-10-06Add support for sendmsg(2), recvmsg(2), and cmsg(3)Geoffrey Thomas
2015-09-28Revert "Add support for sendmsg(2), recvmsg(2), and cmsg(4)"Carl Lerche
2015-09-28Add sys::select::FdSet and sys::select::select.Utkarsh Kukreti
2015-09-24Add support for sendmsg(2), recvmsg(2), and cmsg(4)Geoffrey Thomas
2015-08-12ioctl: return result type rather than raw integerPaul Osborne
2015-08-12conditionally enable ioctl test for linuxCorey Richardson
2015-08-12Fix testsCorey Richardson
2015-07-27Make it compatible for Android.Tim JIANG
2015-07-13Add status to WaitStatusJoseph Kain
2015-07-13Add support for preadv and pwritev to sys/uio on Linux.Trip Volpe
2015-07-04Fix off-by-one error calling Rng::gen_rangeJoseph Kain
2015-06-05Add pwrite and preadFlorian Hartwig
2015-05-21Test sockopt const valuesCarl Lerche
2015-05-12ioctl: implement generic support for the ioctl syscall and supporting functionsPaul Osborne
2015-05-05feat: add execvpeQingping Hou
2015-04-11Add socketpairFlorian Hartwig
2015-04-01Remove usage of std::num::IntCarl Lerche
2015-03-28Track Rust nightlyCarl Lerche
2015-03-25Tweak conversion in testCarl Lerche
2015-03-25Track Rust masterCarl Lerche
2015-03-24NixResult -> nix::Result; NixError -> nix::ErrorCarl Lerche
2015-03-19Track Rust nightliesCarl Lerche
2015-02-27Further SockAddr & NixPath cleanupCarl Lerche
2015-02-25Large cleanup, mostly of socket functionsCarl Lerche
2015-02-22Remove prefix from SockAddr variantsCarl Lerche
2015-02-22Implement round trip SockAddr conversionsCarl Lerche
2015-02-21Fix uio and add SockAddr conversionsCarl Lerche
2015-02-21Cleanup readv & writev + testsCarl Lerche