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
2022-07-12
Kernel: Annotate all `KBuffer` and `DoubleBuffer` with a custom name
Tim Schumacher
2021-12-28
Kernel: Propagate overflow errors from Memory::page_round_up
Guilherme Goncalves
2021-11-08
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
Andreas Kling
2021-09-08
Kernel: Add KBuffer::bytes() and use it
Andreas Kling
2021-09-07
Kernel: Remove KBuffer::try_copy() in favor of try_create_with_bytes()
Andreas Kling
2021-09-07
Kernel: Simplify KBuffer by removing KBufferImpl
Andreas Kling
2021-09-07
Kernel: Remove more unused KBuffer API
Andreas Kling
2021-09-07
Kernel: Remove KBuffer::is_null() and bogus call sites :^)
Andreas Kling
2021-09-07
Kernel: Enforce the fact that KBuffer always has internal storage
Andreas Kling
2021-09-07
Kernel: Remove some unused KBuffer functions
Andreas Kling
2021-09-07
Kernel: Remove unused KBufferImpl::expand()
Andreas Kling
2021-09-07
Kernel: Convert KBuffer::copy() => KBuffer::try_copy()
Andreas Kling
2021-09-07
Kernel: Make KBuffer::try_create_with_bytes() return KResultOr
Andreas Kling
2021-09-07
Kernel: Make KBuffer::try_create_with_size() return KResultOr
Andreas Kling
2021-09-06
Kernel: Make kernel region allocators return KResultOr<NOP<Region>>
Andreas Kling
2021-08-06
Kernel: Add convenience values to the Memory::Region::Access enum
Andreas Kling
2021-08-06
Kernel: Move Kernel/Memory/ code into Kernel::Memory namespace
Andreas Kling
2021-08-06
Kernel: Rename Kernel/VM/ to Kernel/Memory/
Andreas Kling
2021-08-03
Kernel: Remove OOM unsafe API KBuffer::create_with_size
Brian Gianforcaro
2021-07-03
Kernel: Fix always-true comparison warnings
Daniel Bertalan
2021-06-24
Everywhere: Use nothrow new with `adopt_{ref,own}_if_nonnull`
Daniel Bertalan
2021-05-29
Kernel: Make KBuffer APIs OOM safe
Brian Gianforcaro
2021-05-28
Kernel: Use KString for Region names
Andreas Kling
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
[next]