summaryrefslogtreecommitdiff
path: root/Kernel/KBuffer.h
AgeCommit message (Expand)Author
2019-12-25Kernel: Make kernel memory regions be non-executable by defaultAndreas Kling
2019-09-27Kernel: Make Region single-owner instead of ref-countedAndreas Kling
2019-08-24KBuffer: capacity() should return internal capacity, not internal sizeAndreas Kling
2019-08-06Kernel: Make KBuffer lazily populatedAndreas Kling
2019-08-06KBuffer: Add set_size() and LogStream operator<<Andreas Kling
2019-08-05Kernel: Use KBuffers for ProcFS and SynthFSAndreas Kling
2019-08-05Kernel: Add a little comment header about KBufferAndreas Kling
2019-08-05Kernel: Make KBuffer a value-type wrapper around a KBufferImplAndreas Kling
2019-08-04Kernel: Add KBuffer, a simple byte buffer backed by kernel-only memoryAndreas Kling