Age | Commit message (Expand) | 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 |
2017-12-04 | Stop reexporting `Errno` and its variants | Jonas Schievink |
2017-11-05 | Use libc_enum! where possible | Wolfgang Ginolas |
2016-07-14 | Name enum variants after the libc constants | Sergey Bugaev |
2016-07-14 | Revert "Manually match on RebootMode::*" | Sergey Bugaev |
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 |
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 |