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-07-18
Tests: Disable test if platform has no UserspaceEmulator
Peter Bindels
2021-07-18
LibJS: Correct test to work with our strtod on x86_64 & Clang
Peter Bindels
2021-07-18
LibC strtod: Reduce incremental error to nearly nothing
Peter Bindels
2021-07-18
HackStudio: Prevent crash when stepping through a program
Maurice Hieronymus
2021-07-18
Kernel: Fix blocking relock of the big_lock while unlocking other Lock
Tom
2021-07-18
AK: Allow setting both width and precision when formatting a string
Timothy Flynn
2021-07-18
Kernel/ProcFS: Remove redundant ProcFS& member from ProcFSInode
Andreas Kling
2021-07-18
Kernel/SysFS: Remove redundant SysFS& member from SysFSInode
Andreas Kling
2021-07-18
Kernel/DevFS: Remove redundant DevFS& member from DevFSInode
Andreas Kling
2021-07-18
Kernel/Ext2FS: Surface Vector allocation failures in block allocation
Andreas Kling
2021-07-18
Kernel: Make FileSystem::root_inode() return a plain Inode&
Andreas Kling
2021-07-18
Kernel/Ext2FS: Cache the root inode in a member variable
Andreas Kling
2021-07-18
Kernel: Rename Locker => MutexLocker
Andreas Kling
2021-07-18
Kernel/USB: Remove unneeded friend declaration in SysFSUSBBusDirectory
Andreas Kling
2021-07-18
LibJS: Extend class 'extends' RHS expression parsing
Linus Groh
2021-07-18
Kernel/USB: Move USB bus information from /proc to /sys
Andreas Kling
2021-07-18
LibGUI: Pass path to FileSystemModel when creating FilePicker
Marcus Nilsson
2021-07-17
Kernel/ProcFS: Remove unused ProcFSExposedComponent::entries_count()
Andreas Kling
2021-07-17
Kernel/SysFS: Remove unused SysFSComponent::entries_count()
Andreas Kling
2021-07-17
Kernel: Replace "folder" => "directory" everywhere
Andreas Kling
2021-07-17
WidgetGallery: Pledge thread
Marcus Nilsson
2021-07-17
WidgetGallery: Remove unused include
Marcus Nilsson
2021-07-17
Kernel: Remove Inode::directory_entry_count()
Andreas Kling
2021-07-17
Kernel: Count remaining children in VirtualFileSystem::rmdir() manually
Andreas Kling
2021-07-17
Kernel/DevFS: Use KString for DevFSDeviceInode::m_name
Andreas Kling
2021-07-17
Kernel/DevFS: Use KString for DevFSLinkInode::m_link
Andreas Kling
2021-07-17
Kernel: Add an API for turning a UserOrKernelBuffer into a KString
Andreas Kling
2021-07-17
Kernel/DevFS: Use KString for DevFSLinkInode::m_name
Andreas Kling
2021-07-17
Kernel/DevFS: Make DevFSInode::name() return StringView
Andreas Kling
2021-07-17
Kernel: Make Inode::create_child() take the name as a StringView
Andreas Kling
2021-07-17
Kernel/DevFS: Remove some unnecessary inode locking
Andreas Kling
2021-07-17
Kernel: Rename Inode::m_lock => m_inode_lock
Andreas Kling
2021-07-17
Kernel: Remove unused Inode::is_shared_vmobject()
Andreas Kling
2021-07-17
Kernel: Rename Lock to Mutex
Andreas Kling
2021-07-17
Kernel: Make FileSystem::class_name() return a StringView
Andreas Kling
2021-07-17
LibJS: Report string length as the code point length, not byte length
Timothy Flynn
2021-07-17
AK: Track byte length, rather than code point length, in Utf8View::trim
Timothy Flynn
2021-07-17
LibM: Turn off builtins, fix tests & implementation
Peter Bindels
2021-07-17
Kernel: Remove double RedBlackTree lookup in VM/Space region removal
Brian Gianforcaro
2021-07-17
Kernel: Convert the PhysicalPage bool parameter to an enum
Brian Gianforcaro
2021-07-17
FileManager+Spreadsheet: Unify cut-copy-paste order
Karol Kosek
2021-07-17
Profiler: Configure the TimelineContainer to be shrink to fit
Brian Gianforcaro
2021-07-17
AK: Restrict timespec comparison operator overloads in AK::Time
Brian Gianforcaro
2021-07-17
LibWeb: Rename HTMLToken::doctype_data() => ensure_doctype_data()
Max Wipfli
2021-07-17
LibWeb: Change HTMLToken storage architecture
Max Wipfli
2021-07-17
LibWeb: Make HTMLTokens non-copyable
Max Wipfli
2021-07-17
LibWeb: Move HTMLToken in HTMLDocumentParser
Max Wipfli
2021-07-17
Tests: Use pointers in TestHTMLTokenizer to avoid copying HTMLTokens
Max Wipfli
2021-07-17
LibWeb: Remove friend class declarations from HTMLToken
Max Wipfli
2021-07-17
LibWeb: Add HTMLToken(Type) constructor and use it
Max Wipfli
[prev]
[next]