summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-02-03Kernel: Protect PCI access with spinlock instead of mutexAndreas Kling
2022-02-03Kernel: Turn VirtIOGPU operation lock from mutex into spinlockAndreas Kling
2022-02-03Kernel: Protect FramebufferDevice with spinlock instead of mutexAndreas Kling
2022-02-03Kernel: Protect global device map with spinlock instead of mutxAndreas Kling
2022-02-03Kernel: Protect Inode's list of watchers with spinlock instead of mutexAndreas Kling
2022-02-03Kernel: Protect mounted filesystem list with spinlock instead of mutexAndreas Kling
2022-02-03Kernel: Protect network adapter list with spinlock instead of mutexAndreas Kling
2022-02-03Kernel: Protect PTYMultiplexer freelist with spinlock instead of mutexAndreas Kling
2022-02-03Kernel: Protect ARP table with spinlock instead of mutexAndreas Kling
2022-02-03Kernel: Convert OpenFileDescriptor from mutex to spinlockAndreas Kling
2022-02-03Kernel: Move Spinlock lock/unlock functions out of lineAndreas Kling
2022-02-03ClockSettings: Display a text bubble with extra time zone informationTimothy Flynn
2022-02-03ClockSettings: Display a map to show the current time zone's locationTimothy Flynn
2022-02-03LibGUI: Add a const accessor to ImageWidget's bitmapTimothy Flynn
2022-02-03LibGUI: Forward declare ImageWidgetTimothy Flynn
2022-02-03LibTimeZone: Parse and generate time zone coordinate dataTimothy Flynn
2022-02-03LibGUI: Set a fixed width for the SettingsWindow reset-to-default buttonTimothy Flynn
2022-02-03Documentation: Update reference to obsolete config optionRummskartoffel
2022-02-03KeyboardPreferenceLoader: Don't crash when "Keymaps" is emptyRummskartoffel
2022-02-03LibC: Add IN6_IS_ADDR_LINKLOCAL to in.hBrian Gianforcaro
2022-02-03CrashReporter: Stop attempting to lockdown the process veilBrian Gianforcaro
2022-02-03Base: Update keymap man page to include new functionalityTimur Sultanov
2022-02-03Base+WindowsServer+keymap: Store multiple keymaps in a configTimur Sultanov
2022-02-03Base: Start Keymap.Applet automaticallyTimur Sultanov
2022-02-03WindowServer+Keymap+LibGUI: Add widget to display current keymapTimur Sultanov
2022-02-03WindowManager: Basic support for system keymap switchingTimur Sultanov
2022-02-03LibWeb: Implement TransformationStyleValue::to_string()Sam Atkins
2022-02-03LibWeb: Allow comma- or space-separated StyleValueListsSam Atkins
2022-02-03LibWeb: Make StyleValue::to_string() output valid CSSSam Atkins
2022-02-03LibWeb: Move non-trivial StyleValue to_string() methods to cpp fileSam Atkins
2022-02-02mount: Do not print usage if executed without any argumentsKenneth Myhra
2022-02-02Documentation: Add FAQ entry about running the systemsin-ack
2022-02-02LibJS: Consider calls of parse_iso_date_time() fallibleLinus Groh
2022-02-02LibWeb: Don't verify that a dimension unit isn't whitespaceSam Atkins
2022-02-02Documentation: Update BareMetalInstallation's storage support sectionPankaj Raghav
2022-02-02Kernel: Add polling support to NVMePankaj Raghav
2022-02-02Kernel: Add conditional call to disable_irq in IRQHandler constructorPankaj Raghav
2022-02-02Kernel: Add nvme_poll command line parametersPankaj Raghav
2022-02-02LibJS: Reject '-000000' as extended yearLinus Groh
2022-02-02mount: Exit without error when handling mount all on system bootBrian Gianforcaro
2022-02-02Revert "Kernel: Only update page tables for faulting region"Andreas Kling
2022-02-02Kernel: Only update page tables for faulting regionAndreas Kling
2022-02-01Base: Add missing FileTypes for PixelPaintEaston Pillay
2022-02-01LibGUI: Rename Close to Discard in MessageBox::ask_about_unsaved_changesThitat Auareesuksakul
2022-02-01PixelPaint: Paint layer thumbnails with correct aspect ratioAndreas Kling
2022-02-01LibGUI: Allow only one CommandPalette at once to be openedMaciej
2022-02-01Build: Remove hardcoded executable pathLucas CHOLLET
2022-02-01Base: Add open links to all of the game man pagesBrian Gianforcaro
2022-02-01LibGfx+Applications: Add human readable name helper for fontsthankyouverycool
2022-02-01Everywhere: Fully qualify font names by including their slopethankyouverycool