1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-30 08:35:12 +00:00
Commit graph

4 commits

Author SHA1 Message Date
Andreas Kling
b0c673265a Applications: Map Alt+F4 to Quit in FileManager/ProcessManager/Terminal. 2019-03-03 02:52:22 +01:00
Andreas Kling
c350cf7b95 Kernel: Keyboard should detect the Page Up and Page Down keys. 2019-03-02 23:58:09 +01:00
Andreas Kling
beda478821 Kernel: Make syscalls that take a buffer size use ssize_t instead of size_t.
Dealing with the unsigned overflow propagation here just seems unreasonably
error prone. Let's limit ourselves to 2GB buffer sizes instead.
2019-02-25 21:21:12 +01:00
Andreas Kling
10b43f3d1d Kernel: Rename Keyboard to KeyboardDevice. 2019-02-17 08:39:09 +01:00
Renamed from Kernel/Keyboard.cpp (Browse further)