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-08-23
Shell: Avoid a needless loop in builtin_time()
Valtteri Koskivuori
2021-08-23
LibJS: Implement Temporal.PlainDateTime.from()
Linus Groh
2021-08-23
LibJS: Fix logic error in RegulateISODate
Linus Groh
2021-08-23
Shell: Support `time -n <iterations>`
Andreas Kling
2021-08-23
Kernel: Make Thread::m_block_timer a NonnullRefPtr
Andreas Kling
2021-08-23
LibWeb: Paint inspection outline for InlineNodes :^)
Sam Atkins
2021-08-23
Browser: Add "Inspect Element" to context menu :^)
Sam Atkins
2021-08-23
LibWeb: Add DOMTreeModel::index_for_node()
Sam Atkins
2021-08-23
Browser: Hide inspected-element outline when DOM Inspector is closed
Sam Atkins
2021-08-23
AK: Use explode_byte for pointer sanitization
Hendiadyoin1
2021-08-23
ModelGallery: Add the new Model Gallery application :^)
sin-ack
2021-08-23
Kernel: Remove unused ScopedLockRelease class
Andreas Kling
2021-08-23
Kernel: Rename Blocker::not_blocking(bool) to something more descriptive
Andreas Kling
2021-08-23
Kernel: Remove unnecessary spinlock in ~Thread::Blocker()
Andreas Kling
2021-08-23
Kernel: Remove unused WaitQueue::should_block(bool)
Andreas Kling
2021-08-23
Kernel: Rename some BlockerSets to foo_blocker_set
Andreas Kling
2021-08-23
Kernel: Make Thread::Blocker non-copyable and non-movable
Andreas Kling
2021-08-23
Base: Add "Dark" cursor theme
Maciej Zygmanowski
2021-08-23
MouseSettings: Add a tab to change cursor theme
Maciej Zygmanowski
2021-08-23
WindowServer+LibGfx: Move CursorParams to LibGfx
Maciej Zygmanowski
2021-08-23
WindowServer: Add IPC calls for controlling cursor theme
Maciej Zygmanowski
2021-08-23
WindowServer: Add support for cursor themes
Maciej Zygmanowski
2021-08-23
TextEditor: Unveil the full path to the config file
Ralf Donau
2021-08-23
Kernel: Rename PCI::DeviceController => PCI::Device
Liav A
2021-08-23
Kernel/PCI: Delete PCI::Device in its current form
Liav A
2021-08-23
Kernel/VirtIO: Make VirtIODevice constructor protected
Liav A
2021-08-23
LibJS: Implement Promise.race on the Promise constructor
Timothy Flynn
2021-08-23
LibJS: Implement Promise.allSettled on the Promise constructor
Timothy Flynn
2021-08-23
LibJS: Implement Promise.any on the Promise constructor
Timothy Flynn
2021-08-23
LibJS: Set the function names for the resolve, reject, and executor
Timothy Flynn
2021-08-23
LibJS: Generalize PerformPromiseAll common functionality
Timothy Flynn
2021-08-23
LibJS: Generalize PromiseAllResolveElementFunction common functionality
Timothy Flynn
2021-08-23
Kernel: Rename QueueBlocker => WaitQueueBlocker
Andreas Kling
2021-08-23
Kernel: Rename BlockerSet::unblock() to something more accurate
Andreas Kling
2021-08-23
Kernel: Remove unnecessary FutexQueue::did_remove()
Andreas Kling
2021-08-23
Kernel: VERIFY that nobody is holding lock in ~BlockerSet()
Andreas Kling
2021-08-23
Kernel: Rename Thread::BlockCondition to BlockerSet
Andreas Kling
2021-08-23
Kernel: Make Processor::clean_fpu_state() static
Andreas Kling
2021-08-23
Kernel: Mark Thread::Blocker leaf subclasses final
Andreas Kling
2021-08-23
Kernel: Mark BlockCondition subclasses as final
Andreas Kling
2021-08-23
Everywhere: Core dump => Coredump
Andreas Kling
2021-08-23
Kernel: Mape quickmap functions VERIFY that MM lock is held
Andreas Kling
2021-08-23
Kernel: Make Processor::platform_string() return StringView
Andreas Kling
2021-08-23
Kernel: Consolidate I386/X86_64 implementations of do_init_context()
Andreas Kling
2021-08-23
Kernel: Fix some trivial clang-tidy warnings in x86/common/Processor.cpp
Andreas Kling
2021-08-23
Kernel: Rename Processor::id() => current_id()
Andreas Kling
2021-08-23
Kernel: Add VERIFY(!m_in_block) when entering Thread::block()
Andreas Kling
2021-08-23
Kernel: Convert Processor::in_irq() to static current_in_irq()
Andreas Kling
2021-08-23
Kernel: Fix some trivial clang-tidy warnings in Thread.{cpp,h}
Andreas Kling
2021-08-22
Kernel/SysFS: Don't expose SMBIOS blobs if can't find SMBIOS tables
Liav A
[next]