Idan Horowitz
|
9d034785de
Kernel: Make File::unref virtual
|
3 years ago |
Idan Horowitz
|
6e2a82df13
Kernel: Port File to RefCounted
|
3 years ago |
Idan Horowitz
|
4a3a947df3
Kernel: Rename File::{before_removing => will_be_destroyed}
|
3 years ago |
Andreas Kling
|
0ae8702692
Kernel: Make File::stat() & friends return Error<struct stat>
|
3 years ago |
Hendiadyoin1
|
e34eb3e36d
Kernel: Remove unused String.h includes
|
3 years ago |
Andrew Kaster
|
a92132e44a
Kernel: Resolve clang-tidy readability-implicit-bool-conversion warnings
|
3 years ago |
Andreas Kling
|
79fa9765ca
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
|
3 years ago |
Ben Wiederhake
|
c05c5a7ff4
Kernel: Clarify ambiguous {File,Description}::absolute_path
|
3 years ago |
TheFightingCatfish
|
a81b21c1a7
Kernel+LibC: Implement fsync
|
3 years ago |
Liav A
|
f5de4f24b2
Kernel/Devices: Defer creation of SysFS component after the constructor
|
3 years ago |
Andreas Kling
|
4a9c18afb9
Kernel: Rename FileDescription => OpenFileDescription
|
3 years ago |
sin-ack
|
566c5d1e99
AK+Kernel: Move KResult.h to Kernel/API for userspace access
|
3 years ago |
Andreas Kling
|
e851a77346
Kernel: Rename FileBlocker::unblock() => unblock_if_conditions_are_met()
|
3 years ago |
Andreas Kling
|
ae197deb6b
Kernel: Strongly typed user & group ID's
|
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 |
Andreas Kling
|
53019f413c
Kernel: Mark BlockCondition subclasses as final
|
3 years ago |
Andreas Kling
|
d60635cb9d
Kernel: Convert Processor::in_irq() to static current_in_irq()
|
3 years ago |
Andreas Kling
|
c922a7da09
Kernel: Rename ScopedSpinlock => SpinlockLocker
|
3 years ago |
Andreas Kling
|
55adace359
Kernel: Rename SpinLock => Spinlock
|
3 years ago |
Andreas Kling
|
641083f3b8
Kernel: Customize File::unref() and make it virtual
|
4 years ago |
Andreas Kling
|
cd5faf4e42
Kernel: Rename Range => VirtualRange
|
4 years ago |
Andreas Kling
|
93d98d4976
Kernel: Move Kernel/Memory/ code into Kernel::Memory namespace
|
4 years ago |
Brian Gianforcaro
|
de9ff0af50
Kernel: Modify the IOCTL API to return KResult
|
4 years ago |
Brian Gianforcaro
|
9a04f53a0f
Kernel: Utilize AK::Userspace<T> in the ioctl interface
|
4 years ago |
Andreas Kling
|
c9f6786e8b
Kernel: Make various T::class_name() and similar return StringView
|
4 years ago |
sin-ack
|
fe5ca6ca27
Kernel: Implement multi-watch InodeWatcher :^)
|
4 years ago |
Gunnar Beutner
|
7a1d09ef1a
Kernel: Closing a file descriptor should not always close the file
|
4 years ago |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 years ago |
Michel Hermier
|
4ac49eabd5
Kernel: Remove unused FileBlockCondition::m_file.
|
4 years ago |