summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2021-08-07Kernel: Migrate hostname locking to ProtectedValueJean-Baptiste Boric
2021-08-07Kernel: Migrate UDP socket table locking to ProtectedValueJean-Baptiste Boric
2021-08-07Kernel: Migrate TCP socket tables locking to ProtectedValueJean-Baptiste Boric
2021-08-07Kernel: Migrate IPv4 socket table locking to ProtectedValueJean-Baptiste Boric
2021-08-07Kernel: Migrate local socket table locking to ProtectedValueJean-Baptiste Boric
2021-08-07Kernel: Migrate FIFO table locking to ProtectedValueJean-Baptiste Boric
2021-08-07Kernel: Use atomic integer for next FIFO idJean-Baptiste Boric
2021-08-07Kernel: Migrate ARP table locking to ProtectedValueJean-Baptiste Boric
2021-08-07Kernel: Introduce ProtectedValueJean-Baptiste Boric
2021-08-07Kernel: Implement contended, ref-counted resource frameworkJean-Baptiste Boric
2021-08-07Kernel: Introduce spin-locked contended and locked resource conceptsJean-Baptiste Boric
2021-08-07Kernel: Introduce contended and locked resource conceptsJean-Baptiste Boric
2021-08-07Kernel: Move Lockable into its own headerJean-Baptiste Boric
2021-08-07Kernel: Move SpinLock.h into Locking/Jean-Baptiste Boric
2021-08-07Kernel: Move Mutex into Locking/Jean-Baptiste Boric
2021-08-07Kernel: Move LockMode into Locking/Jean-Baptiste Boric
2021-08-07AK: Introduce IntrusiveListRelaxedConstJean-Baptiste Boric
2021-08-07Meta: Add run-local.shsin-ack
2021-08-07LibJS: Cast length to signed integer before subtractionsin-ack
2021-08-07CI: Fix node-version typosin-ack
2021-08-07LibJS: Reflect an editorial change in the Temporal specLinus Groh
2021-08-07LibJS: Reflect infallibility editorial changes in the Temporal specLinus Groh
2021-08-07Taskbar: Pass full argv for exit actionLuK1337
2021-08-07Kernel: Fix bad search-and-replace renamesAndreas Kling
2021-08-07PixelPaint: Make Guides' visibility optionalTobias Christiansen
2021-08-07PixelPaint: Add the GuideTool to the ToolboxTobias Christiansen
2021-08-07PixelPaint: Add GuideTool for editing GuidesTobias Christiansen
2021-08-07PixelPaint: Allow creation of Guides via the View-MenuTobias Christiansen
2021-08-07PixelPaint: Add a Dialog for the creation of a GuideTobias Christiansen
2021-08-07PixelPaint: Include Guides in the ImageEditorTobias Christiansen
2021-08-07PixelPaint: Add Guide classTobias Christiansen
2021-08-07LibGfx: Add alternate_color to draw_lineTobias Christiansen
2021-08-06PixelPaint: Use a StackWidget in ToolPropertiesWidgetMarcus Nilsson
2021-08-06AK: Implement any_of using common implementationLenny Maiorani
2021-08-06Tests: Remove unused variables for clang buildLenny Maiorani