summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-03-04AK: Add BitmapView class (like StringView but for bitmaps)Andreas Kling
2021-03-04CI: Build with -DENABLE_PCI_IDS_DOWNLOAD=OFFLinus Groh
2021-03-04Build: Download and uncompress gzipped version of pci.idsLinus Groh
2021-03-04Build: Add ENABLE_PCI_IDS_DOWNLOAD CMake optionLinus Groh
2021-03-04HackStudio/LanguageServers: Move some components out of CppAnotherTest
2021-03-04LibGUI: Handle some edge cases in the spanned text drawing algorithmAnotherTest
2021-03-04Shell: Adjust syntax highlighting logic for the new TextPosition logicAnotherTest
2021-03-04Shell: Make Node::hit_test_position() constAnotherTest
2021-03-04Everywhere: Remove unnecessary `clang-format off`sWilliam McPherson
2021-03-04Base: Remove two outdated aliases from /etc/shellrcAndreas Kling
2021-03-04Kernel: Remove 1 level of indirection for AnonymousVMObject CoW bitmapsAndreas Kling
2021-03-04AK: Add Bitmap::is_null()Andreas Kling
2021-03-04TextEditor: Don't attempt to stop the autocomplete timer if it is nullItamar
2021-03-04Kernel: Create /dev/full with mode 0666Brendan Coles
2021-03-04Lagom/Fuzzers: Add fuzzers for LibCompessLuke
2021-03-04Base: Add man pages for null/zero/full character devicesBrendan Coles
2021-03-03Meta: Stop excluding getopt.cpp from lintingIdan Horowitz
2021-03-03LibCore+LibHTTP+LibGfx: Switch to LibCompressIdan Horowitz
2021-03-03Profiler: Symbolicate addresses in non-PIE ELF objectsAndreas Kling
2021-03-03Ports: Add libpng 1.6.37TheMorc
2021-03-03AK+Kernel: Remove NO_DISCARD macro hackLinus Groh
2021-03-03Documentation: Add instruction about entitlements in BuildInstructionsElliot Maisl
2021-03-03Kernel: Skip TLB flushes while cloning regions in sys$fork()Andreas Kling
2021-03-03LibJS: Fix a handful of clang-tidy complaints in AST.cppAndreas Kling
2021-03-03Profiler: Cache and reuse mapped ELF objectsAndreas Kling
2021-03-03HackStudio: Allow multi-selection in project view treeBui Quang Minh
2021-03-03FileManager: Add launch handler actions to desktop context menuZac
2021-03-03LibWeb: Stop scrolling above content in BlockBoxdavidot
2021-03-03Base: Set a nice PROMPT in /etc/shellrc :^)Andreas Kling
2021-03-03Terminal: Stop pushing a PROMPT into the shell's environmentAndreas Kling
2021-03-03Kernel: Avoid transient kmalloc heap allocations in sys$select()Andreas Kling
2021-03-03AK+LibM: Rename EXPECT_CLOSE to EXPECT_APPROXIMATEBen Wiederhake
2021-03-03AK+LibM: Make EXPECT_CLOSE more useful during debuggingBen Wiederhake
2021-03-03Kernel: init: Make comment clearerMarco
2021-03-03AK: Fix OOO mistake in StackInfo.cppihsinme
2021-03-03Kernel: Add 'boot_prof' option to enable full system profiling on bootBrian Gianforcaro
2021-03-03Kernel: Mark more of the kernel initialization as UNMAP_AFTER_INITBrian Gianforcaro
2021-03-03Kernel: Move Kernel CommandLine parsing to strongly typed API.Brian Gianforcaro
2021-03-03Kernel: Make InstructionFetch PageFault flags match up (#5608)Nick Johnson
2021-03-03LibJS: Support @@toPrimitive in ToPrimitive abstract operationLinus Groh
2021-03-03Cube: Add an argument for the "frameless cube" optionone-some
2021-03-03Kernel: Don't trust user-supplied bool in sys$statBen Wiederhake
2021-03-03WindowServer: Mark screen dirty when changing highlighted windowTom
2021-03-03WindowServer: Use active shadow for highlighted windowTom
2021-03-03WindowServer: Prepare dirty rects if only the frame was invalidatedTom
2021-03-02Kernel+Profiler: Capture metadata about all profiled processesAndreas Kling
2021-03-02Kernel: Start work on full system profiling :^)Andreas Kling
2021-03-02Kernel: Better handling of allocation failure in profilingAndreas Kling
2021-03-02LibJS: Use Value::get_method() a bunchLinus Groh
2021-03-02LibJS: Implement the GetMethod abstract operationLinus Groh