Liav A
|
c88cc8557f
Kernel/FileSystem: Make Inode::{write,read}_bytes methods non-virtual
|
2 years ago |
Andreas Kling
|
11eee67b85
Kernel: Make self-contained locking smart pointers their own classes
|
2 years ago |
sin-ack
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
3 years ago |
Tim Schumacher
|
3b3af58cf6
Kernel: Annotate all `KBuffer` and `DoubleBuffer` with a custom name
|
3 years ago |
Liav A
|
58acdce41f
Kernel/FileSystem: Simplify even more the mount syscall
|
3 years ago |
Idan Horowitz
|
086969277e
Everywhere: Run clang-format
|
3 years ago |
Lenny Maiorani
|
190cf1507b
Kernel: Use default constructors/destructors
|
3 years ago |
mjz19910
|
3102d8e160
Everywhere: Fix many spelling errors
|
3 years ago |
Hendiadyoin1
|
47a39e425c
Kernel: Remove else statements after return in Plan9FileSystem.cpp
|
3 years ago |
Hendiadyoin1
|
4cec16a713
Kernel: Add implied auto-specifiers in FileSystem
|
3 years ago |
Sam Atkins
|
c6a97ea843
Kernel: Mark kernel smart-pointer classes as [[nodiscard]]
|
3 years ago |
Andreas Kling
|
8b1108e485
Everywhere: Pass AK::StringView by value
|
3 years ago |
Andreas Kling
|
5ce753b74d
Kernel: Make Inode::traverse_as_directory() callback return ErrorOr
|
3 years ago |
Andreas Kling
|
79fa9765ca
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
|
3 years ago |
Andreas Kling
|
6f69d5204f
Kernel: Make Inode::flush_metadata() return a KResult
|
3 years ago |
Andreas Kling
|
524ef5e475
Kernel: Add KBuffer::bytes() and use it
|
3 years ago |
Andreas Kling
|
300402cc14
Kernel: Make it possible for KBufferBuilder creation to fail
|
3 years ago |
Andreas Kling
|
899cee8185
Kernel: Make KBuffer::try_create_with_size() return KResultOr
|
3 years ago |
Andreas Kling
|
4a9c18afb9
Kernel: Rename FileDescription => OpenFileDescription
|
3 years ago |
Andreas Kling
|
55b0b06897
Kernel: Store process names as KString
|
3 years ago |
Andreas Kling
|
b481132418
Kernel: Make UserOrKernelBuffer return KResult from read/write/memset
|
3 years ago |
Andreas Kling
|
2065ced8f6
Kernel: Make KBufferBuilder::append() & friends return KResult
|
3 years ago |
Andreas Kling
|
18dbafec85
Kernel: Use TRY() more in Plan9FS
|
3 years ago |
Andreas Kling
|
d34f2b643e
Kernel: Tidy up Plan9FS construction a bit
|
3 years ago |
Andreas Kling
|
211c1c087d
Kernel/Plan9FS: Use KString instead of String in one place
|
3 years ago |
Andreas Kling
|
ae197deb6b
Kernel: Strongly typed user & group ID's
|
3 years ago |
Andreas Kling
|
82c3cc4640
Kernel: Move Blocker setup out from constructors into setup_blocker()
|
3 years ago |
Andreas Kling
|
7006cb82bd
Kernel: Rename Blocker::not_blocking(bool) to something more descriptive
|
3 years ago |
Andreas Kling
|
b30081b49a
Kernel: Rename BlockerSet::unblock() to something more accurate
|
3 years ago |
Andreas Kling
|
85546af417
Kernel: Rename Thread::BlockCondition to BlockerSet
|
3 years ago |