Age | Commit message (Expand) | Author |
---|---|---|
2021-11-30 | Kernel: Add an error propagating KString::format(..) API :^) | Brian Gianforcaro |
2021-11-08 | Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T> | Andreas Kling |
2021-09-06 | Kernel: Make KString factories return KResultOr + use TRY() everywhere | Andreas Kling |
2021-07-14 | Kernel: Allow passing null pointer to delete | Daniel Bertalan |
2021-07-11 | Kernel: Use kfree_sized() in KString | Andreas Kling |
2021-06-02 | Kernel: Add operator delete for KString | Gunnar Beutner |
2021-05-31 | Kernel: Add KString::must_{..} factory methods | Brian Gianforcaro |
2021-05-29 | Kernel: Remove usage of adopt_own in KString | Brian Gianforcaro |
2021-05-28 | Kernel: Add KString, a single-owner string with OOM failure exposion | Andreas Kling |