summaryrefslogtreecommitdiff
path: root/Kernel/BXVGADevice.cpp
AgeCommit message (Expand)Author
2019-03-08Kernel: Minor tidying in BXVGADevice.Andreas Kling
2019-03-05Kernel: More signal handling improvements.Andreas Kling
2019-03-05Kernel: Block a signal from being dispatched again until handler returns.Andreas Kling
2019-02-25Kernel: Make syscalls that take a buffer size use ssize_t instead of size_t.Andreas Kling
2019-02-17Kernel: Rename BochsVGADevice to BXVGADevice.Andreas Kling