summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-05-04LibWeb: Use Unicode data for CSS text-transform propertyKarol Kosek
2022-05-04Ports: Update ca-certificates to 2022-04-26 Luke Wilde
2022-05-04Ports: Update OpenSSL to 1.1.1oLuke Wilde
2022-05-04Ports: Update curl to 7.83.0Luke Wilde
2022-05-04Base: Add note about optipng to contributing guidelinesDennis Esternon
2022-05-03LibAudio+Userland: Remove Audio::LegacyBufferkleines Filmröllchen
2022-05-03LibAudio: Move WAV sample reading and conversion into own helperskleines Filmröllchen
2022-05-03LibAudio: Move WavLoader to Core::Stream APIskleines Filmröllchen
2022-05-03LibAudio: Refactor and modernize WavLoaderkleines Filmröllchen
2022-05-03Documentation: Document how the event loop works & what it doeskleines Filmröllchen
2022-05-03LibJS: Remove bogus FIXME in ArgumentsObject::internal_get()Linus Groh
2022-05-03LibJS: Use consistent phrasing for string lengthLinus Groh
2022-05-03LibJS: Update order of steps in CanonicalNumericIndexStringLinus Groh
2022-05-03LibJS: Reflect Array.prototype.toLocaleString comment in %TypedArray%Linus Groh
2022-05-03LibJS: Add assertion (comment) to MakeMatchIndicesIndexPairArrayLinus Groh
2022-05-03LibJS: Update spec comments to avoid = comparisons with signed zeroLinus Groh
2022-05-03LibJS: Update comments for Annex B changes to IsLooselyEqualLinus Groh
2022-05-03LibJS: Fix type confusion in msFromTimeLinus Groh
2022-05-03LibJS: Update two comments saying "completion value"Linus Groh
2022-05-03LibJS: Use more consistent wording for creating empty listsLinus Groh
2022-05-03LibJS: Use CreateDataPropertyOrThrow in MakeMatchIndicesIndexPairArrayLinus Groh
2022-05-03Ports: Make cmake adhere to the number of build jobsTim Schumacher
2022-05-03Ports: Make llvm adhere to the number of build jobsTim Schumacher
2022-05-03Ports: Make the number of compile jobs configurableTim Schumacher
2022-05-03Ports: Update `mc` to 4.8.28Tim Schumacher
2022-05-03Ports: Replace `mc` config.sub patch with our own downloadTim Schumacher
2022-05-03Ports: Force glib to link against gcc_s during the configure stageTim Schumacher
2022-05-03Ports: Fix the default Toolchain name in .hosted_defs.shTim Schumacher
2022-05-03Ports: Work around `halflife` formatting NaN values endlesslyTim Schumacher
2022-05-03Ports: Return opfor to upstreamTim Schumacher
2022-05-03Ports: Return halflife to upstreamTim Schumacher
2022-05-03Base: Add hovered versions of the Coffee title bar iconsMacDue
2022-05-03WindowServer: Support hover icons for title buttonsMacDue
2022-05-03Kernel: Panic when an assertion is failed in aarch64 KernelTimon Kruiper
2022-05-03Kernel: Remove unused aarch64 Prekernel::panic() functionTimon Kruiper
2022-05-03Kernel: Replace calls to Prekernel::panic() with PANIC macro on aarch64Timon Kruiper
2022-05-03Kernel: Implement __panic() for the aarch64 KernelTimon Kruiper
2022-05-03Kernel: Load the kernel symbol table for the aarch64 KernelTimon Kruiper
2022-05-03Kernel: Add kmalloc_init() to the init function of the aarch64 KernelTimon Kruiper
2022-05-03Kernel: Remove VERIFY_NOT_REACHED in {current, idle}_thread for aarch64Timon Kruiper
2022-05-03Kernel: Add bare-minimum implementation for aarch64 SpinlockTimon Kruiper
2022-05-03Kernel: Move Arch/x86/Spinlock.h and add stubs for aarch64Timon Kruiper
2022-05-03Kernel: Add the .ksyms section to the aarch64 Kernel binaryTimon Kruiper
2022-05-03Kernel: Implement safe_memcpy for the aarch64 buildTimon Kruiper
2022-05-03Kernel: Move Kernel/Arch/x86/SafeMem.h to Kernel/Arch/SafeMem.hTimon Kruiper
2022-05-03Kernel: Add KSyms.cpp to the aarch64 buildTimon Kruiper
2022-05-03Kernel: Fetch the frame pointer using __builtin_frame_address()Timon Kruiper
2022-05-03LibC: Hide `posix_memalign` by defaultTim Schumacher
2022-05-03Ports: Add RISCVEmuLinus Groh
2022-05-03DHCPClient: Don't crash if DHCP options contain no gatewayPatrick Meyer