summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2022-01-15Meta: Make check-symbols.sh use the correct build directorycreator1creeper1
2022-01-15LibGL+LibSoftGPU: Add support for 8-bit luminance (+ alpha) texturesLuke Wilde
2022-01-15Kernel: Always remove PageDirectories from the cr3 map on destructionIdan Horowitz
2022-01-15Base: Add default "ShowScrollBar" value to Terminal.ini configBrian Gianforcaro
2022-01-15Terminal: Add config listeners for controlling scrollbar visibilityBrian Gianforcaro
2022-01-15TerminalSettings: Expose a CheckBox controlling scrollbar visibilityBrian Gianforcaro
2022-01-15LibVT: Enable caller to control the visibility of the scrollbar widgetBrian Gianforcaro
2022-01-15LibCore+LibIPC+Everywhere: Return Stream::LocalSocket from LocalServersin-ack
2022-01-15LibCore: Implement LocalSocket::peer_pidsin-ack
2022-01-15LibCore: Implement LocalSocket::adopt_fdsin-ack
2022-01-15LibCore: Implement LocalSocket::read_without_waitingsin-ack
2022-01-15LibCore: Implement LocalSocket::receive_fd and send_fdsin-ack
2022-01-15Base: Add Kayah Li to font Katica Regular 10Lady Gegga
2022-01-15Base: Add Tengwar to font Katica Regular 10Lady Gegga
2022-01-15Base: Add Elymaic to font Katica Regular 10Lady Gegga
2022-01-15AK: Explicitly define copy and assignment operator for SinglyLinkedListLucas CHOLLET
2022-01-14CI: Disallow test failures on macOS Lagom :^)Timothy Flynn
2022-01-14LibJS: Clip parsed IS0 8601 strings to +/- 8.64e15Timothy Flynn
2022-01-14LibJS: Implement Date.parse using AK::Time and LibTimeZoneTimothy Flynn
2022-01-14LibJS: Implement the localTZA AO for isUTC=falseTimothy Flynn
2022-01-14AK: Use appropriate types in AK::Time::from_timestamp factoryTimothy Flynn