summaryrefslogtreecommitdiff
path: root/Kernel/KString.cpp
AgeCommit message (Expand)Author
2021-11-30Kernel: Add an error propagating KString::format(..) API :^)Brian Gianforcaro
2021-11-08Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>Andreas Kling
2021-09-06Kernel: Make KString factories return KResultOr + use TRY() everywhereAndreas Kling
2021-07-14Kernel: Allow passing null pointer to deleteDaniel Bertalan
2021-07-11Kernel: Use kfree_sized() in KStringAndreas Kling
2021-06-02Kernel: Add operator delete for KStringGunnar Beutner
2021-05-31Kernel: Add KString::must_{..} factory methodsBrian Gianforcaro
2021-05-29Kernel: Remove usage of adopt_own in KStringBrian Gianforcaro
2021-05-28Kernel: Add KString, a single-owner string with OOM failure exposionAndreas Kling