summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-11-15Everywhere: Add missing <AK/ByteBuffer.h> includesAndreas Kling
2020-11-15LibGfx: Don't leak malloc memory in cloned fontsAndreas Kling
2020-11-15LibC: Ensure mkstemp generates a pattern 6 characters in lengthBrendan Coles
2020-11-15UserspaceEmulator: Implement FISUBR_RM32Nico Weber
2020-11-15Userland: Tests: Use mkstemp temporary files in testsBrendan Coles
2020-11-14UserspaceEmulator: Fix some FPU instructions' handling of RM32/RM64Andreas Kling
2020-11-14UserspaceEmulator: Skip destroying the Emulator object on shutdownAndreas Kling
2020-11-14UserspaceEmulator: Untaint flags in FCOMI and FUCOMI for nowAndreas Kling
2020-11-14UserspaceEmulator: Forget ChunkedBlocks after they are munmap()'edAndreas Kling
2020-11-14UserspaceEmulator: Avoid one hash lookup in target_did_malloc()Andreas Kling
2020-11-14UserspaceEmulator: Add some helpers to tidy up TrackedChunkedBlockAndreas Kling
2020-11-14UserspaceEmulator: Track malloc ChunkedBlocks for faster auditingAndreas Kling
2020-11-14LibC: Move some of malloc's data structures into mallocdefs.hAndreas Kling
2020-11-14Kernel: Fix mouse lag when VMWareBackdoor absolute mode is enabledTom
2020-11-14Revert "Kernel: Keep reading from i8042 until the buffer is empty"Tom
2020-11-14Kernel: Keep reading from i8042 until the buffer is emptyAndreas Kling
2020-11-14AK: Mark SimpleIterator::operator*() as ALWAYS_INLINEAndreas Kling
2020-11-14Meta: Fix IRC notification scriptBen Wiederhake
2020-11-14Userland: chroot: Add `--userspec`/`-u` flag to set uid/gid for chrootBrendan Coles
2020-11-14UserspaceEmulator: Implement FISUB_RM32Andreas Kling
2020-11-14UserspaceEmulator: Remove some FPU debug spamAndreas Kling
2020-11-14UserspaceEmulator: Implement FABSAndreas Kling
2020-11-14UserspaceEmulator: Improve FCOMI/FCOMIP/FUCOMI/FUCOMIPAndreas Kling
2020-11-14UserspaceEmulator: Honor the read/write/execute bits in mmap regionsAndreas Kling
2020-11-14Meta: Use SerenityBot for IRC notificationsBen Wiederhake
2020-11-14Meta: Let toolchain patches invalidate toolchain cacheBen Wiederhake
2020-11-14Meta: Fix broken IRC notification for drafts and skipsBen Wiederhake
2020-11-14UserspaceEmulator: Print an emulator backtrace on OOB accessAndreas Kling
2020-11-14LibC: strtok_r() should not go past the last tokenAndreas Kling
2020-11-14LibC: Fix OOB access in strerror() with invalid inputAndreas Kling
2020-11-14TmpFS: Set the root inode's timestamp to the current timeAndreas Kling
2020-11-14LibTLS: Add support for AEAD cipher suitesAnotherTest
2020-11-14LibCrypto: Implement GCM modeAnotherTest
2020-11-14test-crypto: Silence the "creating bytebuffer..." debugAnotherTest
2020-11-14LibCrypto: Move out 'VerificationConsistency' into its own header fileAnotherTest
2020-11-14LibCrypto: Templatise CTR<T> on the increment functionAnotherTest
2020-11-14LibWeb: Use standardized encoding names, add encoding attribute to documentLuke
2020-11-14LibTextCodec: Add a function to convert encodings to standardized namesLuke
2020-11-14LibGUI: Make FileIconProvider aware of all supported image formatsLinus Groh
2020-11-14LibGUI: Add more extensions to FileIconProviderLinus Groh
2020-11-14LibGfx: Make Bitmap path handling case insensitiveLinus Groh
2020-11-14AK: Fix StringUtils::contains() case insensitive searchLinus Groh
2020-11-14HackStudio: Use GUI::FileIconProvider::icon_for_path() for Locator iconsLinus Groh
2020-11-14HackStudio: Make Locator search case insensitiveLinus Groh
2020-11-14Lagom: Use -fsanitize=fuzzer, not -fsanitize=fuzzer-no-linkNico Weber
2020-11-14Lagom: Add a gemini fuzzerNico Weber
2020-11-14Lagom: Augment fuzzing readme a bitNico Weber
2020-11-14Userland: Add test-gfx-font for Gfx::Font testsBrendan Coles
2020-11-13LibGfx: Fail PPM decode if there's not enough pixel data in the inputAndreas Kling
2020-11-13LibGfx: Add missing stream error handling in GIF frame descriptor parseAndreas Kling