summaryrefslogtreecommitdiffstats
path: root/rust/kernel/error.rs
Commit message (Expand)AuthorAgeFilesLines
* rust: error: Add from_result() helperWedson Almeida Filho2023-04-121-0/+39
* rust: error: Add a helper to convert a C ERR_PTR to a `Result`Sven Van Asbroeck2023-04-121-1/+49
* rust: error: Add to_result() helperWedson Almeida Filho2023-04-121-1/+10
* rust: error: Add Error::from_errno{_unchecked}()Miguel Ojeda2023-04-121-0/+32
* rust: error: Add Error::to_ptr()Asahi Lina2023-04-121-0/+7
* rust: error: Rename to_kernel_errno() -> to_errno()Asahi Lina2023-04-121-1/+1
* rust: error: add `From` implementations for `Error`Wedson Almeida Filho2022-12-041-1/+44
* rust: error: add codes from `errno-base.h`Viktor Garske2022-12-041-0/+33
* rust: error: declare errors using macroFinn Behrens2022-12-041-2/+10
* rust: add `kernel` crateWedson Almeida Filho2022-09-281-0/+59