summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-01-09Kernel: Use DMA helper everywherePankaj Raghav
2022-01-09Kernel: Overload DMA helper without Physical Page output parameterPankaj Raghav
2022-01-09Kernel: Set Cacheable parameter to NO explicitly in DMA helpersPankaj Raghav
2022-01-09PixelPaint: Only clear `LayerListWidget` if there are no editors leftMustafa Quraish
2022-01-09PixelPaint: Move `request_close_editor()` logic inside `ImageEditor`Mustafa Quraish
2022-01-09PixelPaint: Move `save` and `save_as` logic inside `ImageEditor`Mustafa Quraish
2022-01-09Documentation: Update glyph/x-fonteditor format descriptionMaciej
2022-01-09ClipboardHistory: Update to new glyph formatMaciej
2022-01-09FontEditor: Support selection rangesMaciej
2022-01-09AK: Add ByteBuffer::append(char)Maciej
2022-01-09FontEditor: Save scale to config fileMaciej
2022-01-09FontEditor: Display something for emoji glyphsMaciej
2022-01-09Base: Add Serif fontelectrikmilk
2022-01-08Kernel/PCI: Split host bridge code from the Access singletonLiav A
2022-01-08InspectorServer: Use the 32-bit data length when sending a requestSviatoslav Peleshko
2022-01-08UserspaceEmulator: Fail with EINVAL for mmap with size 0Rummskartoffel
2022-01-08UserspaceEmulator: Interpret zero-alignment as page-sized alignmentRummskartoffel
2022-01-08LibJS: Remove now unused VM::{set_,}last_value()Linus Groh
2022-01-08LibJS: Convert Interpreter::run() to ThrowCompletionOr<Value>Linus Groh
2022-01-08AK: Reorder functions in FixedArray so that mutable comes before constcreator1creeper1
2022-01-08AK: Reorder access in FixedArray so that m_size comes before m_elementscreator1creeper1
2022-01-08AK+Everywhere: Make FixedArray OOM-safecreator1creeper1
2022-01-08Kernel: Fix broken disk cache behavior with O_DIRECTAndreas Kling
2022-01-08Kernel: Remove EWHYTHO error code :^)Andreas Kling
2022-01-08Kernel: Rename DiskCache::get() to ensure()Andreas Kling
2022-01-08AK: Unbreak ref counting hooks in RefCountedAndreas Kling
2022-01-08Kernel: Remove redundant disk cache dirty flag in BlockBasedFileSystemAndreas Kling
2022-01-08LibC: Remove `#ifdef AK_OS_MACOS` checks from shadow.hDaniel Bertalan
2022-01-08LibC+LibDl: Declare functions taking no arguments as taking voidDaniel Bertalan
2022-01-08LibC: Fix typo: fgetround => fegetroundDaniel Bertalan
2022-01-08Lagom: Execute `LibPDF` unit tests on the hostSimon Woertz
2022-01-08LibPDF: Convert `PDF::Parser::m_document` from `RefPtr` to `WeakPtr`Simon Woertz
2022-01-08Tests: Add test cases for #10702 and #10717Simon Woertz
2022-01-08Tests: Add base structure for LibPDF unit testsSimon Woertz
2022-01-08LibCrypt: Link the SHA2 hash implementation into LibCrypt privatelyAndrew Kaster
2022-01-08Ports: Don't try to enable PGO for python3 when cross-compilingAndrew Kaster
2022-01-08Ports: Add $READELF and $HOST_READELF variables to include scriptsAndrew Kaster
2022-01-08Ports: Add /usr/local/lib to openssl's library search pathAndrew Kaster
2022-01-08Ports: Patch sqlite's configure script to let it build as a shared libAndrew Kaster
2022-01-08Kernel: Unbreak ref counting hooks in ListedRefCounted & RefCountedAndreas Kling
2022-01-08Kernel: Dump memory regions when crashing in ring 0Andreas Kling
2022-01-08Kernel: Lock weak pointer revocation during listed-ref-counted unrefAndreas Kling
2022-01-08AK+Kernel: Use requires expression when invoking ref counting hooksAndreas Kling
2022-01-08Meta: Discourage excessive "feng shui programming" in CONTRIBUTING.mdAndreas Kling
2022-01-08gzip: Don't fail when trying to compress empty filesRummskartoffel
2022-01-08gzip: Port to LibMainRummskartoffel
2022-01-08LibCore: Change a west const to an east constnyabla
2022-01-08jp: Use File::standard_input() when reading from stdinMarcus Nilsson
2022-01-08Documentation: Document string formatting formatSam Atkins
2022-01-08CI: Fix the name of the per-files in the test262 comparison runsdavidot