summaryrefslogtreecommitdiff
path: root/rust/kernel/sysctl.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* rust: kernel: use `core::ffi` instead of `kernel::c_types`Miguel Ojeda2022-06-301-5/+5
* rust: move error codes to the `error::code` moduleWedson Almeida Filho2022-03-151-11/+13
* rust: kernel: sysctl: do not use `vec!`Miguel Ojeda2021-12-021-17/+16
* rust: kernel: use the new `try_*` methodsMiguel Ojeda2021-07-011-1/+1
* rust: add example unit testsMiguel Ojeda2021-06-071-0/+12
* rust: kernel: clean `unsafe_op_in_unsafe_fn` warningsMiguel Ojeda2021-06-041-6/+6
* rust: CStr overhaulGary Guo2021-05-261-6/+6
* Rename `KernelResult` to just `Result`.Wedson Almeida Filho2021-05-111-7/+7
* Introduce a new `io_buffer` module.Wedson Almeida Filho2021-04-271-5/+6
* `access_ok` is no longer needed.Wedson Almeida Filho2021-03-311-4/+1
* Merge pull request #131 from wedsonaf/resultMiguel Ojeda2021-03-211-6/+6
|\
| * Add default value for the first parameter of `KernelResult`.Wedson Almeida Filho2021-03-211-6/+6
* | Add function to read plain old data (POD) types.Wedson Almeida Filho2021-03-211-1/+1
|/
* Add missing docs, enforce `missing-docs` and add the `compiler_builtins` crateMiguel Ojeda2021-02-251-4/+17
* Use `rustc` directly instead of `cargo`Miguel Ojeda2021-01-201-0/+175