kleines Filmröllchen
|
a6a439243f
Kernel: Turn lock ranks into template parameters
|
2 years ago |
Andreas Kling
|
728c3fbd14
Kernel: Use RefPtr instead of LockRefPtr for Custody
|
2 years ago |
Andreas Kling
|
11eee67b85
Kernel: Make self-contained locking smart pointers their own classes
|
2 years ago |
Andreas Kling
|
cb04caa18e
Kernel: Protect the Custody cache with a spinlock
|
2 years ago |
Andreas Kling
|
17de393253
Kernel: Remove outdated FIXME in Custody.h
|
2 years ago |
Idan Horowitz
|
d2ffcfb762
Kernel: Remove the Custody::absolute_path() API
|
3 years ago |
Idan Horowitz
|
81e23617d6
Kernel: Port Custody to ListedRefCounted
|
3 years ago |
Andreas Kling
|
3399b6c57f
Kernel: Remove old SlabAllocator :^)
|
3 years ago |
Andreas Kling
|
43099fb387
Kernel: Remove all uses of MAKE_SLAB_ALLOCATED()
|
3 years ago |
Andreas Kling
|
79fa9765ca
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
|
3 years ago |
Ali Mohammad Pur
|
5a0cdb15b0
AK+Everywhere: Reduce the number of template parameters of IntrusiveList
|
3 years ago |
Andreas Kling
|
cda2b9e71c
Kernel: Improvements to Custody absolute path serialization
|
3 years ago |
sin-ack
|
566c5d1e99
AK+Kernel: Move KResult.h to Kernel/API for userspace access
|
3 years ago |
Andreas Kling
|
d6d7d11590
Kernel: Cache Custody objects (weakly) to avoid expensive reconstruction
|
4 years ago |
Andreas Kling
|
7a4e6257b7
Kernel: Switch Custody to east-const style
|
4 years ago |
Max Wipfli
|
95f769ea51
Kernel: Add Custody::try_create_absolute_path()
|
4 years ago |
Andreas Kling
|
9d801d2345
Kernel: Rename Custody::create() => try_create()
|
4 years ago |
Andreas Kling
|
9a827ad3da
Kernel: Use a KString for Custody::m_name
|
4 years ago |
Brian Gianforcaro
|
5dc5f31f76
Kernel: Replace bare new in Custody::create() with adopt_ref_if_nonnull
|
4 years ago |
Brian Gianforcaro
|
0b7395848a
Kernel: Plumb OOM propagation through Custody factory
|
4 years ago |
Andreas Kling
|
b91c49364d
AK: Rename adopt() to adopt_ref()
|
4 years ago |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 years ago |
Sergey Bugaev
|
fdb71cdf8f
Kernel: Support read-only filesystem mounts
|
5 years ago |
Andreas Kling
|
d5fe839166
Kernel: Remove unused artifacts of the Custody cache
|
5 years ago |
Andreas Kling
|
6428669a37
Kernel: Make Custody slab-allocated
|
5 years ago |
Andreas Kling
|
635ae70b8f
Kernel: More header dependency reduction work
|
5 years ago |
Andreas Kling
|
a356e48150
Kernel: Move all code into the Kernel namespace
|
5 years ago |
Andreas Kling
|
94ca55cefd
Meta: Add license header to source files
|
5 years ago |
Sergey Bugaev
|
4566c2d811
Kernel+LibC: Add support for mount flags
|
5 years ago |
Andreas Kling
|
73fdbba59c
AK: Rename <AK/AKString.h> to <AK/String.h>
|
5 years ago |