Age | Commit message (Expand) | Author |
---|---|---|
2019-02-25 | Kernel: Make syscalls that take a buffer size use ssize_t instead of size_t. | Andreas Kling |
2019-02-25 | AK: Add Retained<T>, like RetainPtr, but never null. | Andreas Kling |
2019-01-15 | Allow character devices to block write attempts until there is more space. | Andreas Kling |
2018-12-04 | Import a simple text editor I started working on. | Andreas Kling |
2018-12-03 | Refactor the FIFO implementation to use a DoubleBuffer as backing store. | Andreas Kling |
2018-12-03 | More coding style changes. | Andreas Kling |
2018-11-12 | Add primitive FIFO and hook it up to sys$pipe(). | Andreas Kling |