summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-08-15Kernel: Cache Custody objects (weakly) to avoid expensive reconstructionAndreas Kling
2021-08-15Kernel/ProcFS: Avoid two unnecessary number-to-string conversionsAndreas Kling
2021-08-15Kernel/SysFS: Don't compute exact size of PCI filesAndreas Kling
2021-08-15Kernel: Move ARP debug information to ARP_DEBUGbrapru
2021-08-15CI: Disable variable substitution on input to the twitter scriptIdan Horowitz
2021-08-15Ports: Add libsixelNico Weber
2021-08-15LibGL: Implement `glColorMask`Jesse Buhagiar
2021-08-15LibJS/Tests: Skip flaky FinalizationRegistry.prototype.cleanupSome testLinus Groh
2021-08-15Kernel: Remove unused FIFO::all_fifos() tableAndreas Kling
2021-08-15Kernel: Convert TCP retransmit queue from HashTable to IntrusiveListAndreas Kling
2021-08-15Kernel: Convert IPv4 socket list from HashTable to IntrusiveListAndreas Kling
2021-08-15Kernel: Use NonnullRefPtr<PhysicalPage> in PageDirectory::m_page_tablesAndreas Kling
2021-08-15Meta: Add sin-ack to the contributors list :^)sin-ack
2021-08-15Ports: Make the build step messages use ellipsis rather than excl. pointsin-ack
2021-08-15Kernel: Make Memory::Region allocation functions return KResultOrsin-ack
2021-08-15Kernel: Make Kernel::VMObject allocation functions return KResultOrsin-ack
2021-08-15Kernel: Simplify OOM handling in ISO9660FileSystemsin-ack
2021-08-15Kernel: Simplify OOM handling in ProcessProcFSTraitssin-ack
2021-08-15AK: Add adopt_nonnull_own_or_enomemsin-ack
2021-08-15Documentation: Add genext2fs package for BuildInstructionsvdjagilev
2021-08-15LibWeb: Return correct selection_rect when the node is at the endTetsui Ohkubo
2021-08-15AK: Stop publishing detail namespaced functionsLenny Maiorani
2021-08-15LibWeb: Ensure inline CSS loaded from HTML is ElementInlineDoubleNegation
2021-08-15Documentation: Amend FAQ about the system being 32-bit onlyAndreas Kling
2021-08-15Kernel: Add tightly typed ISO9660Inode::fs() overloadAndreas Kling
2021-08-15Kernel: Lock thread list while in Thread::unref()Andreas Kling
2021-08-15AK: Pull RefCountedBase into the global namespaceAndreas Kling
2021-08-15Kernel+Userland: Remove chroot functionalityAndreas Kling
2021-08-15Kernel: Remove copy_string_from_user() as it's no longer usedAndreas Kling
2021-08-15Kernel: Convert remaining users of copy_string_from_user()Andreas Kling
2021-08-15LibRegex: Implement and use a REPEAT operation for bytecode repetitionTimothy Flynn
2021-08-15LibRegex: Remove (mostly) unused regex::MatchOutputTimothy Flynn
2021-08-15LibRegex+LibJS: Combine named and unnamed capture groups in MatchStateTimothy Flynn
2021-08-15LibRegex: Reduce RegexMatcher's BumpAllocator chunk sizeTimothy Flynn
2021-08-15LibRegex: Disallow unescaped quantifiers in Unicode modeTimothy Flynn
2021-08-15LibRegex: Use correct source characters for Unicode identity escapesTimothy Flynn
2021-08-15LibRegex: Implement legacy octal escape parsing closer to the specTimothy Flynn
2021-08-15LibRegex: Convert LibRegex tests to use StringView in place of C-stringsTimothy Flynn
2021-08-15LibRegex: Ensure escaped hexadecimals are exactly 2 digits in lengthTimothy Flynn
2021-08-15LibRegex: Ensure escaped code points are exactly 4 digits in lengthTimothy Flynn
2021-08-15LibRegex: Fix ECMA-262 parsing of invalid identity escapesTimothy Flynn
2021-08-15Assistant: Bundle UI updates to avoid flickeringCarlos César Neves Enumo
2021-08-15LibJS: Prevent stack overflow in flatten_into_array()Robert Stefanic
2021-08-15LibCore: Move EventLoop to AK::TimeBrian Gianforcaro
2021-08-15AK: Add Time::is_negative() to detect negative time valuesBrian Gianforcaro
2021-08-15AK: Annotate AK::Time APIs as [[nodiscard]]Brian Gianforcaro
2021-08-15AK: Add Time::now_<clock_id> functions for obtaining the current timeBrian Gianforcaro
2021-08-15ddate: Use DateTime::now() for timeBrian Gianforcaro
2021-08-15date: Use DateTime::now() for time, cleanup duplicate returnsBrian Gianforcaro
2021-08-15Kernel: Don't hold the process list lock while destructing the processsin-ack