summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-12-11Everywhere: Fix -Winconsistent-missing-override warnings from ClangDaniel Bertalan
2021-12-11Kernel: Fix overly loose MemoryManager::kernel_region_from_vaddr()Andreas Kling
2021-12-11Meta: Run QEMU with QMP socketAndreas Kling
2021-12-11Kernel: Make PhysicalRegion::return_page() do arithmetic instead of loopAndreas Kling
2021-12-11Kernel: Simplify 64-bit HPET reads on x86_64Andreas Kling
2021-12-11Kernel: Store kernel memory regions in a RedBlackTreeAndreas Kling
2021-12-11Ports: Update Python to 3.10.1 :^)Linus Groh
2021-12-11LibUnicode: Generate unique unitsTimothy Flynn
2021-12-11LibUnicode: Generate unique number systemsTimothy Flynn
2021-12-11LibJS+LibUnicode: Generate unique numeric symbol listsTimothy Flynn
2021-12-11LibUnicode: Generate unique NumberFormat lists for each UnitTimothy Flynn
2021-12-11LibUnicode: Generate unique NumberFormat lists for each NumberSystemTimothy Flynn
2021-12-11LibUnicode: Support storing lists in UniqueStorage for code generatorsTimothy Flynn
2021-12-11passwd: Remove redundant pledge()bugreport0
2021-12-10LibJS: Use AK::NaN<double> in Date::date_value() to fix build errorLinus Groh
2021-12-10LibJS: Implement the thisTimeValue() AO and use it where applicableLinus Groh
2021-12-10LibJS: Remove Object::value_of()Linus Groh
2021-12-10LibJS: Add test case for locales which do not define day periodsTimothy Flynn
2021-12-10LibJS: Use locale-aware day period time ranges to format period symbolsTimothy Flynn
2021-12-10LibUnicode: Parse and generate per-locale day period rangesTimothy Flynn
2021-12-10LibUnicode: Parse and generate secondary day period symbolsTimothy Flynn
2021-12-10LibJS+LibUnicode: Rename some Unicode::DayPeriod valuesTimothy Flynn
2021-12-10LibWeb: Implement AbortSignal.throwIfAbortedLuke Wilde
2021-12-10LibWeb: Add support for AbortSignal.reasonLuke Wilde
2021-12-10Meta: Enable the "bugprone-dangling-handle" clang-tidy checkIdan Horowitz
2021-12-10LibWeb: Fix off-by-one error when highlighting unquoted HTML attributesSam Atkins
2021-12-10LibJS: Implement ECMA-402 Date.prototype.toLocaleTimeStringTimothy Flynn
2021-12-10LibJS: Implement ECMA-402 Date.prototype.toLocaleDateStringTimothy Flynn
2021-12-10LibJS: Implement ECMA-402 Date.prototype.toLocaleStringTimothy Flynn
2021-12-09Kernel: Some clang-tidy fixes in Bus/VirtIOHendiadyoin1
2021-12-09Kernel: Some clang-tidy fixes in Bus/USBHendiadyoin1
2021-12-09Kernel: Mark USBTransfer's constructor as privateHendiadyoin1
2021-12-09Kernel: Mark ACPI::Parser's empty destructor as defaultHendiadyoin1
2021-12-09Kernel: Fix some clang-tidy warnings in PCI::AccessHendiadyoin1
2021-12-09Kernel: Use AK:any_of in PCI::Device capability checksHendiadyoin1
2021-12-09Kernel: Construct PCIDeviceAttributeSysFSComponent with StringViewsHendiadyoin1
2021-12-09Kernel: Pass capabilities as const reference in PCI::AddressHendiadyoin1
2021-12-09Kernel: Mark PCI::Address as trivially copyableHendiadyoin1
2021-12-09Kernel: Add missing include to SlabAllocatorHendiadyoin1
2021-12-10Base: Add some Vai characters to font Katica Regular 10Lady Gegga
2021-12-10Browser+LibWeb+WebContent: Add variables display to InspectorSam Atkins
2021-12-09LibJS: Implement Intl.DateTimeFormat.prototype.formatRangeToPartsTimothy Flynn
2021-12-09LibJS: Implement Intl.DateTimeFormat.prototype.formatRangeTimothy Flynn
2021-12-09LibJS: Store range format patterns in the Intl.DateTimeFormat objectTimothy Flynn
2021-12-09LibJS: Do not return views into potentially freed memoryTimothy Flynn
2021-12-09LibUnicode: Add method to combine two format pattern skeletonsTimothy Flynn
2021-12-09LibUnicode: Parse and generate date time range format patternsTimothy Flynn
2021-12-09LibUnicode: Parse and generate format pattern skeletonsTimothy Flynn
2021-12-09LibUnicode: Fix typo in format pattern parserTimothy Flynn
2021-12-09LibJS: Update spec comment in balance_duration_relative()Linus Groh