index
:
nix
fix/disable_tcsetattr_illumos
fix/safe_termios
master
Rust friendly bindings to *nix APIs
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
sys
/
reboot.rs
Age
Commit message (
Expand
)
Author
2022-11-06
Reformat everything
Alex Saveau
2022-02-02
Document reboot.rs
Ryan Zoeller
2021-09-19
Clippy cleanup
Alan Somers
2021-07-24
Mark most C-derived enums as non_exhaustive
Alan Somers
2021-07-07
Overhaul Nix's error types
Alan Somers
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