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-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
2022-08-17
LibUnicode: Mark UniqueStringStorage::generate as constant
Timothy Flynn
2022-08-17
Base: Add more emoji
Xexxa
2022-08-17
Base: Replace emoji U+1F47D.png with U+1F470.png, remove U+1F470.png
Xexxa
2022-08-17
Base: Adjust transparency for emoji U+1F1EA_U+1F1EC.png
Xexxa
2022-08-17
Base: Add 6 new emojis
Ryan Liptak
2022-08-17
Base: Add new emojis U+1F311-U+1F31A U+1F31D
djwisdom
2022-08-17
Base: Add 16 new hand emojis
Ryan Liptak
2022-08-16
Base: Add 10 new emojis
Ryan Liptak
2022-08-16
Base: Update tongue color of emoji U+1F923 to match others
Ryan Liptak
2022-08-16
Base: Add 2 new cat face emojis
Ryan Liptak
2022-08-16
Base: Fix codepoint of CRYING CAT FACE
Ryan Liptak
2022-08-16
Kernel: Make sys$socketpair() not take the big lock
Andreas Kling
2022-08-16
Kernel: Only lock file descriptor table once in sys$pipe()
Andreas Kling
2022-08-16
Kernel: Don't leak file descriptors in sys$pipe()
Andreas Kling
2022-08-16
Kernel: Make sys$pipe() not take the big lock
Andreas Kling
2022-08-16
Kernel: Remove unnecessary TOCTOU bug in sys$pipe()
Andreas Kling
2022-08-16
LibGUI: Don't let widgets hide tooltips they didn't show
David Smith
2022-08-16
LibTimeZone+LibUnicode: Generate string data with run-length encoding
Timothy Flynn
2022-08-16
Kernel: Lock the inode before writing in SharedInodeVMObject::sync
Mike Akers
2022-08-16
Profiler: Fix unmovable splitter
David Smith
2022-08-16
LibGUI+WindowServer+DisplaySettings: Add Tooltips to SystemEffects
thankyouverycool
2022-08-16
WindowServer: Remove unused header in SystemEffects
thankyouverycool
2022-08-16
WindowServer: Walk the open menu stack in reverse on MouseMove events
thankyouverycool
2022-08-16
WindowServer: Do not pop-up submenus directly atop their ancestors
thankyouverycool
2022-08-16
WindowServer: Add MenuManager helper to find closest open ancestor
thankyouverycool
2022-08-16
WindowServer: Force cursor invalidation when composing immediately
thankyouverycool
[next]