Gunnar Beutner
|
bc3076f894
Kernel: Remove various other uses of ssize_t
|
4 年之前 |
Max Wipfli
|
90e229c9b5
Kernel: Use m_inode to stat in FileDescription::stat() if available
|
4 年之前 |
Max Wipfli
|
cac94b1c16
Kernel: Implement InodeFile::stat() and simplify FileDescription::stat()
|
4 年之前 |
Jelle Raaijmakers
|
3dab9d0b5c
Kernel: Implement offset for `lseek` with `SEEK_END`
|
4 年之前 |
Brian Gianforcaro
|
b8fd52fad6
Kernel: Remove unused header from FileDescription.cpp
|
4 年之前 |
Brian Gianforcaro
|
a643ee5759
Kernel: Move FileDescription::get_dir_entries to KResultOr<ssize_t>
|
4 年之前 |
Brian Gianforcaro
|
12ab0dcee0
Kernel: Make FileDescription::create() APIs OOM safe
|
4 年之前 |
sin-ack
|
fe5ca6ca27
Kernel: Implement multi-watch InodeWatcher :^)
|
4 年之前 |
Mart G
|
b00cdf8ed8
Kernel+LibC: Make get_dir_entries syscall retriable
|
4 年之前 |
Gunnar Beutner
|
7a1d09ef1a
Kernel: Closing a file descriptor should not always close the file
|
4 年之前 |
Brian Gianforcaro
|
8d6e9fad40
Kernel: Remove the now defunct `LOCKER(..)` macro.
|
4 年之前 |
Andreas Kling
|
b91c49364d
AK: Rename adopt() to adopt_ref()
|
4 年之前 |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 年之前 |
Andreas Kling
|
d48666489c
Kernel: Make FileDescription::seek() return KResultOr<off_t>
|
4 年之前 |
Jean-Baptiste Boric
|
6698fd84ff
Kernel: Refactor storage stack with u64 as mmap offset
|
4 年之前 |
Brian Gianforcaro
|
5f6ab77352
Kernel: Add bitwise operators for Thread::FileBlocker::BlockFlags enum
|
4 年之前 |
Andreas Kling
|
5d180d1f99
Everywhere: Rename ASSERT => VERIFY
|
4 年之前 |
Brian Gianforcaro
|
2139e0a201
Kernel: Handle overflow in FileDescription::seek(, SEEK_CUR)
|
4 年之前 |
Andreas Kling
|
e44c1792a7
Kernel: Add distinct InodeIndex type
|
4 年之前 |
AnotherTest
|
09a43969ba
Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...)
|
4 年之前 |
Andreas Kling
|
e1236dac3e
Kernel: Check for off_t overflow in FileDescription::read/write
|
4 年之前 |
asynts
|
7cf0c7cc0d
Meta: Split debug defines into multiple headers.
|
4 年之前 |
Andreas Kling
|
ab14b0ac64
Kernel: Hoist VM range allocation up to sys$mmap() itself
|
4 年之前 |
asynts
|
8465683dcf
Everywhere: Debug macros instead of constexpr.
|
4 年之前 |
asynts
|
67583bc424
Everywhere: Replace a bundle of dbg with dbgln.
|
4 年之前 |
Tom
|
f98ca35b83
Kernel: Improve ProcFS behavior in low memory conditions
|
4 年之前 |
Lenny Maiorani
|
765936ebae
Everywhere: Switch from (void) to [[maybe_unused]] (#4473)
|
4 年之前 |
Andreas Kling
|
8e79bde2b7
Kernel: Move KBufferBuilder to the fallible KBuffer API
|
4 年之前 |
Tom
|
046d6855f5
Kernel: Move block condition evaluation out of the Scheduler
|
4 年之前 |
Andreas Kling
|
541579bc04
Kernel: Remove unnecessary SmapDisablers in FileDescription
|
4 年之前 |