Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-20 | Remove elided 'static lifetime | Bryant Mairs | |
As of Rust 1.17 'static lifetimes are implied when declaring consts. | |||
2017-12-20 | Use write_all instead of write | Bryant Mairs | |
Several tests make the assumption that all data is written, which is not guaranteed with write(), so use write_all() instead. | |||
2017-12-02 | Upgrade to Bitflags 1.0 | Bryant Mairs | |
The libc_bitflags! macro was replaced with a non-recursive one supporting only public structs. I could not figure out how to make the old macro work with the upgrade, so I reworked part of the bitflags! macro directly to suit our needs, much as the original recursive macro was made. There are no uses of this macro for non-public structs, so this is not a problem for internal code. | |||
2017-10-07 | Add test for 'fallocate' | Sanchayan Maity | |
2017-03-22 | add support `readlink|readlinkat` | Jörg Thalheim | |
2017-03-21 | add support for `openat` | Jörg Thalheim | |
2016-02-14 | linux: Add splice(2), tee(2), vmsplice(2) | Kamal Marhubi | |