Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-25 | Kernel: Make syscalls that take a buffer size use ssize_t instead of size_t. | Andreas Kling | |
Dealing with the unsigned overflow propagation here just seems unreasonably error prone. Let's limit ourselves to 2GB buffer sizes instead. | |||
2019-02-17 | Kernel: Rename BochsVGADevice to BXVGADevice. | Andreas Kling | |