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-04
AK: Add BitmapView class (like StringView but for bitmaps)
Andreas Kling
2021-03-04
CI: Build with -DENABLE_PCI_IDS_DOWNLOAD=OFF
Linus Groh
2021-03-04
Build: Download and uncompress gzipped version of pci.ids
Linus Groh
2021-03-04
Build: Add ENABLE_PCI_IDS_DOWNLOAD CMake option
Linus Groh
2021-03-04
HackStudio/LanguageServers: Move some components out of Cpp
AnotherTest
2021-03-04
LibGUI: Handle some edge cases in the spanned text drawing algorithm
AnotherTest
2021-03-04
Shell: Adjust syntax highlighting logic for the new TextPosition logic
AnotherTest
2021-03-04
Shell: Make Node::hit_test_position() const
AnotherTest
2021-03-04
Everywhere: Remove unnecessary `clang-format off`s
William McPherson
2021-03-04
Base: Remove two outdated aliases from /etc/shellrc
Andreas Kling
2021-03-04
Kernel: Remove 1 level of indirection for AnonymousVMObject CoW bitmaps
Andreas Kling
2021-03-04
AK: Add Bitmap::is_null()
Andreas Kling
2021-03-04
TextEditor: Don't attempt to stop the autocomplete timer if it is null
Itamar
2021-03-04
Kernel: Create /dev/full with mode 0666
Brendan Coles
2021-03-04
Lagom/Fuzzers: Add fuzzers for LibCompess
Luke
2021-03-04
Base: Add man pages for null/zero/full character devices
Brendan Coles
2021-03-03
Meta: Stop excluding getopt.cpp from linting
Idan Horowitz
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
[next]