Liav A
|
aaa1de7878
Kernel: Move {Virtual,Physical}Address classes to the Memory directory
|
2 yıl önce |
Andreas Kling
|
d1371d66f7
Kernel: Use non-locking {Nonnull,}RefPtr for OpenFileDescription
|
2 yıl önce |
Andreas Kling
|
4dd148f07c
Kernel: Add File::is_regular_file()
|
2 yıl önce |
Andreas Kling
|
30861daa93
Kernel: Simplify the File memory-mapping API
|
2 yıl önce |
Andreas Kling
|
cf16b2c8e6
Kernel: Wrap process address spaces in SpinlockProtected
|
2 yıl önce |
Andreas Kling
|
006f753647
Kernel: Make File::{chown,chmod} take credentials as input
|
2 yıl önce |
Andreas Kling
|
11eee67b85
Kernel: Make self-contained locking smart pointers their own classes
|
2 yıl önce |
Andreas Kling
|
e475263113
AK+Kernel: Add AK::AtomicRefCounted and use everywhere in the kernel
|
2 yıl önce |
Idan Horowitz
|
086969277e
Everywhere: Run clang-format
|
3 yıl önce |
Idan Horowitz
|
c8ab7bde3b
Kernel: Use try_make_weak_ptr() instead of make_weak_ptr()
|
3 yıl önce |
Idan Horowitz
|
664ca58746
Kernel: Use u64 instead of size_t for File::can_write offset
|
3 yıl önce |
Idan Horowitz
|
9ce537d703
Kernel: Use u64 instead of size_t for File::can_read offset
|
3 yıl önce |
Idan Horowitz
|
9d034785de
Kernel: Make File::unref virtual
|
3 yıl önce |
Idan Horowitz
|
6e2a82df13
Kernel: Port File to RefCounted
|
3 yıl önce |
Idan Horowitz
|
4a3a947df3
Kernel: Rename File::{before_removing => will_be_destroyed}
|
3 yıl önce |
Andreas Kling
|
0ae8702692
Kernel: Make File::stat() & friends return Error<struct stat>
|
3 yıl önce |
Hendiadyoin1
|
e34eb3e36d
Kernel: Remove unused String.h includes
|
3 yıl önce |
Andrew Kaster
|
a92132e44a
Kernel: Resolve clang-tidy readability-implicit-bool-conversion warnings
|
3 yıl önce |
Andreas Kling
|
79fa9765ca
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
|
3 yıl önce |
Ben Wiederhake
|
c05c5a7ff4
Kernel: Clarify ambiguous {File,Description}::absolute_path
|
3 yıl önce |
TheFightingCatfish
|
a81b21c1a7
Kernel+LibC: Implement fsync
|
3 yıl önce |
Liav A
|
f5de4f24b2
Kernel/Devices: Defer creation of SysFS component after the constructor
|
3 yıl önce |
Andreas Kling
|
4a9c18afb9
Kernel: Rename FileDescription => OpenFileDescription
|
3 yıl önce |
sin-ack
|
566c5d1e99
AK+Kernel: Move KResult.h to Kernel/API for userspace access
|
3 yıl önce |
Andreas Kling
|
e851a77346
Kernel: Rename FileBlocker::unblock() => unblock_if_conditions_are_met()
|
3 yıl önce |
Andreas Kling
|
ae197deb6b
Kernel: Strongly typed user & group ID's
|
3 yıl önce |
Andreas Kling
|
b30081b49a
Kernel: Rename BlockerSet::unblock() to something more accurate
|
3 yıl önce |
Andreas Kling
|
85546af417
Kernel: Rename Thread::BlockCondition to BlockerSet
|
3 yıl önce |
Andreas Kling
|
53019f413c
Kernel: Mark BlockCondition subclasses as final
|
3 yıl önce |
Andreas Kling
|
d60635cb9d
Kernel: Convert Processor::in_irq() to static current_in_irq()
|
3 yıl önce |