summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-04-04Kernel: Remove unused Region::try_create_kernel_only()Andreas Kling
2022-04-04Kernel: Tweak broken dbgln_if() in sys$fork() after RegionTree changesAndreas Kling
2022-04-04Meta: Add Sahan Fernando to the contributors list :^)Linus Groh
2022-04-03ls: Use `Core::System::pledge(..)` instead of LibC APIBrian Gianforcaro
2022-04-03Utilities: Use default execpromises parameter to `pledge(..)`Brian Gianforcaro
2022-04-03Shell: Use default execpromises parameter to `pledge(..)`Brian Gianforcaro
2022-04-03Services: Use default execpromises parameter to `pledge(..)`Brian Gianforcaro
2022-04-03Applications: Use default execpromises parameter to `pledge(..)`Brian Gianforcaro
2022-04-03Meta: Reword and reformat the suppression comments for PVS StudioBrian Gianforcaro
2022-04-03Meta: Sort PVS Studio suppressions numerically :^)Brian Gianforcaro
2022-04-03Meta: Suppress PVS Studio Rule v603Brian Gianforcaro
2022-04-03Meta: Suppress PVS Studio Rule v591 "non-void functions should return"Brian Gianforcaro
2022-04-03Base: Add Tinier Regular, a 5px tall system fontdiogenes
2022-04-04Kernel: Mark sys$adjtime() as not needing the big lockAndreas Kling
2022-04-04Kernel: Mark sys$clock_settime() as not needing the big logAndreas Kling
2022-04-04Kernel: Mark sys$sched_{set,get}param() as not needing the big lockAndreas Kling
2022-04-04Kernel: Randomize non-specific VM allocations done by sys$execve()Andreas Kling
2022-04-03LibGfx: Use binary search in glyph_id_for_code_point_table_4Nico Weber
2022-04-03LibELF: Look up symbols in all global modulesTimur Sultanov
2022-04-03Base: Add new glyphs to Lucidity fontdjwisdom
2022-04-03Base: Add new glyphs to Satori Regular fontdjwisdom
2022-04-03Base: Add new glyphs to Satori Mono Regular fontdjwisdom
2022-04-03Base: Add new glyphs to Satori Mono Bold fontdjwisdom
2022-04-03Base: Add new glyphs to Satori Bold fontdjwisdom
2022-04-03Base: Add new glyphs to Ataraxia fontdjwisdom
2022-04-03Kernel: Fix aarch64 kernel build on case sensitive file systemsBrian Gianforcaro
2022-04-04Kernel: Use the InstrusiveRedBlackTree::begin_from(V&) APIIdan Horowitz
2022-04-04AK: Add begin_from(V&) APIs to IntrusiveRedBlackTreeIdan Horowitz
2022-04-04Kernel: Remove false condition in RegionTree::allocate_range_specificIdan Horowitz
2022-04-04Kernel: Add RegionTree and remove VirtualRangeAllocator from aarch64James Mintram
2022-04-04LibWeb: Bring BorderRadiusStyleValue::to_string() closer to specIgor Pissolati
2022-04-03Kernel: Actually fix accidental overlaps in allocate_range_specific()Andreas Kling
2022-04-03Shell: Refresh PATH cache after running shellrc filesHumberto Alves
2022-04-03ThemeEditor: Open files with ReadWriteGeekFiftyFive
2022-04-03Kernel: Add kmalloc.cpp to aarch64James Mintram
2022-04-03Kernel: Convert ProcessorInfo::build_brand_string() to StringBuilderLinus Groh
2022-04-03lscpu: Show hypervisor_vendor_id if presentLinus Groh
2022-04-03Kernel: Add hypervisor_vendor_id entry to /proc/cpuinfoLinus Groh
2022-04-03Kernel+SystemMonitor+lscpu: Rename 'CPUID' -> 'Vendor ID'Linus Groh
2022-04-03Kernel: Remove EBX, ECX, and EDX values from hypervisor dmesgln()Linus Groh
2022-04-03Kernel: Move hypervisor vendor ID string to ProcessorInfoLinus Groh
2022-04-03Kernel: Make ProcessorInfo::build_foo_string() privateLinus Groh
2022-04-03Kernel: Move feature string building to ProcessorInfoLinus Groh
2022-04-03Kernel: Rename some ProcessorInfo members to match Intel manualLinus Groh
2022-04-03Kernel: Move private ProcessorInfo members to the endLinus Groh
2022-04-03LibWeb: Include all row-groups in column width calculationsSimon Wanner
2022-04-03LibWeb: Handle failed browsing context creation in HTMLObjectElementSimon Wanner
2022-04-03LibWeb: Make resolved styles handle calculated length-percentagesSimon Wanner
2022-04-03LibWeb: Add a null-check for page() in ESO::is_scripting_enabled()Simon Wanner
2022-04-03Kernel: Fix accidental overlaps in RegionTree::allocate_range_specific()Andreas Kling