index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2020-11-15
Everywhere: Add missing <AK/ByteBuffer.h> includes
Andreas Kling
2020-11-15
LibGfx: Don't leak malloc memory in cloned fonts
Andreas Kling
2020-11-15
LibC: Ensure mkstemp generates a pattern 6 characters in length
Brendan Coles
2020-11-15
UserspaceEmulator: Implement FISUBR_RM32
Nico Weber
2020-11-15
Userland: Tests: Use mkstemp temporary files in tests
Brendan Coles
2020-11-14
UserspaceEmulator: Fix some FPU instructions' handling of RM32/RM64
Andreas Kling
2020-11-14
UserspaceEmulator: Skip destroying the Emulator object on shutdown
Andreas Kling
2020-11-14
UserspaceEmulator: Untaint flags in FCOMI and FUCOMI for now
Andreas Kling
2020-11-14
UserspaceEmulator: Forget ChunkedBlocks after they are munmap()'ed
Andreas Kling
2020-11-14
UserspaceEmulator: Avoid one hash lookup in target_did_malloc()
Andreas Kling
2020-11-14
UserspaceEmulator: Add some helpers to tidy up TrackedChunkedBlock
Andreas Kling
2020-11-14
UserspaceEmulator: Track malloc ChunkedBlocks for faster auditing
Andreas Kling
2020-11-14
LibC: Move some of malloc's data structures into mallocdefs.h
Andreas Kling
2020-11-14
Kernel: Fix mouse lag when VMWareBackdoor absolute mode is enabled
Tom
2020-11-14
Revert "Kernel: Keep reading from i8042 until the buffer is empty"
Tom
2020-11-14
Kernel: Keep reading from i8042 until the buffer is empty
Andreas Kling
2020-11-14
AK: Mark SimpleIterator::operator*() as ALWAYS_INLINE
Andreas Kling
2020-11-14
Meta: Fix IRC notification script
Ben Wiederhake
2020-11-14
Userland: chroot: Add `--userspec`/`-u` flag to set uid/gid for chroot
Brendan Coles
2020-11-14
UserspaceEmulator: Implement FISUB_RM32
Andreas Kling
2020-11-14
UserspaceEmulator: Remove some FPU debug spam
Andreas Kling
2020-11-14
UserspaceEmulator: Implement FABS
Andreas Kling
2020-11-14
UserspaceEmulator: Improve FCOMI/FCOMIP/FUCOMI/FUCOMIP
Andreas Kling
2020-11-14
UserspaceEmulator: Honor the read/write/execute bits in mmap regions
Andreas Kling
2020-11-14
Meta: Use SerenityBot for IRC notifications
Ben Wiederhake
2020-11-14
Meta: Let toolchain patches invalidate toolchain cache
Ben Wiederhake
2020-11-14
Meta: Fix broken IRC notification for drafts and skips
Ben Wiederhake
2020-11-14
UserspaceEmulator: Print an emulator backtrace on OOB access
Andreas Kling
2020-11-14
LibC: strtok_r() should not go past the last token
Andreas Kling
2020-11-14
LibC: Fix OOB access in strerror() with invalid input
Andreas Kling
2020-11-14
TmpFS: Set the root inode's timestamp to the current time
Andreas Kling
2020-11-14
LibTLS: Add support for AEAD cipher suites
AnotherTest
2020-11-14
LibCrypto: Implement GCM mode
AnotherTest
2020-11-14
test-crypto: Silence the "creating bytebuffer..." debug
AnotherTest
2020-11-14
LibCrypto: Move out 'VerificationConsistency' into its own header file
AnotherTest
2020-11-14
LibCrypto: Templatise CTR<T> on the increment function
AnotherTest
2020-11-14
LibWeb: Use standardized encoding names, add encoding attribute to document
Luke
2020-11-14
LibTextCodec: Add a function to convert encodings to standardized names
Luke
2020-11-14
LibGUI: Make FileIconProvider aware of all supported image formats
Linus Groh
2020-11-14
LibGUI: Add more extensions to FileIconProvider
Linus Groh
2020-11-14
LibGfx: Make Bitmap path handling case insensitive
Linus Groh
2020-11-14
AK: Fix StringUtils::contains() case insensitive search
Linus Groh
2020-11-14
HackStudio: Use GUI::FileIconProvider::icon_for_path() for Locator icons
Linus Groh
2020-11-14
HackStudio: Make Locator search case insensitive
Linus Groh
2020-11-14
Lagom: Use -fsanitize=fuzzer, not -fsanitize=fuzzer-no-link
Nico Weber
2020-11-14
Lagom: Add a gemini fuzzer
Nico Weber
2020-11-14
Lagom: Augment fuzzing readme a bit
Nico Weber
2020-11-14
Userland: Add test-gfx-font for Gfx::Font tests
Brendan Coles
2020-11-13
LibGfx: Fail PPM decode if there's not enough pixel data in the input
Andreas Kling
2020-11-13
LibGfx: Add missing stream error handling in GIF frame descriptor parse
Andreas Kling
[next]