summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-08-08Browser+LibWeb: Silence some debug spamsTheFightingCatfish
2021-08-08Browser+LibWeb: Make sure the default favicon is loadedTheFightingCatfish
2021-08-08PixelPaint: Add snapping to the GuideToolTobias Christiansen
2021-08-08PixelPaint: Add tooltip to GuideTool to show current offsetTobias Christiansen
2021-08-08LibGUI: Add show_tooltip_immediately()Tobias Christiansen
2021-08-08Kernel: Port BlockBasedFileSystem to ProtectedValue :^)Andreas Kling
2021-08-08Kernel: Remove unused mutex PATADiskDevice::m_lockAndreas Kling
2021-08-08Userland: Use kmalloc_array() where appropriateAndreas Kling
2021-08-08AK: Use kmalloc_array() where appropriateAndreas Kling
2021-08-08AK: Add kmalloc_array() to trap multiplication overflowsAndreas Kling
2021-08-08Everywhere: Replace AK::Singleton => SingletonAndreas Kling
2021-08-08AK: Bring Singleton into the global namespace with `using`Andreas Kling
2021-08-08Kernel: Remove unused Process pointer in Memory::AddressSpaceAndreas Kling
2021-08-08Build: Add -fsized-deallocation to global CXXFLAGSAndreas Kling
2021-08-07LibCpp: Do macro substitution in the preprocessor instead of the parserItamar
2021-08-07LibCpp: Import definitions from headers while processingItamar
2021-08-07LibCpp: Do lexing in the PreprocessorItamar
2021-08-07LibCpp: Support initializing the lexer with a "start line"Itamar
2021-08-07LibGUI: Don't assume GUI::Icon has 16x16 bitmap in AbstractTableViewAndreas Kling
2021-08-07Kernel/TCP: Port TCP retransmit queue to ProtectedValueAndreas Kling
2021-08-07Kernel: Port PTYMultiplexer to ProtectedValueAndreas Kling
2021-08-07Kernel: Increase maximum PTY count from 8 to 64Andreas Kling
2021-08-07CI: Don't build libjs for Lagom twiceAndrew Kaster
2021-08-07Solitaire: Don't allow the player to draw cards while mouse is downthisSyntaxSucksAndYouKnowIt
2021-08-07Ports: Fix Python's expected SHA256 sumLinus Groh
2021-08-07Meta: Remove syslog.h from clang-format exclusion listAndrew Kaster
2021-08-07CI: Cache UnicodeData files on the self-hosted test262 runnerIdan Horowitz
2021-08-07Kernel: Disable big process lock for sys$syncIdan Horowitz
2021-08-07Kernel: Implement a ISO 9660 filesystem reader :^)sin-ack
2021-08-07AK: Add RecursionDecisionsin-ack
2021-08-07LibWeb: Add auto as a recognized argument of flex-basisTobias Christiansen
2021-08-07LibJS: Implement Temporal.Instant.prototype.subtract()Linus Groh
2021-08-07LibJS: Implement Temporal.Instant.prototype.add()Linus Groh
2021-08-07LibJS: Add missing spec link to Temporal.Instant.prototype.round()Linus Groh
2021-08-07Kernel: Port process thread lists to SpinLockProtectedValueAndreas Kling
2021-08-07Kernel: Port process groups to SpinLockProtectedValueAndreas Kling
2021-08-07LibJS/Tests: Add length test for Temporal.Instant.prototype.round()Linus Groh
2021-08-07LibJS/Tests: Add length test for Temporal.Instant.prototype.equals()Linus Groh
2021-08-07LibJS/Tests: Fix bad copy and paste that crept into a lot of testsLinus Groh
2021-08-07PixelPaint: Use unveil to hide file systemTimothy
2021-08-07AK: Use east const in MappedFileTimothy
2021-08-07AK: Add method to create MappedFile from fdTimothy
2021-08-07FileSystemAccessServer: Add window title as parameter for opening fileTimothy
2021-08-07Kernel: Fix boot profiling after big process lock separation regressionBrian Gianforcaro
2021-08-07Kernel/TTY: Remove redundant SpinLock from VirtualConsoleAndreas Kling
2021-08-07SystemServer: Handle missing service executable gracefullyBrian Gianforcaro
2021-08-07Kernel: Remove outdated FIXME about ProcessHandleAndreas Kling
2021-08-07Meta: Remove legacy hardware components from Q35 machineLiav A
2021-08-07Kernel: Migrate process list locking to ProtectedValueJean-Baptiste Boric
2021-08-07Kernel: Make process list a singletonJean-Baptiste Boric