TheFightingCatfish
|
a81b21c1a7
Kernel+LibC: Implement fsync
|
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
|
ed5d04b0ea
Kernel: Use KResultOr and TRY() for FIFO
|
3 years ago |
Andreas Kling
|
4a9c18afb9
Kernel: Rename FileDescription => OpenFileDescription
|
3 years ago |
Andreas Kling
|
2065ced8f6
Kernel: Make KBufferBuilder::append() & friends return KResult
|
3 years ago |
Andreas Kling
|
48a0b31c47
Kernel: Make copy_{from,to}_user() return KResult and use TRY()
|
3 years ago |
Andreas Kling
|
b2950c67ea
Kernel: Use TRY() in Inode
|
3 years ago |
Andreas Kling
|
55adace359
Kernel: Rename SpinLock => Spinlock
|
3 years ago |
Andreas Kling
|
ed6f84c2c9
Kernel: Rename SpinLockProtectedValue<T> => SpinLockProtected<T>
|
3 years ago |
Andreas Kling
|
ea09294351
Kernel: Port Inode to ListedRefCounted
|
3 years ago |
Andreas Kling
|
c94c15d45c
Everywhere: Replace AK::Singleton => Singleton
|
3 years ago |
Andreas Kling
|
93d98d4976
Kernel: Move Kernel/Memory/ code into Kernel::Memory namespace
|
3 years ago |
Andreas Kling
|
a1d7ebf85a
Kernel: Rename Kernel/VM/ to Kernel/Memory/
|
3 years ago |
Brian Gianforcaro
|
8d3b819daf
Kernel: Handle OOM from DoubleBuffer creation in FIFO creation
|
4 years ago |
Andreas Kling
|
f9b7ea6de9
Revert "Kernel: Use IntrusiveList for keeping track of InodeWatchers"
|
4 years ago |
Andreas Kling
|
43d6a7e74e
Kernel: Use IntrusiveList for keeping track of InodeWatchers
|
4 years ago |
Peter Elliott
|
3fa2816642
Kernel+LibC: Implement fcntl(2) advisory locks
|
4 years ago |
Andreas Kling
|
9457d83986
Kernel: Rename Locker => MutexLocker
|
4 years ago |
Andreas Kling
|
3b805a57e6
Kernel: Rename Inode::m_lock => m_inode_lock
|
4 years ago |
Andreas Kling
|
63e1423830
Kernel: Remove unused Inode::is_shared_vmobject()
|
4 years ago |
Andreas Kling
|
0d39bd04d3
Kernel: Rename VFS => VirtualFileSystem
|
4 years ago |
Andreas Kling
|
d53d9d3677
Kernel: Rename FS => FileSystem
|
4 years ago |
Gunnar Beutner
|
58c182b19e
Kernel: Update check in Inode::read_entire
|
4 years ago |
Gunnar Beutner
|
bc3076f894
Kernel: Remove various other uses of ssize_t
|
4 years ago |
Brian Gianforcaro
|
493d4d1cd7
Kernel: Switch Inode to IntrusiveList from InlineLinkedList
|
4 years ago |
sin-ack
|
fe5ca6ca27
Kernel: Implement multi-watch InodeWatcher :^)
|
4 years ago |
Brian Gianforcaro
|
234c6ae32d
Kernel: Change Inode::{read/write}_bytes interface to KResultOr<ssize_t>
|
4 years ago |
Andreas Kling
|
cd9be1733c
Kernel: Make Inode::set_{a,c,m}time return KResult
|
4 years ago |
Brian Gianforcaro
|
8d6e9fad40
Kernel: Remove the now defunct `LOCKER(..)` macro.
|
4 years ago |