summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-07-16Kernel: Implement aligned `operator new` and use itDaniel Bertalan
2021-07-16Kernel: Tell the compiler about `operator new`'s alignmentDaniel Bertalan
2021-07-16LibJS: Ensure RegExpStringIterator keeps the RegExp matcher object aliveTimothy Flynn
2021-07-16LibPDF: Fix treating not finding the linearized dict as a fatal errorWesley Moret
2021-07-16LibPDF: Fix checking `minor_ver` instead of `major_ver`Wesley Moret
2021-07-16ThemeEditor: Set window size to 480x385 and disable resizingLuK1337
2021-07-16ThemeEditor: Add menu bar with quit and about itemsLuK1337
2021-07-16Kernel: Rename functions to be less confusingTom
2021-07-16Kernel: Release big lock when blocking on another lockTom
2021-07-16Kernel: Fix some Lock problems and VERIFY statementsTom
2021-07-16Kernel: Make the page table for the kernel image largerGunnar Beutner
2021-07-16Kernel: Make resizing the page tables for the kernel image easierGunnar Beutner
2021-07-16Kernel: Move end_of_kernel_image after the .ksyms sectionGunnar Beutner
2021-07-16Kernel: Support specifying a 64-bit KERNEL_BASE addressGunnar Beutner
2021-07-16Kernel: Avoid unnecessary jump in the boot codeGunnar Beutner
2021-07-16Kernel: Avoid hard-coding kernel virtual baseGunnar Beutner
2021-07-16Kernel: Remove stale forward declaration of BochsFramebufferDeviceLiav A
2021-07-16LibJS: Replace the boolean argument of Object::set with an enum classIdan Horowitz
2021-07-16LibJS: Remove unused Object::PutOwnPropertyMode enum classIdan Horowitz
2021-07-16Kernel: Fix bogus check in Thread::WaitBlockCondition::finalize()Andreas Kling
2021-07-16LibJS: Implement RegExp AdvanceStringIndex abstractionTimothy Flynn
2021-07-16LibJS: Implement RegExp.prototype [ @@matchAll ]Timothy Flynn
2021-07-16LibJS: Implement the RegExpStringIterator objectTimothy Flynn
2021-07-16LibJS: Make the RegExpExec abstraction publically availableTimothy Flynn
2021-07-16Assistant: Keep the Terminal window open after the command has runGunnar Beutner
2021-07-16HackStudio: Add statusbar with file and selected text informationry-sev
2021-07-16LibWeb: Fix assertion failures in HTMLTokenizerMax Wipfli
2021-07-16LibELF/DynamicLinker: Evaluate symbols in library insertion order (#8802)Peter Bindels
2021-07-16AK/Tests: Add test for EnumBits has_any_flag()Timothy
2021-07-16AK+Kernel: Implement and use EnumBits has_any_flag()Timothy
2021-07-16AK/Tests: Add test for EnumBits has_flag()Timothy
2021-07-16AK: Change EnumBits has_flag() to check all flags in mask are presentTimothy
2021-07-16Kernel: Return ENOMEM on allocation failures in FramebufferDevice::mmapLuke
2021-07-16Kernel/Ext2FS: Don't hog inode lock in traverse_as_directory()Andreas Kling
2021-07-16Kernel/Ext2FS: Don't hog FS lock when calling base class flush_writes()Andreas Kling
2021-07-16Kernel/Ext2FS: Uncache unknown inode indices when flushing writesAndreas Kling
2021-07-16Kernel: Don't hog file system lock when doing BlockBasedFileSystem I/OAndreas Kling
2021-07-16Kernel: Don't explicitly seek before I/O in BlockBasedFileSystemAndreas Kling
2021-07-16Kernel: Add FileDescription read/write API that bypasses current offsetAndreas Kling
2021-07-16Kernel/Ext2FS: Don't hog both locks in Ext2FSInode::lookup()Andreas Kling
2021-07-16LibJS/Tests: Add test for Temporal.Instant.prototype.valueOf()Linus Groh
2021-07-16js: Implement pretty-printing of Temporal.Duration objectsLinus Groh
2021-07-16LibJS: Implement Temporal.Duration.prototype.valueOf()Linus Groh
2021-07-16LibJS: Implement Temporal.Duration.prototype.blankLinus Groh
2021-07-16LibJS: Implement Temporal.Duration.prototype.signLinus Groh
2021-07-16LibJS: Implement Temporal.Duration.prototype.nanosecondsLinus Groh
2021-07-16LibJS: Implement Temporal.Duration.prototype.microsecondsLinus Groh
2021-07-16LibJS: Implement Temporal.Duration.prototype.millisecondsLinus Groh
2021-07-16LibJS: Implement Temporal.Duration.prototype.secondsLinus Groh
2021-07-16LibJS: Implement Temporal.Duration.prototype.minutesLinus Groh