summaryrefslogtreecommitdiff
path: root/src/sys/reboot.rs
AgeCommit message (Expand)Author
2022-11-06Reformat everythingAlex Saveau
2022-02-02Document reboot.rsRyan Zoeller
2021-09-19Clippy cleanupAlan Somers
2021-07-24Mark most C-derived enums as non_exhaustiveAlan Somers
2021-07-07Overhaul Nix's error typesAlan Somers
2020-05-31Convert the crate to edition 2018Alan Somers
2020-05-17Replace void crate with Rust standard lib Infallible typeOssi Herrala
2017-12-04Stop reexporting `Errno` and its variantsJonas Schievink
2017-11-05Use libc_enum! where possibleWolfgang Ginolas
2016-07-14Name enum variants after the libc constantsSergey Bugaev
2016-07-14Revert "Manually match on RebootMode::*"Sergey Bugaev
2016-07-14Add some documentationSergey Bugaev
2016-07-14Switch Clone and CopySergey Bugaev
2016-07-13Manually match on RebootMode::*Sergey Bugaev
2016-07-13Use libc's declarationsSergey Bugaev
2016-07-13Ignore the overflow for constantsSergey Bugaev
2016-07-13Add some basic docs for reboot::set_cad_enabled()Sergey Bugaev
2016-07-13Add the initial implementation of reboot()Sergey Bugaev