summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-12-18FlappyBug: Convert to try_create_default_iconAstraeus-
2021-12-18GameOfLife: Convert to try_create_default_iconAstraeus-
2021-12-18Snake: Convert to try_create_default_iconAstraeus-
2021-12-18Breakout: Convert to try_create_default_iconAstraeus-
2021-12-18AK: Speed up BitmapView::find_next_range_of_unset_bitsNick Johnson
2021-12-18AK: Add BuiltinWrappers.hNick Johnson
2021-12-18LibJS: Disallow date-only strings for PlainTimeLinus Groh
2021-12-18LibJS: Allow 'T' prefix in time-only stringsLinus Groh
2021-12-18LibJS: Fix fractionalSecondDigits behavior in Duration.proto.toString()Linus Groh
2021-12-18LibJS: Add optional calendar to Plain{Time,YearMonth,MonthDay} prodLinus Groh
2021-12-18LibJS: Update spec comment in get_iso_parts_from_epoch()Linus Groh
2021-12-18LibJS: Fix ambiguity in FractionalPart grammarLinus Groh
2021-12-18LibJS: Make PlainDate difference methods units handling consistentLinus Groh
2021-12-18LibJS: Remove outdated comment in prepare_partial_temporal_fields()Linus Groh
2021-12-18LibJS: Fix "smallestUnit" property name typo in a couple of placesLinus Groh
2021-12-18LibJS: Fix off-by-one in balance_iso_date() for leap year inputsLinus Groh
2021-12-18LibJS: Remove outdated comment from parse_temporal_duration_string()Linus Groh
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