summaryrefslogtreecommitdiff
path: root/test/test_fcntl.rs
AgeCommit message (Expand)Author
2019-08-22update readlink to return the path instead of mangling the bufferSendil Kumar
2019-08-22fix readlink/readlinkat to return too long only when it is longSendil Kumar
2019-07-17Add renameatScott Lamb
2019-07-09implement posix_fadviseKevin Wern
2019-06-12Implement `copy_file_range()`Árni Dagur
2018-09-01deps: update tempfile to 3Igor Gnatenko
2017-12-20Remove elided 'static lifetimeBryant Mairs
2017-12-20Use write_all instead of writeBryant Mairs
2017-12-02Upgrade to Bitflags 1.0Bryant Mairs
2017-10-07Add test for 'fallocate'Sanchayan Maity
2017-03-22add support `readlink|readlinkat`Jörg Thalheim
2017-03-21add support for `openat`Jörg Thalheim
2016-02-14linux: Add splice(2), tee(2), vmsplice(2)Kamal Marhubi