summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-02-02pmap+SystemMonitor: Mark syscall regions with 'C'Andreas Kling
2021-02-02Kernel: Add a way to specify which memory regions can make syscallsAndreas Kling
2021-02-02LibCore: Use serenity_readlink() instead of making syscalls directlyAndreas Kling
2021-02-02LibC: Add LibC wrapper for sys$readlink()Andreas Kling
2021-02-02Revert "StatusBar: Allow GML files to set the number of labels to create"Andreas Kling
2021-02-02Revert "TextEditor: Add vim status indicators to the statusbar"Andreas Kling
2021-02-02Ext2FS: Avoid unnecessary parent inode lookup during inode creationAndreas Kling
2021-02-02Ext2FS: Simplify inode creation by always starting emptyAndreas Kling
2021-02-02Ext2FS: Propagate error codes from write_directory()Andreas Kling
2021-02-02Kernel: Limit the size of stack tracesAndreas Kling
2021-02-02Base: Update keymap(1) manpageLinus Groh
2021-02-02Base: Rename some keymaps to use xx-xx format where appropriateLinus Groh
2021-02-02Ports: Build python3 with zlibLinus Groh
2021-02-02Ports: Build most python3 extension modules staticallyLinus Groh
2021-02-02Ports: Add post_configure functionLinus Groh
2021-02-02LibJS: Fix variable name coding style int{Part => _part}Linus Groh
2021-02-02TextEditor: Add vim status indicators to the statusbarZac
2021-02-02StatusBar: Allow GML files to set the number of labels to createZac
2021-02-01Meta: Remove now-obsolete import from lint scriptBen Wiederhake
2021-02-01Meta: Remove 'keymap exploration' in favor of precommit hookBen Wiederhake
2021-02-01LibELF: Close dynamic objects after mapping and linking themAndreas Kling
2021-02-01Ports: Move packages.db from Ports/ to Build/Linus Groh
2021-02-01Documentation: Add a manual page about the new MemoryDevice fileLiav A
2021-02-01Ports: Upgrade dmidecode to version 3.3Liav A
2021-02-01Kernel: Set file size for smbios_entry_point and DMI blobs in ProcFSLiav A
2021-02-01Ports: Add dmidecode to the available ports listLiav A
2021-02-01Kernel: Fix enum of sysconf values to be in the correct orderLiav A
2021-02-01Ports: Add a port of dmidecodeLiav A
2021-02-01LibC: Expose various option variables for later usageLiav A
2021-02-01Kernel: Introduce the MemoryDeviceLiav A
2021-02-01Kernel: Expose SMBIOS blobs in ProcFSLiav A
2021-02-01Kernel: Provide torture tool for invalid memory checksBen Wiederhake
2021-02-01Kernel: Demonstrate crash for invalid pointersBen Wiederhake
2021-02-01Tests: Add Tests/LibGfx/image-decoder testsBrendan Coles
2021-02-01LibIPC: Stop sending client ID to clientsAndreas Kling
2021-02-01LibGUI+WindowServer: Don't use a WM IPC to initiate own window resizeAndreas Kling
2021-02-01LibJS: Use VM::names for Object::invoke() function namesLinus Groh
2021-02-01Documentation: Keymaps are nice, document them!Ben Wiederhake
2021-02-01Kernel+keymap+KeyboardMapper: New pledge for getkeymapBen Wiederhake
2021-02-01Kernel+LibKeyboard: Define the default keymap only in one placeBen Wiederhake
2021-02-01keymap: Unveil path, if one is givenBen Wiederhake
2021-02-01LibKeyboard: Don't assert on failureBen Wiederhake
2021-02-01KeyboardMapper: Without arguments, load current keymapBen Wiederhake
2021-02-01LibKeyboard+keymap: Support querying the keymap via commandlineBen Wiederhake
2021-02-01Kernel+LibKeyboard: Enable querying the current keymapBen Wiederhake
2021-02-01Meta: Add script that checks consistency of keymapsBen Wiederhake
2021-02-01Base: Replace tabs+spaces in keymaps by only spacesBen Wiederhake
2021-02-01Base: Cover entire German keyboardBen Wiederhake
2021-02-01Base: Replace unnecessary escapes by actual codepointsBen Wiederhake
2021-02-01Base: Fix wrong offset for Numpad and later keysBen Wiederhake