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-12-11
Everywhere: Fix -Winconsistent-missing-override warnings from Clang
Daniel Bertalan
2021-12-11
Kernel: Fix overly loose MemoryManager::kernel_region_from_vaddr()
Andreas Kling
2021-12-11
Meta: Run QEMU with QMP socket
Andreas Kling
2021-12-11
Kernel: Make PhysicalRegion::return_page() do arithmetic instead of loop
Andreas Kling
2021-12-11
Kernel: Simplify 64-bit HPET reads on x86_64
Andreas Kling
2021-12-11
Kernel: Store kernel memory regions in a RedBlackTree
Andreas Kling
2021-12-11
Ports: Update Python to 3.10.1 :^)
Linus Groh
2021-12-11
LibUnicode: Generate unique units
Timothy Flynn
2021-12-11
LibUnicode: Generate unique number systems
Timothy Flynn
2021-12-11
LibJS+LibUnicode: Generate unique numeric symbol lists
Timothy Flynn
2021-12-11
LibUnicode: Generate unique NumberFormat lists for each Unit
Timothy Flynn
2021-12-11
LibUnicode: Generate unique NumberFormat lists for each NumberSystem
Timothy Flynn
2021-12-11
LibUnicode: Support storing lists in UniqueStorage for code generators
Timothy Flynn
2021-12-11
passwd: Remove redundant pledge()
bugreport0
2021-12-10
LibJS: Use AK::NaN<double> in Date::date_value() to fix build error
Linus Groh
2021-12-10
LibJS: Implement the thisTimeValue() AO and use it where applicable
Linus Groh
2021-12-10
LibJS: Remove Object::value_of()
Linus Groh
2021-12-10
LibJS: Add test case for locales which do not define day periods
Timothy Flynn
2021-12-10
LibJS: Use locale-aware day period time ranges to format period symbols
Timothy Flynn
2021-12-10
LibUnicode: Parse and generate per-locale day period ranges
Timothy Flynn
2021-12-10
LibUnicode: Parse and generate secondary day period symbols
Timothy Flynn
2021-12-10
LibJS+LibUnicode: Rename some Unicode::DayPeriod values
Timothy Flynn
2021-12-10
LibWeb: Implement AbortSignal.throwIfAborted
Luke Wilde
2021-12-10
LibWeb: Add support for AbortSignal.reason
Luke Wilde
2021-12-10
Meta: Enable the "bugprone-dangling-handle" clang-tidy check
Idan Horowitz
2021-12-10
LibWeb: Fix off-by-one error when highlighting unquoted HTML attributes
Sam Atkins
2021-12-10
LibJS: Implement ECMA-402 Date.prototype.toLocaleTimeString
Timothy Flynn
2021-12-10
LibJS: Implement ECMA-402 Date.prototype.toLocaleDateString
Timothy Flynn
2021-12-10
LibJS: Implement ECMA-402 Date.prototype.toLocaleString
Timothy Flynn
2021-12-09
Kernel: Some clang-tidy fixes in Bus/VirtIO
Hendiadyoin1
2021-12-09
Kernel: Some clang-tidy fixes in Bus/USB
Hendiadyoin1
2021-12-09
Kernel: Mark USBTransfer's constructor as private
Hendiadyoin1
2021-12-09
Kernel: Mark ACPI::Parser's empty destructor as default
Hendiadyoin1
2021-12-09
Kernel: Fix some clang-tidy warnings in PCI::Access
Hendiadyoin1
2021-12-09
Kernel: Use AK:any_of in PCI::Device capability checks
Hendiadyoin1
2021-12-09
Kernel: Construct PCIDeviceAttributeSysFSComponent with StringViews
Hendiadyoin1
2021-12-09
Kernel: Pass capabilities as const reference in PCI::Address
Hendiadyoin1
2021-12-09
Kernel: Mark PCI::Address as trivially copyable
Hendiadyoin1
2021-12-09
Kernel: Add missing include to SlabAllocator
Hendiadyoin1
2021-12-10
Base: Add some Vai characters to font Katica Regular 10
Lady Gegga
2021-12-10
Browser+LibWeb+WebContent: Add variables display to Inspector
Sam Atkins
2021-12-09
LibJS: Implement Intl.DateTimeFormat.prototype.formatRangeToParts
Timothy Flynn
2021-12-09
LibJS: Implement Intl.DateTimeFormat.prototype.formatRange
Timothy Flynn
2021-12-09
LibJS: Store range format patterns in the Intl.DateTimeFormat object
Timothy Flynn
2021-12-09
LibJS: Do not return views into potentially freed memory
Timothy Flynn
2021-12-09
LibUnicode: Add method to combine two format pattern skeletons
Timothy Flynn
2021-12-09
LibUnicode: Parse and generate date time range format patterns
Timothy Flynn
2021-12-09
LibUnicode: Parse and generate format pattern skeletons
Timothy Flynn
2021-12-09
LibUnicode: Fix typo in format pattern parser
Timothy Flynn
2021-12-09
LibJS: Update spec comment in balance_duration_relative()
Linus Groh
[next]