index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-03-03
LibCore+LibHTTP+LibGfx: Switch to LibCompress
Idan Horowitz
2021-03-03
Profiler: Symbolicate addresses in non-PIE ELF objects
Andreas Kling
2021-03-03
Ports: Add libpng 1.6.37
TheMorc
2021-03-03
AK+Kernel: Remove NO_DISCARD macro hack
Linus Groh
2021-03-03
Documentation: Add instruction about entitlements in BuildInstructions
Elliot Maisl
2021-03-03
Kernel: Skip TLB flushes while cloning regions in sys$fork()
Andreas Kling
2021-03-03
LibJS: Fix a handful of clang-tidy complaints in AST.cpp
Andreas Kling
2021-03-03
Profiler: Cache and reuse mapped ELF objects
Andreas Kling
2021-03-03
HackStudio: Allow multi-selection in project view tree
Bui Quang Minh
2021-03-03
FileManager: Add launch handler actions to desktop context menu
Zac
2021-03-03
LibWeb: Stop scrolling above content in BlockBox
davidot
2021-03-03
Base: Set a nice PROMPT in /etc/shellrc :^)
Andreas Kling
2021-03-03
Terminal: Stop pushing a PROMPT into the shell's environment
Andreas Kling
2021-03-03
Kernel: Avoid transient kmalloc heap allocations in sys$select()
Andreas Kling
2021-03-03
AK+LibM: Rename EXPECT_CLOSE to EXPECT_APPROXIMATE
Ben Wiederhake
2021-03-03
AK+LibM: Make EXPECT_CLOSE more useful during debugging
Ben Wiederhake
2021-03-03
Kernel: init: Make comment clearer
Marco
2021-03-03
AK: Fix OOO mistake in StackInfo.cpp
ihsinme
2021-03-03
Kernel: Add 'boot_prof' option to enable full system profiling on boot
Brian Gianforcaro
2021-03-03
Kernel: Mark more of the kernel initialization as UNMAP_AFTER_INIT
Brian Gianforcaro
2021-03-03
Kernel: Move Kernel CommandLine parsing to strongly typed API.
Brian Gianforcaro
2021-03-03
Kernel: Make InstructionFetch PageFault flags match up (#5608)
Nick Johnson
2021-03-03
LibJS: Support @@toPrimitive in ToPrimitive abstract operation
Linus Groh
2021-03-03
Cube: Add an argument for the "frameless cube" option
one-some
2021-03-03
Kernel: Don't trust user-supplied bool in sys$stat
Ben Wiederhake
2021-03-03
WindowServer: Mark screen dirty when changing highlighted window
Tom
2021-03-03
WindowServer: Use active shadow for highlighted window
Tom
2021-03-03
WindowServer: Prepare dirty rects if only the frame was invalidated
Tom
2021-03-02
Kernel+Profiler: Capture metadata about all profiled processes
Andreas Kling
2021-03-02
Kernel: Start work on full system profiling :^)
Andreas Kling
2021-03-02
Kernel: Better handling of allocation failure in profiling
Andreas Kling
2021-03-02
LibJS: Use Value::get_method() a bunch
Linus Groh
2021-03-02
LibJS: Implement the GetMethod abstract operation
Linus Groh
2021-03-02
Kernel: Enable AVX flags if supported by cpu
Ashleigh Newman-Jones
2021-03-02
SpaceAnalyzer: Reduce thickness of black borders between cells.
Mart G
2021-03-02
HackStudio: Implement removing file from disk
Bui Quang Minh
2021-03-02
Piano: Reset position in piano roll when exporting
William McPherson
2021-03-02
Kernel: Use RDTSC instead of get_fast_random() for syscall stack noise
Andreas Kling
2021-03-02
LanguageServers/Cpp: Fix nullptr dereference in ~LanguageClient
Itamar
2021-03-02
LibWeb: Handle scrolling an OutOfProcessWebView
Angus Gibson
2021-03-02
LibWeb: Return whether handle_mousewheel was handled
Angus Gibson
2021-03-02
LanguageServers/Cpp: Fix typo
Itamar
2021-03-02
LibCpp: Parse ellipsis
Itamar
2021-03-02
LibCpp: Consume attribute specification when parsing
Itamar
2021-03-02
LibCpp: Parse type qualifiers
Itamar
2021-03-02
Serendipity: A new welcome app
thankyouverycool
2021-03-02
LibGUI: Add word wrapping to Labels
thankyouverycool
2021-03-02
Meta: Run test-js and test-compress as CTest executables
Andrew Kaster
2021-03-02
Userland: Gate OSC 9 usage in test-js behind an argument
Andrew Kaster
2021-03-02
LibJS: Put console dbgln() logging behind #ifdef __serenity__
Linus Groh
[next]