summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-02-03Kernel: Check for off_t overflow in FileDescription::read/writeAndreas Kling
2021-02-03Kernel: Check for off_t overflow before reading/writing InodeFileAndreas Kling
2021-02-03LibWeb: Move main thread JavaScript VM to its own fileAndreas Kling
2021-02-03TextEditor: Implement word wrappingZac
2021-02-03LibC+LibELF: Run clang-formatAndreas Kling
2021-02-03Applications: Remove "Welcome" applicationAndreas Kling
2021-02-03Kernel: Restore IDE PIO functionalityLiav A
2021-02-03DisplaySettings: Show a confirmation message when applying changesEvilHowl
2021-02-03HackStudio: do not open empty directories as fileMatteo Sozzi
2021-02-03HackStudio: tree_view on_activiation changesMatteo Sozzi
2021-02-03Shell: Make history range values larger than u32 a syntax errorAnotherTest
2021-02-02Kernel: Don't allow sys$msyscall() on non-mmap regionsAndreas Kling
2021-02-02LibELF: Make syscall region exceptions for UE and libkeyboard.soAndreas Kling
2021-02-02LibX86: Don't assert just because insn has no immediate bytesAndreas Kling
2021-02-02LibELF: Mark libc.so and libpthread.so as syscall regionsAndreas Kling
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