Age | Commit message (Expand) | Author |
---|---|---|
2021-02-05 | Userland: Add LibSystem and funnel all syscalls through it | Andreas Kling |
2021-02-03 | LibC+LibKeyboard: Move getkeymap()+setkeymap() syscall wrappers to LibC | Andreas Kling |
2021-02-01 | Kernel+LibKeyboard: Define the default keymap only in one place | Ben Wiederhake |
2021-02-01 | LibKeyboard: Don't assert on failure | Ben Wiederhake |
2021-02-01 | LibKeyboard+keymap: Support querying the keymap via commandline | Ben Wiederhake |
2021-02-01 | Kernel+LibKeyboard: Enable querying the current keymap | Ben Wiederhake |
2021-01-16 | Everywhere: Replace a bundle of dbg with dbgln. | asynts |
2021-01-12 | Libraries: Move to Userland/Libraries/ | Andreas Kling |