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
2022-02-03
Kernel: Protect PCI access with spinlock instead of mutex
Andreas Kling
2022-02-03
Kernel: Turn VirtIOGPU operation lock from mutex into spinlock
Andreas Kling
2022-02-03
Kernel: Protect FramebufferDevice with spinlock instead of mutex
Andreas Kling
2022-02-03
Kernel: Protect global device map with spinlock instead of mutx
Andreas Kling
2022-02-03
Kernel: Protect Inode's list of watchers with spinlock instead of mutex
Andreas Kling
2022-02-03
Kernel: Protect mounted filesystem list with spinlock instead of mutex
Andreas Kling
2022-02-03
Kernel: Protect network adapter list with spinlock instead of mutex
Andreas Kling
2022-02-03
Kernel: Protect PTYMultiplexer freelist with spinlock instead of mutex
Andreas Kling
2022-02-03
Kernel: Protect ARP table with spinlock instead of mutex
Andreas Kling
2022-02-03
Kernel: Convert OpenFileDescriptor from mutex to spinlock
Andreas Kling
2022-02-03
Kernel: Move Spinlock lock/unlock functions out of line
Andreas Kling
2022-02-03
ClockSettings: Display a text bubble with extra time zone information
Timothy Flynn
2022-02-03
ClockSettings: Display a map to show the current time zone's location
Timothy Flynn
2022-02-03
LibGUI: Add a const accessor to ImageWidget's bitmap
Timothy Flynn
2022-02-03
LibGUI: Forward declare ImageWidget
Timothy Flynn
2022-02-03
LibTimeZone: Parse and generate time zone coordinate data
Timothy Flynn
2022-02-03
LibGUI: Set a fixed width for the SettingsWindow reset-to-default button
Timothy Flynn
2022-02-03
Documentation: Update reference to obsolete config option
Rummskartoffel
2022-02-03
KeyboardPreferenceLoader: Don't crash when "Keymaps" is empty
Rummskartoffel
2022-02-03
LibC: Add IN6_IS_ADDR_LINKLOCAL to in.h
Brian Gianforcaro
2022-02-03
CrashReporter: Stop attempting to lockdown the process veil
Brian Gianforcaro
2022-02-03
Base: Update keymap man page to include new functionality
Timur Sultanov
2022-02-03
Base+WindowsServer+keymap: Store multiple keymaps in a config
Timur Sultanov
2022-02-03
Base: Start Keymap.Applet automatically
Timur Sultanov
2022-02-03
WindowServer+Keymap+LibGUI: Add widget to display current keymap
Timur Sultanov
2022-02-03
WindowManager: Basic support for system keymap switching
Timur Sultanov
2022-02-03
LibWeb: Implement TransformationStyleValue::to_string()
Sam Atkins
2022-02-03
LibWeb: Allow comma- or space-separated StyleValueLists
Sam Atkins
2022-02-03
LibWeb: Make StyleValue::to_string() output valid CSS
Sam Atkins
2022-02-03
LibWeb: Move non-trivial StyleValue to_string() methods to cpp file
Sam Atkins
2022-02-02
mount: Do not print usage if executed without any arguments
Kenneth Myhra
2022-02-02
Documentation: Add FAQ entry about running the system
sin-ack
2022-02-02
LibJS: Consider calls of parse_iso_date_time() fallible
Linus Groh
2022-02-02
LibWeb: Don't verify that a dimension unit isn't whitespace
Sam Atkins
2022-02-02
Documentation: Update BareMetalInstallation's storage support section
Pankaj Raghav
2022-02-02
Kernel: Add polling support to NVMe
Pankaj Raghav
2022-02-02
Kernel: Add conditional call to disable_irq in IRQHandler constructor
Pankaj Raghav
2022-02-02
Kernel: Add nvme_poll command line parameters
Pankaj Raghav
2022-02-02
LibJS: Reject '-000000' as extended year
Linus Groh
2022-02-02
mount: Exit without error when handling mount all on system boot
Brian Gianforcaro
2022-02-02
Revert "Kernel: Only update page tables for faulting region"
Andreas Kling
2022-02-02
Kernel: Only update page tables for faulting region
Andreas Kling
2022-02-01
Base: Add missing FileTypes for PixelPaint
Easton Pillay
2022-02-01
LibGUI: Rename Close to Discard in MessageBox::ask_about_unsaved_changes
Thitat Auareesuksakul
2022-02-01
PixelPaint: Paint layer thumbnails with correct aspect ratio
Andreas Kling
2022-02-01
LibGUI: Allow only one CommandPalette at once to be opened
Maciej
2022-02-01
Build: Remove hardcoded executable path
Lucas CHOLLET
2022-02-01
Base: Add open links to all of the game man pages
Brian Gianforcaro
2022-02-01
LibGfx+Applications: Add human readable name helper for fonts
thankyouverycool
2022-02-01
Everywhere: Fully qualify font names by including their slope
thankyouverycool
[next]