Andreas Kling
|
ae197deb6b
Kernel: Strongly typed user & group ID's
|
3 лет назад |
Andreas Kling
|
59335bd8ea
Kernel: Rename FileDescription::create() => try_create()
|
3 лет назад |
Andreas Kling
|
b30081b49a
Kernel: Rename BlockerSet::unblock() to something more accurate
|
3 лет назад |
Andreas Kling
|
85546af417
Kernel: Rename Thread::BlockCondition to BlockerSet
|
3 лет назад |
Andreas Kling
|
cd5faf4e42
Kernel: Rename Range => VirtualRange
|
4 лет назад |
Andreas Kling
|
93d98d4976
Kernel: Move Kernel/Memory/ code into Kernel::Memory namespace
|
4 лет назад |
Peter Elliott
|
3fa2816642
Kernel+LibC: Implement fcntl(2) advisory locks
|
4 лет назад |
Andreas Kling
|
cee9528168
Kernel: Rename Lock to Mutex
|
4 лет назад |
Andreas Kling
|
d1395f2eb9
Kernel: Add FileDescription read/write API that bypasses current offset
|
4 лет назад |
Andreas Kling
|
0d39bd04d3
Kernel: Rename VFS => VirtualFileSystem
|
4 лет назад |
Gunnar Beutner
|
bc3076f894
Kernel: Remove various other uses of ssize_t
|
4 лет назад |
Brian Gianforcaro
|
a643ee5759
Kernel: Move FileDescription::get_dir_entries to KResultOr<ssize_t>
|
4 лет назад |
sin-ack
|
fe5ca6ca27
Kernel: Implement multi-watch InodeWatcher :^)
|
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 лет назад |
Ben Wiederhake
|
860a3bbce3
Kernel: Use default con/de-structors
|
4 лет назад |
Ben Wiederhake
|
46e5890152
Kernel: Add forgotten 'const' flag
|
4 лет назад |
Andreas Kling
|
ab14b0ac64
Kernel: Hoist VM range allocation up to sys$mmap() itself
|
4 лет назад |
Tom
|
f98ca35b83
Kernel: Improve ProcFS behavior in low memory conditions
|
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 лет назад |
Tom
|
c8d9f1b9c9
Kernel: Make copy_to/from_user safe and remove unnecessary checks
|
4 лет назад |
Andreas Kling
|
5444cabd39
Kernel: Rename FileDescription::fstat() => stat()
|
4 лет назад |
Andreas Kling
|
62ec6e5fe0
Kernel: Make Inode::read_entire() return a KBuffer (not ByteBuffer)
|
5 лет назад |
Andreas Kling
|
7a3ab6c517
Kernel: Make File::write() and File::read() return KResultOr<size_t>
|
5 лет назад |
Andreas Kling
|
a19304c9d6
Kernel: Remove a bunch of duplicate forward declarations
|
5 лет назад |
Sergey Bugaev
|
1b4e88fb59
Kernel: Allow File::close() to fail
|
5 лет назад |
Brian Gianforcaro
|
6a74af8063
Kernel: Plumb KResult through FileDescription::read_entire_file() implementation.
|
5 лет назад |
Andreas Kling
|
21d5f4ada1
Kernel: Absorb LibBareMetal back into the kernel
|
5 лет назад |