ladybird/Kernel/Library
Andreas Kling 79fa9765ca Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
We now use AK::Error and AK::ErrorOr<T> in both kernel and userspace!
This was a slightly tedious refactoring that took a long time, so it's
not unlikely that some bugs crept in.

Nevertheless, it does pass basic functionality testing, and it's just
real nice to finally see the same pattern in all contexts. :^)
2021-11-08 01:10:53 +01:00
..
ListedRefCounted.h Kernel: Stop leaking TmpFS inodes 2021-09-07 22:16:25 +02:00
ThreadSafeNonnullRefPtr.h Kernel: Split ScopedCritical so header is platform independent 2021-10-15 21:48:45 +01:00
ThreadSafeRefCounted.h AK+Kernel: Make automatically locking RefPtr & co a kernel-only thing 2021-10-07 19:27:30 +02:00
ThreadSafeRefPtr.h Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T> 2021-11-08 01:10:53 +01:00
ThreadSafeWeakPtr.h AK+Kernel: Make automatically locking RefPtr & co a kernel-only thing 2021-10-07 19:27:30 +02:00