summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2021-03-02Kernel: Enable AVX flags if supported by cpuAshleigh Newman-Jones
2021-03-02SpaceAnalyzer: Reduce thickness of black borders between cells.Mart G
2021-03-02HackStudio: Implement removing file from diskBui Quang Minh
2021-03-02Piano: Reset position in piano roll when exportingWilliam McPherson
2021-03-02Kernel: Use RDTSC instead of get_fast_random() for syscall stack noiseAndreas Kling
2021-03-02LanguageServers/Cpp: Fix nullptr dereference in ~LanguageClientItamar
2021-03-02LibWeb: Handle scrolling an OutOfProcessWebViewAngus Gibson
2021-03-02LibWeb: Return whether handle_mousewheel was handledAngus Gibson
2021-03-02LanguageServers/Cpp: Fix typoItamar
2021-03-02LibCpp: Parse ellipsisItamar
2021-03-02LibCpp: Consume attribute specification when parsingItamar
2021-03-02LibCpp: Parse type qualifiersItamar
2021-03-02Serendipity: A new welcome appthankyouverycool
2021-03-02LibGUI: Add word wrapping to Labelsthankyouverycool
2021-03-02Meta: Run test-js and test-compress as CTest executablesAndrew Kaster
2021-03-02Userland: Gate OSC 9 usage in test-js behind an argumentAndrew Kaster
2021-03-02LibJS: Put console dbgln() logging behind #ifdef __serenity__Linus Groh