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 роки тому |
Sergey Bugaev
|
2f15449531
Kernel: Compactify FileDescrption
|
5 роки тому |
Andreas Kling
|
8fbdda5a2d
Kernel: Implement basic support for sys$mmap() with MAP_PRIVATE
|
5 роки тому |
Andreas Kling
|
3e973bfe14
Kernel: Make FileDescription slab-allocated
|
5 роки тому |
Andreas Kling
|
a356e48150
Kernel: Move all code into the Kernel namespace
|
5 роки тому |
Liav A
|
99ea80695e
Kernel: Use VirtualAddress & PhysicalAddress classes from LibBareMetal
|
5 роки тому |
Andreas Kling
|
7291370478
Kernel: Make File::truncate() take a u64
|
5 роки тому |
Andreas Kling
|
6081c76515
Kernel: Make O_RDONLY non-zero
|
5 роки тому |
Andreas Kling
|
94ca55cefd
Meta: Add license header to source files
|
5 роки тому |
Andreas Kling
|
14d4b1058e
Kernel: Add a basic lock to FileDescription
|
5 роки тому |
Sergey Bugaev
|
3393b78623
Kernel: Allow getting a Device from a FileDescription
|
5 роки тому |