index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Kernel
/
KBuffer.h
Age
Commit message (
Expand
)
Author
2021-05-13
Kernel: Make KBuffer::try_create_with* APIs OOM safe
Brian Gianforcaro
2021-04-23
AK: Rename adopt() to adopt_ref()
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-03-12
Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)
Andreas Kling
2021-03-10
Kernel: Add non-const KBuffer::impl() getter
Andreas Kling
2021-03-08
Kernel: Make MemoryManager API type-safe for Region::Access enum
Brian Gianforcaro
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-15
Kernel: Mark KBuffer and its getters as [[nodiscard]]
Brian Gianforcaro
2021-02-14
Kernel: Assert if rounding-up-to-page-size would wrap around to 0
Andreas Kling
2021-02-14
Kernel: Remove user/kernel flags from Region
Andreas Kling
2021-01-12
AK: Simplify constructors and conversions from nullptr_t
Lenny Maiorani
2021-01-03
Kernel: Improve ProcFS behavior in low memory conditions
Tom
2021-01-02
Kernel: Allocate profiling memory upfront
Tom
2021-01-01
Kernel: Merge PurgeableVMObject into AnonymousVMObject
Tom
2020-12-23
Kernel: Make KBuffer::try_create_with_bytes() actually copy the bytes
Andreas Kling
2020-12-18
Kernel: Add KBuffer::try_create_with_bytes()
Andreas Kling
2020-12-18
Kernel: Add KBuffer::try_create_with_size()
Andreas Kling
2020-08-11
Kernel: Make Inode::read_entire() return a KBuffer (not ByteBuffer)
Andreas Kling
2020-03-23
AK: Reduce header dependency graph of String.h
Andreas Kling
2020-03-08
Kernel: Add missing #includes now that <AK/StdLibExtras.h> is smaller
Andreas Kling
2020-02-23
Kernel: Commit the entire region up front in KBuffer::copy()
Andreas Kling
2020-02-21
Kernel: Expose the underlying Region of a KBuffer
Andreas Kling
2020-02-16
Kernel: Add forward declaration header
Andreas Kling
2020-02-16
Kernel: Move all code into the Kernel namespace
Andreas Kling
2020-01-20
Kernel: Allow naming KBuffers
Andreas Kling
2020-01-18
Meta: Add license header to source files
Andreas Kling
2019-12-25
Kernel: Make kernel memory regions be non-executable by default
Andreas Kling
2019-09-27
Kernel: Make Region single-owner instead of ref-counted
Andreas Kling
2019-08-24
KBuffer: capacity() should return internal capacity, not internal size
Andreas Kling
2019-08-06
Kernel: Make KBuffer lazily populated
Andreas Kling
2019-08-06
KBuffer: Add set_size() and LogStream operator<<
Andreas Kling
2019-08-05
Kernel: Use KBuffers for ProcFS and SynthFS
Andreas Kling
2019-08-05
Kernel: Add a little comment header about KBuffer
Andreas Kling
2019-08-05
Kernel: Make KBuffer a value-type wrapper around a KBufferImpl
Andreas Kling
2019-08-04
Kernel: Add KBuffer, a simple byte buffer backed by kernel-only memory
Andreas Kling