summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2021-11-28Kernel: Log when a process exits with an unlocked veilSam Atkins
2021-11-28Base: Add Lisu Supplement characters to font Katica Regular 10Lady Gegga
2021-11-28Base: Add Toto characters to font Katica Regular 10Lady Gegga
2021-11-28Base: Add a test page for async functions + XMLHttpRequestAli Mohammad Pur
2021-11-28LibJS: Spin the event loop while waiting for async completion in `await`Ali Mohammad Pur
2021-11-28LibJS: Implement parsing of TemporalDurationStringLinus Groh
2021-11-28LibGUI: Move GUI::SettingsWindow setup out of the constructorAndreas Kling
2021-11-28LibGUI: Add fallible variants of the GUI::Layout add/insert APIsAndreas Kling
2021-11-28KeyboardSettings: Remove some unnecessary pledge promisesAndreas Kling
2021-11-27Kernel/Audio: Implement 2 correctness fixes in AC97Liav A
2021-11-28LibGUI: Make GUI::SettingsWindow::add_tab() return ErrorOrAndreas Kling
2021-11-28TerminalSettings: Remove unnecessary pledges and unveilsAndreas Kling
2021-11-28TerminalSettings: Port to LibMain :^)Andreas Kling
2021-11-28LibGUI: Make GUI::TabWidget tab creation APIs take StringAndreas Kling
2021-11-28MailSettings: Port to LibMain :^)Andreas Kling
2021-11-28DisplaySettings: Port to LibMain :^)Andreas Kling
2021-11-28Keymaps: Add Turkish-F KeymapEmir Sarı
2021-11-28Kernel/Storage: Restore booting from MBR partitions functionalityLiav A
2021-11-28Everywhere: Use default execpromises argument for Core::System::pledgeBrian Gianforcaro
2021-11-28LibCore: Allow System::pledge execpromises argument to be omittedBrian Gianforcaro
2021-11-28LibCore+cat: Switch Core::System::read/write to take a Span of bytesBrian Gianforcaro