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