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-04-04
Kernel: Remove unused Region::try_create_kernel_only()
Andreas Kling
2022-04-04
Kernel: Tweak broken dbgln_if() in sys$fork() after RegionTree changes
Andreas Kling
2022-04-04
Meta: Add Sahan Fernando to the contributors list :^)
Linus Groh
2022-04-03
ls: Use `Core::System::pledge(..)` instead of LibC API
Brian Gianforcaro
2022-04-03
Utilities: Use default execpromises parameter to `pledge(..)`
Brian Gianforcaro
2022-04-03
Shell: Use default execpromises parameter to `pledge(..)`
Brian Gianforcaro
2022-04-03
Services: Use default execpromises parameter to `pledge(..)`
Brian Gianforcaro
2022-04-03
Applications: Use default execpromises parameter to `pledge(..)`
Brian Gianforcaro
2022-04-03
Meta: Reword and reformat the suppression comments for PVS Studio
Brian Gianforcaro
2022-04-03
Meta: Sort PVS Studio suppressions numerically :^)
Brian Gianforcaro
2022-04-03
Meta: Suppress PVS Studio Rule v603
Brian Gianforcaro
2022-04-03
Meta: Suppress PVS Studio Rule v591 "non-void functions should return"
Brian Gianforcaro
2022-04-03
Base: Add Tinier Regular, a 5px tall system font
diogenes
2022-04-04
Kernel: Mark sys$adjtime() as not needing the big lock
Andreas Kling
2022-04-04
Kernel: Mark sys$clock_settime() as not needing the big log
Andreas Kling
2022-04-04
Kernel: Mark sys$sched_{set,get}param() as not needing the big lock
Andreas Kling
2022-04-04
Kernel: Randomize non-specific VM allocations done by sys$execve()
Andreas Kling
2022-04-03
LibGfx: Use binary search in glyph_id_for_code_point_table_4
Nico Weber
2022-04-03
LibELF: Look up symbols in all global modules
Timur Sultanov
2022-04-03
Base: Add new glyphs to Lucidity font
djwisdom
2022-04-03
Base: Add new glyphs to Satori Regular font
djwisdom
2022-04-03
Base: Add new glyphs to Satori Mono Regular font
djwisdom
2022-04-03
Base: Add new glyphs to Satori Mono Bold font
djwisdom
2022-04-03
Base: Add new glyphs to Satori Bold font
djwisdom
2022-04-03
Base: Add new glyphs to Ataraxia font
djwisdom
2022-04-03
Kernel: Fix aarch64 kernel build on case sensitive file systems
Brian Gianforcaro
2022-04-04
Kernel: Use the InstrusiveRedBlackTree::begin_from(V&) API
Idan Horowitz
2022-04-04
AK: Add begin_from(V&) APIs to IntrusiveRedBlackTree
Idan Horowitz
2022-04-04
Kernel: Remove false condition in RegionTree::allocate_range_specific
Idan Horowitz
2022-04-04
Kernel: Add RegionTree and remove VirtualRangeAllocator from aarch64
James Mintram
2022-04-04
LibWeb: Bring BorderRadiusStyleValue::to_string() closer to spec
Igor Pissolati
2022-04-03
Kernel: Actually fix accidental overlaps in allocate_range_specific()
Andreas Kling
2022-04-03
Shell: Refresh PATH cache after running shellrc files
Humberto Alves
2022-04-03
ThemeEditor: Open files with ReadWrite
GeekFiftyFive
2022-04-03
Kernel: Add kmalloc.cpp to aarch64
James Mintram
2022-04-03
Kernel: Convert ProcessorInfo::build_brand_string() to StringBuilder
Linus Groh
2022-04-03
lscpu: Show hypervisor_vendor_id if present
Linus Groh
2022-04-03
Kernel: Add hypervisor_vendor_id entry to /proc/cpuinfo
Linus Groh
2022-04-03
Kernel+SystemMonitor+lscpu: Rename 'CPUID' -> 'Vendor ID'
Linus Groh
2022-04-03
Kernel: Remove EBX, ECX, and EDX values from hypervisor dmesgln()
Linus Groh
2022-04-03
Kernel: Move hypervisor vendor ID string to ProcessorInfo
Linus Groh
2022-04-03
Kernel: Make ProcessorInfo::build_foo_string() private
Linus Groh
2022-04-03
Kernel: Move feature string building to ProcessorInfo
Linus Groh
2022-04-03
Kernel: Rename some ProcessorInfo members to match Intel manual
Linus Groh
2022-04-03
Kernel: Move private ProcessorInfo members to the end
Linus Groh
2022-04-03
LibWeb: Include all row-groups in column width calculations
Simon Wanner
2022-04-03
LibWeb: Handle failed browsing context creation in HTMLObjectElement
Simon Wanner
2022-04-03
LibWeb: Make resolved styles handle calculated length-percentages
Simon Wanner
2022-04-03
LibWeb: Add a null-check for page() in ESO::is_scripting_enabled()
Simon Wanner
2022-04-03
Kernel: Fix accidental overlaps in RegionTree::allocate_range_specific()
Andreas Kling
[next]