summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-01-16LibJS: Allow passing prototype to ECMAScriptFunctionObject::create()Linus Groh
2022-01-16LibJS: Don't require ParenClose in Parser::parse_formal_parameters()Linus Groh
2022-01-16LibJS: Consume curly braces outside of Parser::parse_function_body()Linus Groh
2022-01-16LibJS: Add VM::active_function_object()Linus Groh
2022-01-16LibJS: Rename FunctionKind::{Regular => Normal}Linus Groh
2022-01-15Kernel: Wait for NVMe controller to change enabled stateTom
2022-01-16AK: Mark the error branch of the TRY() macro as unlikelyIdan Horowitz
2022-01-16Kernel: Use kernelputstr instead of dbgln when printing backtracesIdan Horowitz
2022-01-16Kernel: Make Processor::capture_stack_trace fallible using ErrorOrIdan Horowitz
2022-01-16Kernel: Specify inline capacity of return type in capture_stack_traceIdan Horowitz
2022-01-15PixelPaint: Add delete selection behaviorOlivier De Cannière
2022-01-16Kernel: Remove useless return value from procfs_get_thread_stackIdan Horowitz
2022-01-16AK: Explicitly name types in Iterator.hcreator1creeper1
2022-01-16AK: Make Vector more const-correct by using RemoveReference<T>creator1creeper1
2022-01-16Everywhere: Mark Vector of mutable references as mutablecreator1creeper1
2022-01-15nc: Port to LibMainKenneth Myhra
2022-01-15PixelPaint: Restrict "crop to selection" to image boundariesMateusz Krajewski
2022-01-15Assistant: Fix crash in FileProvider background thread upon exitRummskartoffel
2022-01-15Assistant: Make Provider ref-countedRummskartoffel
2022-01-15Documentation: Update names of RefPtr helper functionsRummskartoffel
2022-01-15unzip: Don't fail from mmap when trying to decompress empty filesRummskartoffel
2022-01-15Kernel: Remove infallible VMObject resource factory functionscreator1creeper1
2022-01-15Kernel: Make SharedInodeVMObject construction OOM-awarecreator1creeper1
2022-01-15Kernel: Make PrivateInodeVMObject construction OOM-awarecreator1creeper1
2022-01-15Kernel: Make InodeVMOBject construction OOM-awarecreator1creeper1
2022-01-15Kernel: Make AnonymousVMObject construction OOM-awarecreator1creeper1
2022-01-15Kernel: Make VMOBject construction OOM-awarecreator1creeper1
2022-01-15AK: Add a constructor from Span for FixedArraycreator1creeper1
2022-01-15AK: Add a constructor from C-style arrays for FixedArraycreator1creeper1
2022-01-15LibJS: Implement Date.prototype.getTimezoneOffsetTimothy Flynn
2022-01-15LibJS: Implement MakeDay without using AK::years_to_days_since_epochTimothy Flynn
2022-01-15LibJS: Move time conversion constants to the Date headerTimothy Flynn
2022-01-15LibJS: Remove Core::DateTime logic from the Date object :^)Timothy Flynn
2022-01-15LibJS+js: Pretty-print Date objects using the ToDateString AOTimothy Flynn
2022-01-15LibJS: Re-implement the Date constructor / prototype for spec complianceTimothy Flynn
2022-01-15LibJS: Make the thisTimeValue AO publicTimothy Flynn
2022-01-15LibJS: Implement spec-compliant ToDateString and its underlying AOsTimothy Flynn
2022-01-15LibJS: Protect LocalTZA against non-finite timesTimothy Flynn
2022-01-15LibJS: Do not negate offset in LocalTZA for isUTC=falseTimothy Flynn
2022-01-15LibJS: Implement the LocalTime, UTC, and TimeWithinDay AOsTimothy Flynn
2022-01-15LibJS: Sort Date.prototype methods by spec orderTimothy Flynn
2022-01-15LibTimeZone: Canonicalize the current time zone and fall back to UTCTimothy Flynn
2022-01-15Kernel: Don't remap already non-writable regions when they become CoWAndreas Kling
2022-01-15Kernel: Don't bother with page tables for PROT_NONE mappingsAndreas Kling
2022-01-15Kernel: Use move() in Region::try_clone() to avoid a VMObject::unref()Andreas Kling
2022-01-15LibELF: Use shared memory mapping when loading ELF objectsAndreas Kling
2022-01-15Kernel: Only register kernel regions with MemoryManagerAndreas Kling
2022-01-15Kernel: Remove old "region lookup cache" optimizationAndreas Kling
2022-01-15Spreadsheet: Use FileSystemAccessClient for the reading of filesGlenford Williams
2022-01-15Spreadsheet: Implement the mode functionkleines Filmröllchen