Andreas Kling
|
ae197deb6b
Kernel: Strongly typed user & group ID's
|
3 年之前 |
Andreas Kling
|
59335bd8ea
Kernel: Rename FileDescription::create() => try_create()
|
3 年之前 |
Andreas Kling
|
85546af417
Kernel: Rename Thread::BlockCondition to BlockerSet
|
3 年之前 |
Andreas Kling
|
7676edfb9b
Kernel: Stop allowing implicit conversion from KResult to int
|
3 年之前 |
Liav A
|
bf1adc2d5d
Kernel+LibC: Use 64 bit values for ino_t
|
3 年之前 |
Andreas Kling
|
cd5faf4e42
Kernel: Rename Range => VirtualRange
|
3 年之前 |
Andreas Kling
|
93d98d4976
Kernel: Move Kernel/Memory/ code into Kernel::Memory namespace
|
3 年之前 |
Andreas Kling
|
a1d7ebf85a
Kernel: Rename Kernel/VM/ to Kernel/Memory/
|
3 年之前 |
Andreas Kling
|
ad3ae7e0e8
Kernel: Fix handful of remaining "return -EFOO" mistakes
|
3 年之前 |
Peter Elliott
|
3fa2816642
Kernel+LibC: Implement fcntl(2) advisory locks
|
4 年之前 |
Andreas Kling
|
9457d83986
Kernel: Rename Locker => MutexLocker
|
4 年之前 |
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 年之前 |