summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-01-13Kernel: Make map_typed() & map_typed_writable() fallible using ErrorOrIdan Horowitz
2022-01-13Kernel: Make map_bios() and map_ebda() fallible using ErrorOrIdan Horowitz
2022-01-13Base: Add icon for palette filesMarcus Nilsson
2022-01-13LibJS: Mark CreateTemporalTimeZone("UTC") as infallibleLinus Groh
2022-01-13Ports/mc: Add Midnight Commander portKenneth Myhra
2022-01-13LibC: Remove TODO() macros to not break mc portKenneth Myhra
2022-01-13LibC: Add definition for PRIxMAXKenneth Myhra
2022-01-13Ports/vim: Bump version number to 8.2.4066Kenneth Myhra
2022-01-13Base: Fix non-compliant PNG iconsMarcus Nilsson
2022-01-13LibGfx: Change return type of Adler32 checksums in PNGWriterMarcus Nilsson
2022-01-13Kernel: Stop leaking executable path in successful sys$execve()Andreas Kling
2022-01-13WindowServer: Don't try to flash menubar in deleted windowsAndreas Kling
2022-01-13Meta: Add Xexxa's name to the contributors listLady Gegga
2022-01-13LibJS: Implement per-locale display of calendars and date-time fieldsTimothy Flynn
2022-01-13LibJS: Add FIXME regarding [[LanguageDisplay]] internal slot handlingTimothy Flynn
2022-01-13LibJS+LibUnicode: Remove unnecessary locale currency mapping wrapperTimothy Flynn
2022-01-13LibUnicode: Parse and generate locale display names for date fieldsTimothy Flynn
2022-01-13LibUnicode: Parse and generate locale display names for calendarsTimothy Flynn
2022-01-13LibJS: Add [[LanguageDisplay]] to Intl.DisplayNames's resolvedOptionsTimothy Flynn
2022-01-13js: Pretty-print the Intl.DisplayNames [[LanguageDisplay]] internal slotTimothy Flynn
2022-01-13LibJS: Parse new Intl.DisplayNames "type" and "languageDisplay" optionsTimothy Flynn
2022-01-13LibJS: Remove unnecessary braces in Intl.DisplayNamesTimothy Flynn
2022-01-13man.serenityos.org: Include Games section on index pageDavidLindbom
2022-01-13LibIMAP+Userland: Convert LibIMAP::Client to the Serenity Stream APIssin-ack
2022-01-13test-imap: Convert test-imap to LibMainsin-ack
2022-01-13LibCore: Use Error::from_errno in Stream APIssin-ack
2022-01-13LibCore+Userland+Tests: Convert Stream APIs to construct on heapsin-ack
2022-01-13LibCore: Remove the SocketError classsin-ack
2022-01-13AK: Add ByteBuffer::{must_,}get_bytes_for_writing()sin-ack
2022-01-13AK: Use Error::from_errno in adopt_nonnull_own_or_enomemsin-ack
2022-01-13Snake: Add link to help pages in menuDavid Lindbom
2022-01-13Base: Add manual page for SnakeDavid Lindbom
2022-01-13Pong: Add link to help pages in menuDavid Lindbom
2022-01-13Base: Add manual page for PongDavid Lindbom
2022-01-13Minesweeper: Add link to help pages in menuDavid Lindbom
2022-01-13Base: Add manual page for MinesweeperDavid Lindbom
2022-01-13Hearts: Add link to help pages in menuDavid Lindbom
2022-01-13Base: Add manual page for HeartsDavid Lindbom
2022-01-13GameOfLife: Add link to help pages in menuDavid Lindbom
2022-01-13Base: Add manual page for GameOfLifeDavid Lindbom
2022-01-13FlappyBug: Add link to help pages in menuDavid Lindbom
2022-01-13Base: Add manual page for FlappyBugDavid Lindbom
2022-01-13Chess: Add link to help pages in menuDavid Lindbom
2022-01-13Base: Add manual page for Chess gameDavid Lindbom
2022-01-13Breakout: Add link to help pages in menuDavid Lindbom
2022-01-13Base: Add manual page for BreakoutDavid Lindbom
2022-01-132048: Add link to help pages in menuDavid Lindbom
2022-01-13Base: Add manual page for 2048David Lindbom
2022-01-13Meta: Use fuse2fs if available to avoid root when building imageChris Frey
2022-01-13Meta: Use consistent indents in build-image-qemu.shChris Frey