summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2016-09-06added documentation for getcwd and mkdir, changed test so that it compares ag...Philipp Keller
2016-09-06made it running with rust 1.2.0: the code for getcwd is now an exact copy of ...Philipp Keller
2016-09-05implemented mkdir, extended getcwd test to include long path namesPhilipp Keller
2016-09-03added test for getcwd, still not complete (needs to check also longer directo...Philipp Keller
2016-09-02implemented getcwd (returning Result<PathBuf>, reconciling all calls to expec...Philipp Keller
2016-08-15Get rid of a few warnings during compilation of testsPhilipp Matthias Schaefer
2016-06-13Added lseek to unistdAndrei Oprisan
2016-03-31Auto merge of #332 - kamalmarhubi:fork-enum, r=fiveopHomu
2016-03-30unistd: Redesign the enum returned by fork()Kamal Marhubi
2016-03-30socket: Respect IPv6 flowinfo and scope_id in InetAddr::from_stdKamal Marhubi
2016-03-30Use pause(2) in test_wait_signalKamal Marhubi
2016-03-21Use getuid(2) from nix instead of libc in test_mountKamal Marhubi
2016-03-21mount: Do not treat unshare(2) failure as test failureKamal Marhubi
2016-03-10update signalfd to use libc typesAlex Gulyás
2016-03-07Add gettidDave Hylands
2016-02-20Auto merge of #271 - abbradar:mqueue-fixes, r=kamalmarhubiHomu
2016-02-20mqueue: change types to allow more casesNikolay Amiantov
2016-02-20select: allow infinite timeoutNikolay Amiantov
2016-02-14linux: Add splice(2), tee(2), vmsplice(2)Kamal Marhubi
2016-02-12linux: Add sendfile(2)Kamal Marhubi
2016-01-29Convert MSG_ flags to bitflags! type.Philipp Matthias Schaefer
2016-01-29Add tests for sockopt (SndBuf, RcvBuf, SndBufForce, RcvBufForce)Frank Denis
2016-01-27Bring back mountKamal Marhubi
2016-01-27Add test for if_nametoindexKamal Marhubi
2016-01-25Add everything from poll.h.Utkarsh Kukreti
2016-01-18update libc to 0.2.2Mattis Marjak
2016-01-13Use tempdir for temporary files in testsKamal Marhubi
2016-01-13Fix compiler warnings in testsKamal Marhubi
2015-10-28Fix handling of sockaddr_un lengthsGeoffrey Thomas
2015-10-20Only run signalfd tests when feature is setCarl Lerche
2015-10-20Scope test by signalfdCarl 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-28added convenience functions for setting O_NONBLOCK on message queuesMarkus Jais
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-09-10Add signalfd supportAlex Gulyás
2015-09-03added support and tests for mq_setattrMarkus Jais
2015-09-03test_stat: Remove st_rdev testGeoffrey Thomas
2015-08-21Merge remote-tracking branch 'posborne/ioctl-rework'Carl Lerche
2015-08-17renamed test methods for mqueue and added mq_unlinkMarkus Jais
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-18added mq_getattr for LinuxMarkus Jais
2015-07-13Add status to WaitStatusJoseph Kain
2015-07-13Add support for preadv and pwritev to sys/uio on Linux.Trip Volpe
2015-07-10Fix comparisonCarl Lerche