index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-08-15
Kernel: Cache Custody objects (weakly) to avoid expensive reconstruction
Andreas Kling
2021-08-15
Kernel/ProcFS: Avoid two unnecessary number-to-string conversions
Andreas Kling
2021-08-15
Kernel/SysFS: Don't compute exact size of PCI files
Andreas Kling
2021-08-15
Kernel: Move ARP debug information to ARP_DEBUG
brapru
2021-08-15
CI: Disable variable substitution on input to the twitter script
Idan Horowitz
2021-08-15
Ports: Add libsixel
Nico Weber
2021-08-15
LibGL: Implement `glColorMask`
Jesse Buhagiar
2021-08-15
LibJS/Tests: Skip flaky FinalizationRegistry.prototype.cleanupSome test
Linus Groh
2021-08-15
Kernel: Remove unused FIFO::all_fifos() table
Andreas Kling
2021-08-15
Kernel: Convert TCP retransmit queue from HashTable to IntrusiveList
Andreas Kling
2021-08-15
Kernel: Convert IPv4 socket list from HashTable to IntrusiveList
Andreas Kling
2021-08-15
Kernel: Use NonnullRefPtr<PhysicalPage> in PageDirectory::m_page_tables
Andreas Kling
2021-08-15
Meta: Add sin-ack to the contributors list :^)
sin-ack
2021-08-15
Ports: Make the build step messages use ellipsis rather than excl. point
sin-ack
2021-08-15
Kernel: Make Memory::Region allocation functions return KResultOr
sin-ack
2021-08-15
Kernel: Make Kernel::VMObject allocation functions return KResultOr
sin-ack
2021-08-15
Kernel: Simplify OOM handling in ISO9660FileSystem
sin-ack
2021-08-15
Kernel: Simplify OOM handling in ProcessProcFSTraits
sin-ack
2021-08-15
AK: Add adopt_nonnull_own_or_enomem
sin-ack
2021-08-15
Documentation: Add genext2fs package for BuildInstructions
vdjagilev
2021-08-15
LibWeb: Return correct selection_rect when the node is at the end
Tetsui Ohkubo
2021-08-15
AK: Stop publishing detail namespaced functions
Lenny Maiorani
2021-08-15
LibWeb: Ensure inline CSS loaded from HTML is ElementInline
DoubleNegation
2021-08-15
Documentation: Amend FAQ about the system being 32-bit only
Andreas Kling
2021-08-15
Kernel: Add tightly typed ISO9660Inode::fs() overload
Andreas Kling
2021-08-15
Kernel: Lock thread list while in Thread::unref()
Andreas Kling
2021-08-15
AK: Pull RefCountedBase into the global namespace
Andreas Kling
2021-08-15
Kernel+Userland: Remove chroot functionality
Andreas Kling
2021-08-15
Kernel: Remove copy_string_from_user() as it's no longer used
Andreas Kling
2021-08-15
Kernel: Convert remaining users of copy_string_from_user()
Andreas Kling
2021-08-15
LibRegex: Implement and use a REPEAT operation for bytecode repetition
Timothy Flynn
2021-08-15
LibRegex: Remove (mostly) unused regex::MatchOutput
Timothy Flynn
2021-08-15
LibRegex+LibJS: Combine named and unnamed capture groups in MatchState
Timothy Flynn
2021-08-15
LibRegex: Reduce RegexMatcher's BumpAllocator chunk size
Timothy Flynn
2021-08-15
LibRegex: Disallow unescaped quantifiers in Unicode mode
Timothy Flynn
2021-08-15
LibRegex: Use correct source characters for Unicode identity escapes
Timothy Flynn
2021-08-15
LibRegex: Implement legacy octal escape parsing closer to the spec
Timothy Flynn
2021-08-15
LibRegex: Convert LibRegex tests to use StringView in place of C-strings
Timothy Flynn
2021-08-15
LibRegex: Ensure escaped hexadecimals are exactly 2 digits in length
Timothy Flynn
2021-08-15
LibRegex: Ensure escaped code points are exactly 4 digits in length
Timothy Flynn
2021-08-15
LibRegex: Fix ECMA-262 parsing of invalid identity escapes
Timothy Flynn
2021-08-15
Assistant: Bundle UI updates to avoid flickering
Carlos César Neves Enumo
2021-08-15
LibJS: Prevent stack overflow in flatten_into_array()
Robert Stefanic
2021-08-15
LibCore: Move EventLoop to AK::Time
Brian Gianforcaro
2021-08-15
AK: Add Time::is_negative() to detect negative time values
Brian Gianforcaro
2021-08-15
AK: Annotate AK::Time APIs as [[nodiscard]]
Brian Gianforcaro
2021-08-15
AK: Add Time::now_<clock_id> functions for obtaining the current time
Brian Gianforcaro
2021-08-15
ddate: Use DateTime::now() for time
Brian Gianforcaro
2021-08-15
date: Use DateTime::now() for time, cleanup duplicate returns
Brian Gianforcaro
2021-08-15
Kernel: Don't hold the process list lock while destructing the process
sin-ack
[prev]
[next]