summaryrefslogtreecommitdiff
path: root/src/sys/reboot.rs
AgeCommit message (Expand)Author
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