summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-12-18LibJS: Only allow Calendar this value in Temporal.Calendar.prototype.idLinus Groh
2021-12-18LibC: Make sysbeep return int instead of voidJunior Rantila
2021-12-18Kernel: Remove a redundant check in Process::remap_range_as_stackHendiadyoin1
2021-12-18Kernel: Collapse a redundant boolean conditional return statement in …Hendiadyoin1
2021-12-18Kernel: Access OpenFileDescriptions::max_open() statically in SyscallsHendiadyoin1
2021-12-18Kernel: Add implicit auto qualifiers in SyscallsHendiadyoin1
2021-12-18Kernel: Remove else after return in Process::do_writeHendiadyoin1
2021-12-18Base: Add U+2026 HORIZONTAL ELLIPSIS to font Csilla Regular 10sin-ack
2021-12-18Websites: Update the SerenityOS bug bounty program :^)Andreas Kling
2021-12-18Kernel: Fix 4-byte uninitialized memory leak in sys$sigaltstack()Andreas Kling
2021-12-18Kernel: Enable SMAP protection earlier during syscall entryAndreas Kling
2021-12-18Kernel: Make File::stat() & friends return Error<struct stat>Andreas Kling
2021-12-18Kernel: Use ksyms in-place instead of duplicating them into eternal heapAndreas Kling
2021-12-18Kernel: Use copy_typed_from_user() in more places :^)Andreas Kling
2021-12-18Kernel: Make sys${ftruncate,pread} take off_t as const pointerAndreas Kling
2021-12-18Kernel: Fix getsockopt(SO_RCVTIMEO) returning wrong timeoutAndreas Kling
2021-12-18LibJS: Fix typo in MarkedVector::end()Andreas Kling
2021-12-18Kernel: Start perf event stack capture at RBP, not EBP on x86_64Andreas Kling
2021-12-17LibJS/Tests: Remove outdated FIXMELinus Groh
2021-12-17AK: Fast path for single-element TypedTransfer::copykleines Filmröllchen
2021-12-17AK: Bypass Buffered's buffer for large readskleines Filmröllchen
2021-12-17LibAudio: Don't unnecessarily copy the passed decode bufferkleines Filmröllchen
2021-12-17LibAudio: Remove superflous commentkleines Filmröllchen
2021-12-17LibAudio: Add an adjustable buffer size to FlacLoaderkleines Filmröllchen
2021-12-17AnalogClock: Port to LibMainAstraeus-
2021-12-17About: Port to LibMainAstraeus-
2021-12-17LibGUI: Add ErrorOr wrapper for default icon creationAstraeus-
2021-12-17LibCrypto: Declobber AES header from s-box tablesAlexander Ulmer
2021-12-17Ports: Updated lua port to version 5.3.6Rafał Babiarz
2021-12-16LibCore: Use correct underlying syscall in seteuid() and setegid()Andreas Kling
2021-12-16AK: Make JsonValue::from_string("") return a null JsonValueAndreas Kling
2021-12-16LibCore+passwd+usermod: Make Core::Account::sync() return ErrorOr<void>Andreas Kling
2021-12-16LibCore: Add syscall wrapper for rename()Andreas Kling
2021-12-16LibCore: Add syscall wrapper for fchmod()Andreas Kling
2021-12-16LibCore: Add syscall wrapper for mkstemp()Andreas Kling
2021-12-16SystemServer: Use more LibCore syscall wrappers :^)Andreas Kling
2021-12-16LibCore: Add syscall wrapper for fork()Andreas Kling
2021-12-16LibCore: Add syscall wrapper for mkdir()Andreas Kling
2021-12-16LibCore: Add syscall wrapper for mount()Andreas Kling
2021-12-16SystemServer: Port to LibMain :^)Andreas Kling
2021-12-16su: Port to LibMain :^)Andreas Kling
2021-12-16passwd: Use LibCore syscall wrapper for setegid()Andreas Kling
2021-12-16usermod: Use LibCore syscall wrapper for setegid()Andreas Kling
2021-12-16LibCore: Add syscall wrapper for setgroups()Andreas Kling
2021-12-16LibCore: Add syscall wrapper for isatty()Andreas Kling
2021-12-16pls: Port to LibMain :^)Andreas Kling
2021-12-16LibCore: Add syscall wrappers for setuid/seteuid/setgid/setegidAndreas Kling
2021-12-16LibJS: Add MarkedVector<T>Andreas Kling
2021-12-16LibJS: Add JS::make_handle(T&)Andreas Kling
2021-12-16Kernel: Build with -O2 by defaultAndreas Kling