Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-31 | Convert the crate to edition 2018 | Alan Somers | |
2020-05-17 | Replace void crate with Rust standard lib Infallible type | Ossi Herrala | |
std::convert::Infallible has been available since Rust 1.34 and nix currently targets Rust 1.36 or later so this should not cause problems. Fixes #1238 | |||
2017-12-04 | Stop reexporting `Errno` and its variants | Jonas Schievink | |
cc #664 (unsure if this is everything needed) | |||
2017-11-05 | Use libc_enum! where possible | Wolfgang Ginolas | |
Some enums which use different names for values than libc still set the discriminators manually. closes #254 | |||
2016-07-14 | Name enum variants after the libc constants | Sergey Bugaev | |
2016-07-14 | Revert "Manually match on RebootMode::*" | Sergey Bugaev | |
This reverts commit 012c6623c9c50aca91b81e6d30800613f515f898. | |||
2016-07-14 | Add some documentation | Sergey Bugaev | |
2016-07-14 | Switch Clone and Copy | Sergey Bugaev | |
2016-07-13 | Manually match on RebootMode::* | Sergey Bugaev | |
2016-07-13 | Use libc's declarations | Sergey Bugaev | |
2016-07-13 | Ignore the overflow for constants | Sergey Bugaev | |
Force using the constants even on x86 where they do not fit into isize (c_int) | |||
2016-07-13 | Add some basic docs for reboot::set_cad_enabled() | Sergey Bugaev | |
2016-07-13 | Add the initial implementation of reboot() | Sergey Bugaev | |