summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-08-23Shell: Avoid a needless loop in builtin_time()Valtteri Koskivuori
2021-08-23LibJS: Implement Temporal.PlainDateTime.from()Linus Groh
2021-08-23LibJS: Fix logic error in RegulateISODateLinus Groh
2021-08-23Shell: Support `time -n <iterations>`Andreas Kling
2021-08-23Kernel: Make Thread::m_block_timer a NonnullRefPtrAndreas Kling
2021-08-23LibWeb: Paint inspection outline for InlineNodes :^)Sam Atkins
2021-08-23Browser: Add "Inspect Element" to context menu :^)Sam Atkins
2021-08-23LibWeb: Add DOMTreeModel::index_for_node()Sam Atkins
2021-08-23Browser: Hide inspected-element outline when DOM Inspector is closedSam Atkins
2021-08-23AK: Use explode_byte for pointer sanitizationHendiadyoin1
2021-08-23ModelGallery: Add the new Model Gallery application :^)sin-ack
2021-08-23Kernel: Remove unused ScopedLockRelease classAndreas Kling
2021-08-23Kernel: Rename Blocker::not_blocking(bool) to something more descriptiveAndreas Kling
2021-08-23Kernel: Remove unnecessary spinlock in ~Thread::Blocker()Andreas Kling
2021-08-23Kernel: Remove unused WaitQueue::should_block(bool)Andreas Kling
2021-08-23Kernel: Rename some BlockerSets to foo_blocker_setAndreas Kling
2021-08-23Kernel: Make Thread::Blocker non-copyable and non-movableAndreas Kling
2021-08-23Base: Add "Dark" cursor themeMaciej Zygmanowski
2021-08-23MouseSettings: Add a tab to change cursor themeMaciej Zygmanowski
2021-08-23WindowServer+LibGfx: Move CursorParams to LibGfxMaciej Zygmanowski
2021-08-23WindowServer: Add IPC calls for controlling cursor themeMaciej Zygmanowski
2021-08-23WindowServer: Add support for cursor themesMaciej Zygmanowski
2021-08-23TextEditor: Unveil the full path to the config fileRalf Donau
2021-08-23Kernel: Rename PCI::DeviceController => PCI::DeviceLiav A
2021-08-23Kernel/PCI: Delete PCI::Device in its current formLiav A
2021-08-23Kernel/VirtIO: Make VirtIODevice constructor protectedLiav A
2021-08-23LibJS: Implement Promise.race on the Promise constructorTimothy Flynn
2021-08-23LibJS: Implement Promise.allSettled on the Promise constructorTimothy Flynn
2021-08-23LibJS: Implement Promise.any on the Promise constructorTimothy Flynn
2021-08-23LibJS: Set the function names for the resolve, reject, and executorTimothy Flynn
2021-08-23LibJS: Generalize PerformPromiseAll common functionalityTimothy Flynn
2021-08-23LibJS: Generalize PromiseAllResolveElementFunction common functionalityTimothy Flynn
2021-08-23Kernel: Rename QueueBlocker => WaitQueueBlockerAndreas Kling
2021-08-23Kernel: Rename BlockerSet::unblock() to something more accurateAndreas Kling
2021-08-23Kernel: Remove unnecessary FutexQueue::did_remove()Andreas Kling
2021-08-23Kernel: VERIFY that nobody is holding lock in ~BlockerSet()Andreas Kling
2021-08-23Kernel: Rename Thread::BlockCondition to BlockerSetAndreas Kling
2021-08-23Kernel: Make Processor::clean_fpu_state() staticAndreas Kling
2021-08-23Kernel: Mark Thread::Blocker leaf subclasses finalAndreas Kling
2021-08-23Kernel: Mark BlockCondition subclasses as finalAndreas Kling
2021-08-23Everywhere: Core dump => CoredumpAndreas Kling
2021-08-23Kernel: Mape quickmap functions VERIFY that MM lock is heldAndreas Kling
2021-08-23Kernel: Make Processor::platform_string() return StringViewAndreas Kling
2021-08-23Kernel: Consolidate I386/X86_64 implementations of do_init_context()Andreas Kling
2021-08-23Kernel: Fix some trivial clang-tidy warnings in x86/common/Processor.cppAndreas Kling
2021-08-23Kernel: Rename Processor::id() => current_id()Andreas Kling
2021-08-23Kernel: Add VERIFY(!m_in_block) when entering Thread::block()Andreas Kling
2021-08-23Kernel: Convert Processor::in_irq() to static current_in_irq()Andreas Kling
2021-08-23Kernel: Fix some trivial clang-tidy warnings in Thread.{cpp,h}Andreas Kling
2021-08-22Kernel/SysFS: Don't expose SMBIOS blobs if can't find SMBIOS tablesLiav A