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