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
2021-11-29
LibJS: Implement parsing and executing for-await-of loops
davidot
2021-11-29
LibJS: Implement the async versions of iterator operations
davidot
2021-11-29
LibJS: Add AsyncFromSyncIteratorPrototype and Async-From-Sync instances
davidot
2021-11-29
LibJS: Move the TRY_OR_REJECT macro to PromiseReaction
davidot
2021-11-29
LibJS: Add AsyncIteratorPrototype
davidot
2021-11-29
ImageDecoder: Fix assertion after failed decode
Andreas Kling
2021-11-29
3DFileViewer: Improve FPS display
Jelle Raaijmakers
2021-11-29
LibIPC: Mark m_sockfd as maybe_unused on non Serenity platforms
davidot
2021-11-28
Kernel: Use peripheral addresses returned from MMIO to map prekernel mem
James Mintram
2021-11-28
Kernel: Refactor prekernel MMU to use a bump allocator
James Mintram
2021-11-28
Kernel: Rename Aarch64Asm -> ASM_wrapper and add Aarch64::Asm namespace
James Mintram
2021-11-28
Kernel: Rename Aarch64Registers -> Registers and add Aarch64 namespace
James Mintram
2021-11-28
Kernel: Set up and activate the MMU in the aarch64 perkernel
James Mintram
2021-11-28
Kernel: Move common aarch64 asm functions into kernel folder and NS
James Mintram
2021-11-28
Kernel: Split prekernel exception level code into its own file
James Mintram
2021-11-28
Kernel: Change prekernel to use shared SP across Exception Levels
James Mintram
2021-11-28
Kernel: Replace inline asm with typesafe static member functions
James Mintram
2021-11-28
Kernel: Remove unused header from Aarch64_asm_utils
James Mintram
2021-11-29
LibIPC: Replace u32/u64 value coders with u/ul/ull value coders
Andreas Kling
2021-11-28
SpiceAgent: Port to LibMain :^)
Andreas Kling
2021-11-28
LibCore: Add syscall wrapper for dup()
Andreas Kling
2021-11-28
LibIPC+IPCCompiler+AK: Make IPC value decoders return ErrorOr<void>
Andreas Kling
2021-11-28
LibIPC: Make IPC::Connection::post_message() return ErrorOr
Andreas Kling
2021-11-28
LibCore: Add syscall wrappers for sendfd() and recvfd()
Andreas Kling
2021-11-28
LibIPC: Give MessageBuffer::fds some inline capacity (1)
Andreas Kling
2021-11-28
LibAudio: Optimize sample moves in FlacLoader
kleines Filmröllchen
2021-11-28
AK: Stop Vector::extend from unnecessary reallocation
kleines Filmröllchen
2021-11-28
AK: Add Vector::unchecked_append for data pointers
kleines Filmröllchen
2021-11-28
Utilites: Add abench utility
kleines Filmröllchen
2021-11-28
LibAudio: New error propagation API in Loader and Buffer
kleines Filmröllchen
2021-11-28
LibAudio: Buffer API improvements
kleines Filmröllchen
2021-11-28
LibAudio: Avoid frequent read() calls in FLAC residual decode
kleines Filmröllchen
2021-11-28
AK: Expose Buffered's buffer size and underlying stream
kleines Filmröllchen
2021-11-28
AK: Allow to "get a result" from Result<void>
Hendiadyoin1
2021-11-28
AK: Remove unused static member of Bitmap
Ben Wiederhake
2021-11-28
Meta: Allow overlong 'fixup!' commit titles in pre-commit hook
Ben Wiederhake
2021-11-28
ThemeEditor: Use LibMain
Marcus Nilsson
2021-11-28
Magnifier: Use LibMain
Marcus Nilsson
2021-11-28
LibGL: Initialize all GL context matrices with the identity matrix
Stephan Unverwerth
2021-11-28
Toolchain/Clang: Fix CMake using utilities from the LLVM port
Daniel Bertalan
2021-11-28
Ports: Upgrade LLVM to version 13.0.0
Daniel Bertalan
2021-11-28
Meta: Copy libstdc++ into the disk image
Daniel Bertalan
2021-11-28
Meta: Copy libc++ headers into the disk image
Daniel Bertalan
2021-11-28
LibC: Make SIZE_MAX be understood by the preprocessor
Daniel Bertalan
2021-11-28
LibC: Fix stdint.h macros on x86_64
Daniel Bertalan
2021-11-28
LibC: Add definition for ENOTRECOVERABLE
Daniel Bertalan
2021-11-28
Toolchain/Clang: Support using `libstdc++` as the C++ standard library
Daniel Bertalan
2021-11-28
Toolchain/Clang: Allow setting a default unwind library
Daniel Bertalan
2021-11-28
Toolchain/Clang: Pick up includes when running inside Serenity
Daniel Bertalan
2021-11-28
Toolchain/Clang: Add support for -static-libstdc++
Daniel Bertalan
[next]