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-16
LibJS: Replace the boolean argument of Object::set with an enum class
Idan Horowitz
2021-07-16
LibJS: Remove unused Object::PutOwnPropertyMode enum class
Idan Horowitz
2021-07-16
Kernel: Fix bogus check in Thread::WaitBlockCondition::finalize()
Andreas Kling
2021-07-16
LibJS: Implement RegExp AdvanceStringIndex abstraction
Timothy Flynn
2021-07-16
LibJS: Implement RegExp.prototype [ @@matchAll ]
Timothy Flynn
2021-07-16
LibJS: Implement the RegExpStringIterator object
Timothy Flynn
2021-07-16
LibJS: Make the RegExpExec abstraction publically available
Timothy Flynn
2021-07-16
Assistant: Keep the Terminal window open after the command has run
Gunnar Beutner
2021-07-16
HackStudio: Add statusbar with file and selected text information
ry-sev
2021-07-16
LibWeb: Fix assertion failures in HTMLTokenizer
Max Wipfli
2021-07-16
LibELF/DynamicLinker: Evaluate symbols in library insertion order (#8802)
Peter Bindels
2021-07-16
AK/Tests: Add test for EnumBits has_any_flag()
Timothy
2021-07-16
AK+Kernel: Implement and use EnumBits has_any_flag()
Timothy
2021-07-16
AK/Tests: Add test for EnumBits has_flag()
Timothy
2021-07-16
AK: Change EnumBits has_flag() to check all flags in mask are present
Timothy
2021-07-16
Kernel: Return ENOMEM on allocation failures in FramebufferDevice::mmap
Luke
2021-07-16
Kernel/Ext2FS: Don't hog inode lock in traverse_as_directory()
Andreas Kling
2021-07-16
Kernel/Ext2FS: Don't hog FS lock when calling base class flush_writes()
Andreas Kling
2021-07-16
Kernel/Ext2FS: Uncache unknown inode indices when flushing writes
Andreas Kling
2021-07-16
Kernel: Don't hog file system lock when doing BlockBasedFileSystem I/O
Andreas Kling
2021-07-16
Kernel: Don't explicitly seek before I/O in BlockBasedFileSystem
Andreas Kling
2021-07-16
Kernel: Add FileDescription read/write API that bypasses current offset
Andreas Kling
2021-07-16
Kernel/Ext2FS: Don't hog both locks in Ext2FSInode::lookup()
Andreas Kling
2021-07-16
LibJS/Tests: Add test for Temporal.Instant.prototype.valueOf()
Linus Groh
2021-07-16
js: Implement pretty-printing of Temporal.Duration objects
Linus Groh
2021-07-16
LibJS: Implement Temporal.Duration.prototype.valueOf()
Linus Groh
2021-07-16
LibJS: Implement Temporal.Duration.prototype.blank
Linus Groh
2021-07-16
LibJS: Implement Temporal.Duration.prototype.sign
Linus Groh
2021-07-16
LibJS: Implement Temporal.Duration.prototype.nanoseconds
Linus Groh
2021-07-16
LibJS: Implement Temporal.Duration.prototype.microseconds
Linus Groh
2021-07-16
LibJS: Implement Temporal.Duration.prototype.milliseconds
Linus Groh
2021-07-16
LibJS: Implement Temporal.Duration.prototype.seconds
Linus Groh
2021-07-16
LibJS: Implement Temporal.Duration.prototype.minutes
Linus Groh
2021-07-16
LibJS: Implement Temporal.Duration.prototype.hours
Linus Groh
2021-07-16
LibJS: Implement Temporal.Duration.prototype.days
Linus Groh
2021-07-16
LibJS: Implement Temporal.Duration.prototype.weeks
Linus Groh
2021-07-16
LibJS: Implement Temporal.Duration.prototype.months
Linus Groh
2021-07-16
LibJS: Implement Temporal.Duration.prototype.years
Linus Groh
2021-07-16
LibJS: Implement Temporal.Duration.prototype[@@toStringTag]
Linus Groh
2021-07-16
LibJS: Start implementing Temporal.Duration
Linus Groh
2021-07-16
Utilities: Make the js REPL autocomplete correctly handle `new Ident`
Ali Mohammad Pur
2021-07-15
LibC: Don't include AK headers in system headers
Gunnar Beutner
2021-07-15
Kernel: Optionally dump scheduler state with stack traces
Tom
2021-07-15
Solitaire: Reduce overdraw when drawing initial cards
Jamie Mansfield
2021-07-15
Spider: Reduce overdraw when playing
Jamie Mansfield
2021-07-15
Spider: Reduce overdraw when drawing initial cards
Jamie Mansfield
2021-07-15
Spider: Automatically reveal top cards
Jamie Mansfield
2021-07-15
LibGUI: Dither pattern should be independent from clipping rectangle
Tom
2021-07-15
Utilities: Allow filenames containing '=' in dd (#8766)
Dhruv Maroo
2021-07-15
Help: Add context menu
Karol Kosek
[next]