aboutsummaryrefslogtreecommitdiff
path: root/src/base/mem
AgeCommit message (Collapse)Author
2021-12-02many small updatesNicholas Noll
2021-11-20Feat: added buffered io from plan9Nicholas
As we no longer have the FILE type, we need to buffer our reading and writing so that we don't have to make so many syscalls. The API is nice so that we can buffer other readers. We will update it so that it eats io·Readers/io·Writers.
2021-11-18feat: filling out system layer's interfaceNicholas Noll
2021-11-12chore: simplified organizational structurelaptopNicholas