summaryrefslogtreecommitdiff
path: root/Kernel/BXVGADevice.h
AgeCommit message (Collapse)Author
2019-02-25Kernel: 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-17Kernel: Rename BochsVGADevice to BXVGADevice.Andreas Kling