summaryrefslogtreecommitdiff
path: root/Kernel/FIFO.h
AgeCommit message (Expand)Author
2019-02-25Kernel: Make syscalls that take a buffer size use ssize_t instead of size_t.Andreas Kling
2019-02-25AK: Add Retained<T>, like RetainPtr, but never null.Andreas Kling
2019-01-23Move VFS sources into Kernel/.Andreas Kling
2018-12-03Refactor the FIFO implementation to use a DoubleBuffer as backing store.Andreas Kling
2018-12-02Make it possible to build the Kernel on a macOS host.Andreas Kling
2018-11-12Add primitive FIFO and hook it up to sys$pipe().Andreas Kling