summaryrefslogtreecommitdiff
path: root/Kernel/NullDevice.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-17Kernel: Report the correct name for NullDevice.Andreas Kling
2019-02-12Kernel: Make sure processes always start out with fds 0, 1 and 2 open.Andreas Kling
2019-01-23Move VFS sources into Kernel/.Andreas Kling