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-08-19
Kernel: Don't take thread lock for signal dispatch
Andreas Kling
2022-08-19
Kernel/Memory: Use scope guard to remove a region if we failed to map it
Liav A
2022-08-19
Kernel: Don't lock scheduler in ~Thread()
Andreas Kling
2022-08-19
Kernel: Don't lock scheduler while updating thread scheduling times
Andreas Kling
2022-08-19
Kernel: Reduce time under VMObject lock while handling zero faults
Andreas Kling
2022-08-19
Kernel/x86: Re-enable interrupts ASAP when handling page faults
Andreas Kling
2022-08-19
Base: Add new emojis U+1F58A-U1F58D U+1F5DD U+1F5DE U+1F5E1
djwisdom
2022-08-19
Base: Correct Flag Code Points
electrikmilk
2022-08-18
Kernel: Make sys$anon_create() allocate physical pages immediately
Andreas Kling
2022-08-18
FileManager: Add "open child directory" action (Alt+Down)
Andreas Kling
2022-08-18
LibGUI: Make Breadcrumbbar remember the selected segment index
Andreas Kling
2022-08-18
Kernel: Make Region's physical page accessors safer to use
Andreas Kling
2022-08-18
Kernel: Schedule threads on all processors when SMP is enabled
Andreas Kling
2022-08-18
Kernel: Don't hog VMObject lock when remapping a region page
Andreas Kling
2022-08-18
Kernel: Move Region physical page accessors out of line
Andreas Kling
2022-08-18
Kernel: Add a comment about what the MM lock protects
Andreas Kling
2022-08-18
Kernel: Don't require MM lock for Region::set_page_directory()
Andreas Kling
2022-08-18
Kernel: Fix inconsistent lock acquisition order in kmalloc
Andreas Kling
2022-08-18
Kernel: Don't remap all regions from Region::remap_vmobject_page()
Andreas Kling
2022-08-18
Kernel: Shorten time under spinlocks while handling inode faults
Andreas Kling
2022-08-18
TextEditor: Change cursor when reaching the ruler area
Thomas Symalla
2022-08-18
FileManager: Do not activate "Show Dotfiles" action on every startup
Timothy Flynn
2022-08-18
Base: Add some `repeating-linear-gradient()` examples
MacDue
2022-08-18
LibWeb: Support painting `repeating-linear-gradient()`s
MacDue
2022-08-18
LibWeb: Avoid NaNs from zero-length gradient color stops
MacDue
2022-08-18
LibWeb: Parse `repeating-linear-gradient()`
MacDue
2022-08-18
LibGfx: Skip useless iterations during PNG::FilterType::Sub unfiltering
Ryan Liptak
2022-08-18
LibGfx: Unfilter PNG data before unpacking it to RGBA
Ryan Liptak
2022-08-18
Base: Add new globe emojis U+1F30D-U+1F30F
djwisdom
2022-08-17
LibCore: Make EventLoop's connection to InspectorServer work again
kleines Filmröllchen
2022-08-18
Kernel: Fix TOCTOU in sys$unveil()
Andreas Kling
2022-08-18
Kernel/x86: Don't re-enable interrupts too soon when unlocking spinlocks
Andreas Kling
2022-08-18
Kernel: Protect the Custody cache with a spinlock
Andreas Kling
2022-08-18
Kernel: Remove outdated FIXME in Custody.h
Andreas Kling
2022-08-18
Kernel: Use consistent lock acquisition order in Thread::block*()
Andreas Kling
2022-08-18
Kernel: Don't do path resolution in sys$chdir() while holding spinlock
Andreas Kling
2022-08-18
Kernel/x86: Disable interrupts when leaving critical sections
Andreas Kling
2022-08-18
Kernel/x86: Move Processor::{leave,clear}_critical() out of line
Andreas Kling
2022-08-17
LibJS: Resolve the correct this value for calls in with statements
davidot
2022-08-17
LibJS: Implement tagged literals evaluation like the spec
davidot
2022-08-17
LibJS: Allow invalid string in tagged template literals
davidot
2022-08-17
LibJS: Make StringToNumber case sensitive when falling back to strtod
davidot
2022-08-17
LibJS: Don't assume a this argument for function.prototype.bind
davidot
2022-08-17
LibJS: Add the HostEnsureCanAddPrivateElement hook
davidot
2022-08-18
Kernel: Make sys$unveil() not take the big process lock
Samuel Bowman
2022-08-17
Kernel: Require semicolon after VERIFY_{NO_,}PROCESS_BIG_LOCK_ACQUIRED
Linus Groh
2022-08-17
Meta: Upgrade to the lastest version of the SonarScanner CLI
Brian Gianforcaro
2022-08-17
Meta: Disallow running with QEMU >= 7.x on aarch64 build
Timon Kruiper
2022-08-17
Toolchain: Allow setting QEMU_{VERSION, MD5SUM} from command line
Timon Kruiper
2022-08-17
LibUnicode: Generate code point display names with run-length encoding
Timothy Flynn
[next]