Andreas Kling
|
cee9528168
Kernel: Rename Lock to Mutex
|
4 年之前 |
Timothy
|
9715311837
AK+Kernel: Implement and use EnumBits has_any_flag()
|
4 年之前 |
Andreas Kling
|
d1395f2eb9
Kernel: Add FileDescription read/write API that bypasses current offset
|
4 年之前 |
Andreas Kling
|
0d39bd04d3
Kernel: Rename VFS => VirtualFileSystem
|
4 年之前 |
Daniel Bertalan
|
42d197cde7
Kernel: Fix miscellaneous warnings when building with Clang
|
4 年之前 |
Daniel Bertalan
|
f820917a76
Everywhere: Use nothrow new with `adopt_{ref,own}_if_nonnull`
|
4 年之前 |
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 年之前 |