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-08
Browser+LibWeb: Silence some debug spams
TheFightingCatfish
2021-08-08
Browser+LibWeb: Make sure the default favicon is loaded
TheFightingCatfish
2021-08-08
PixelPaint: Add snapping to the GuideTool
Tobias Christiansen
2021-08-08
PixelPaint: Add tooltip to GuideTool to show current offset
Tobias Christiansen
2021-08-08
LibGUI: Add show_tooltip_immediately()
Tobias Christiansen
2021-08-08
Kernel: Port BlockBasedFileSystem to ProtectedValue :^)
Andreas Kling
2021-08-08
Kernel: Remove unused mutex PATADiskDevice::m_lock
Andreas Kling
2021-08-08
Userland: Use kmalloc_array() where appropriate
Andreas Kling
2021-08-08
AK: Use kmalloc_array() where appropriate
Andreas Kling
2021-08-08
AK: Add kmalloc_array() to trap multiplication overflows
Andreas Kling
2021-08-08
Everywhere: Replace AK::Singleton => Singleton
Andreas Kling
2021-08-08
AK: Bring Singleton into the global namespace with `using`
Andreas Kling
2021-08-08
Kernel: Remove unused Process pointer in Memory::AddressSpace
Andreas Kling
2021-08-08
Build: Add -fsized-deallocation to global CXXFLAGS
Andreas Kling
2021-08-07
LibCpp: Do macro substitution in the preprocessor instead of the parser
Itamar
2021-08-07
LibCpp: Import definitions from headers while processing
Itamar
2021-08-07
LibCpp: Do lexing in the Preprocessor
Itamar
2021-08-07
LibCpp: Support initializing the lexer with a "start line"
Itamar
2021-08-07
LibGUI: Don't assume GUI::Icon has 16x16 bitmap in AbstractTableView
Andreas Kling
2021-08-07
Kernel/TCP: Port TCP retransmit queue to ProtectedValue
Andreas Kling
2021-08-07
Kernel: Port PTYMultiplexer to ProtectedValue
Andreas Kling
2021-08-07
Kernel: Increase maximum PTY count from 8 to 64
Andreas Kling
2021-08-07
CI: Don't build libjs for Lagom twice
Andrew Kaster
2021-08-07
Solitaire: Don't allow the player to draw cards while mouse is down
thisSyntaxSucksAndYouKnowIt
2021-08-07
Ports: Fix Python's expected SHA256 sum
Linus Groh
2021-08-07
Meta: Remove syslog.h from clang-format exclusion list
Andrew Kaster
2021-08-07
CI: Cache UnicodeData files on the self-hosted test262 runner
Idan Horowitz
2021-08-07
Kernel: Disable big process lock for sys$sync
Idan Horowitz
2021-08-07
Kernel: Implement a ISO 9660 filesystem reader :^)
sin-ack
2021-08-07
AK: Add RecursionDecision
sin-ack
2021-08-07
LibWeb: Add auto as a recognized argument of flex-basis
Tobias Christiansen
2021-08-07
LibJS: Implement Temporal.Instant.prototype.subtract()
Linus Groh
2021-08-07
LibJS: Implement Temporal.Instant.prototype.add()
Linus Groh
2021-08-07
LibJS: Add missing spec link to Temporal.Instant.prototype.round()
Linus Groh
2021-08-07
Kernel: Port process thread lists to SpinLockProtectedValue
Andreas Kling
2021-08-07
Kernel: Port process groups to SpinLockProtectedValue
Andreas Kling
2021-08-07
LibJS/Tests: Add length test for Temporal.Instant.prototype.round()
Linus Groh
2021-08-07
LibJS/Tests: Add length test for Temporal.Instant.prototype.equals()
Linus Groh
2021-08-07
LibJS/Tests: Fix bad copy and paste that crept into a lot of tests
Linus Groh
2021-08-07
PixelPaint: Use unveil to hide file system
Timothy
2021-08-07
AK: Use east const in MappedFile
Timothy
2021-08-07
AK: Add method to create MappedFile from fd
Timothy
2021-08-07
FileSystemAccessServer: Add window title as parameter for opening file
Timothy
2021-08-07
Kernel: Fix boot profiling after big process lock separation regression
Brian Gianforcaro
2021-08-07
Kernel/TTY: Remove redundant SpinLock from VirtualConsole
Andreas Kling
2021-08-07
SystemServer: Handle missing service executable gracefully
Brian Gianforcaro
2021-08-07
Kernel: Remove outdated FIXME about ProcessHandle
Andreas Kling
2021-08-07
Meta: Remove legacy hardware components from Q35 machine
Liav A
2021-08-07
Kernel: Migrate process list locking to ProtectedValue
Jean-Baptiste Boric
2021-08-07
Kernel: Make process list a singleton
Jean-Baptiste Boric
[next]