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
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