Gunnar Beutner
|
bc3076f894
Kernel: Remove various other uses of ssize_t
|
4 роки тому |
Brian Gianforcaro
|
9b1ff3d3ac
Kernel: Make Region creation API OOM safe
|
4 роки тому |
Andreas Kling
|
fc9ce22981
Kernel: Use KString for Region names
|
4 роки тому |
Tom
|
fe679de791
Kernel: Release the paging lock while reading from the disk
|
4 роки тому |
Brian Gianforcaro
|
234c6ae32d
Kernel: Change Inode::{read/write}_bytes interface to KResultOr<ssize_t>
|
4 роки тому |
Gunnar Beutner
|
6cf59b6ae9
Everywhere: Turn #if *_DEBUG into dbgln_if/if constexpr
|
4 роки тому |
Brian Gianforcaro
|
8d6e9fad40
Kernel: Remove the now defunct `LOCKER(..)` macro.
|
4 роки тому |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 роки тому |
Andreas Kling
|
aef6474ea7
Kernel: Convert klog() to dmesgln() in Region
|
4 роки тому |
Brian Gianforcaro
|
eaef57443c
Kernel: Make MemoryManager API type-safe for Region::Access enum
|
4 роки тому |
Andreas Kling
|
a819eb5016
Kernel: Skip TLB flushes while cloning regions in sys$fork()
|
4 роки тому |
Andreas Kling
|
5d180d1f99
Everywhere: Rename ASSERT => VERIFY
|
4 роки тому |
Andreas Kling
|
09b1b09c19
Kernel: Assert if rounding-up-to-page-size would wrap around to 0
|
4 роки тому |
Andreas Kling
|
198d641808
Kernel: Panic on attempt to map mmap'ed page at a kernel address
|
4 роки тому |
Andreas Kling
|
4021264201
Kernel: Make the Region constructor private
|
4 роки тому |
Andreas Kling
|
8415866c03
Kernel: Remove user/kernel flags from Region
|
4 роки тому |
Andreas Kling
|
a5def4e98c
Kernel: Sanity check the VM range when constructing a Region
|
4 роки тому |
AnotherTest
|
09a43969ba
Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...)
|
4 роки тому |
Andreas Kling
|
823186031d
Kernel: Add a way to specify which memory regions can make syscalls
|
4 роки тому |
Andreas Kling
|
af3d3c5c4a
Kernel: Enforce W^X more strictly (like PaX MPROTECT)
|
4 роки тому |
Tom
|
250a310454
Kernel: Release MM lock while yielding from inode page fault handler
|
4 роки тому |
asynts
|
7cf0c7cc0d
Meta: Split debug defines into multiple headers.
|
4 роки тому |
Andreas Kling
|
3ff88a1d77
Kernel: Assert on attempt to map private region backed by shared inode
|
4 роки тому |
Andreas Kling
|
a131927c75
Kernel: sys$munmap() region splitting did not preserve "shared" flag
|
4 роки тому |
asynts
|
8465683dcf
Everywhere: Debug macros instead of constexpr.
|
4 роки тому |
asynts
|
1a3a0836c0
Everywhere: Use CMake to generate AK/Debug.h.
|
4 роки тому |
asynts
|
27bc48e06c
Everywhere: Replace a bundle of dbg with dbgln.
|
4 роки тому |
Andreas Kling
|
43109f9614
Kernel: Remove unused syscall sys$minherit()
|
4 роки тому |
Andreas Kling
|
f7435dd95f
Kernel: Remove MM_DEBUG debug spam code
|
4 роки тому |
Andreas Kling
|
7c4ddecacb
Kernel: Convert a bunch of String::format() => String::formatted()
|
4 роки тому |