summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-11-29LibJS: Move the TRY_OR_REJECT macro to PromiseReactiondavidot
2021-11-29LibJS: Add AsyncIteratorPrototypedavidot
2021-11-29ImageDecoder: Fix assertion after failed decodeAndreas Kling
2021-11-293DFileViewer: Improve FPS displayJelle Raaijmakers
2021-11-29LibIPC: Mark m_sockfd as maybe_unused on non Serenity platformsdavidot
2021-11-28Kernel: Use peripheral addresses returned from MMIO to map prekernel memJames Mintram
2021-11-28Kernel: Refactor prekernel MMU to use a bump allocatorJames Mintram
2021-11-28Kernel: Rename Aarch64Asm -> ASM_wrapper and add Aarch64::Asm namespaceJames Mintram
2021-11-28Kernel: Rename Aarch64Registers -> Registers and add Aarch64 namespaceJames Mintram
2021-11-28Kernel: Set up and activate the MMU in the aarch64 perkernelJames Mintram
2021-11-28Kernel: Move common aarch64 asm functions into kernel folder and NSJames Mintram
2021-11-28Kernel: Split prekernel exception level code into its own fileJames Mintram
2021-11-28Kernel: Change prekernel to use shared SP across Exception LevelsJames Mintram
2021-11-28Kernel: Replace inline asm with typesafe static member functionsJames Mintram
2021-11-28Kernel: Remove unused header from Aarch64_asm_utilsJames Mintram
2021-11-29LibIPC: Replace u32/u64 value coders with u/ul/ull value codersAndreas Kling
2021-11-28SpiceAgent: Port to LibMain :^)Andreas Kling
2021-11-28LibCore: Add syscall wrapper for dup()Andreas Kling
2021-11-28LibIPC+IPCCompiler+AK: Make IPC value decoders return ErrorOr<void>Andreas Kling
2021-11-28LibIPC: Make IPC::Connection::post_message() return ErrorOrAndreas Kling
2021-11-28LibCore: Add syscall wrappers for sendfd() and recvfd()Andreas Kling
2021-11-28LibIPC: Give MessageBuffer::fds some inline capacity (1)Andreas Kling
2021-11-28LibAudio: Optimize sample moves in FlacLoaderkleines Filmröllchen
2021-11-28AK: Stop Vector::extend from unnecessary reallocationkleines Filmröllchen
2021-11-28AK: Add Vector::unchecked_append for data pointerskleines Filmröllchen
2021-11-28Utilites: Add abench utilitykleines Filmröllchen
2021-11-28LibAudio: New error propagation API in Loader and Bufferkleines Filmröllchen
2021-11-28LibAudio: Buffer API improvementskleines Filmröllchen
2021-11-28LibAudio: Avoid frequent read() calls in FLAC residual decodekleines Filmröllchen
2021-11-28AK: Expose Buffered's buffer size and underlying streamkleines Filmröllchen
2021-11-28AK: Allow to "get a result" from Result<void>Hendiadyoin1
2021-11-28AK: Remove unused static member of BitmapBen Wiederhake
2021-11-28Meta: Allow overlong 'fixup!' commit titles in pre-commit hookBen Wiederhake
2021-11-28ThemeEditor: Use LibMainMarcus Nilsson
2021-11-28Magnifier: Use LibMainMarcus Nilsson
2021-11-28LibGL: Initialize all GL context matrices with the identity matrixStephan Unverwerth
2021-11-28Toolchain/Clang: Fix CMake using utilities from the LLVM portDaniel Bertalan
2021-11-28Ports: Upgrade LLVM to version 13.0.0Daniel Bertalan
2021-11-28Meta: Copy libstdc++ into the disk imageDaniel Bertalan
2021-11-28Meta: Copy libc++ headers into the disk imageDaniel Bertalan
2021-11-28LibC: Make SIZE_MAX be understood by the preprocessorDaniel Bertalan
2021-11-28LibC: Fix stdint.h macros on x86_64Daniel Bertalan
2021-11-28LibC: Add definition for ENOTRECOVERABLEDaniel Bertalan
2021-11-28Toolchain/Clang: Support using `libstdc++` as the C++ standard libraryDaniel Bertalan
2021-11-28Toolchain/Clang: Allow setting a default unwind libraryDaniel Bertalan
2021-11-28Toolchain/Clang: Pick up includes when running inside SerenityDaniel Bertalan
2021-11-28Toolchain/Clang: Add support for -static-libstdc++Daniel Bertalan
2021-11-28Kernel: Ignore AC97 non-completion interruptsJelle Raaijmakers
2021-11-28Kernel: Add AC97_DEBUG macroJelle Raaijmakers
2021-11-28LibGL: Implement `glScissor()`Jelle Raaijmakers