Age | Commit message (Expand) | Author |
---|---|---|
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 |