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-25
LibGUI+WindowServer: Initialize minimum window size to zero
thankyouverycool
2022-08-24
LibCrypto: Implement a (mostly) proper to_double for UnsignedBigInteger
davidot
2022-08-24
LibCrypto: Make a VERIFY a static_assert since it only uses constants
davidot
2022-08-24
LibJS: Allow BigInts as destructuring property names
davidot
2022-08-24
LibJS: Fix that leftshift for BigInts did not round down
davidot
2022-08-24
LibJS: Use the new BigInt compare_to_double algorithm :^)
davidot
2022-08-24
LibCrypto: Add a way to compare a SignedBigInteger with a double
davidot
2022-08-24
Ports: Update gcc to version 12.2.0
Brian Gianforcaro
2022-08-24
Ports: Update binutils to version 2.39
Brian Gianforcaro
2022-08-24
Toolchain: Update GDB to version 12.1
Brian Gianforcaro
2022-08-24
Toolchain: Update binutils to version 2.39
Brian Gianforcaro
2022-08-24
Toolchain: Update gcc to version 12.2.0
Brian Gianforcaro
2022-08-24
Tests/Kernel: Make sure inaccessible area in TestEFault is actually that
Andreas Kling
2022-08-24
Kernel: Use RefPtr instead of LockRefPtr for PhysicalPage
Andreas Kling
2022-08-24
Kernel: Make PhysicalPage::ref() use relaxed memory order
Andreas Kling
2022-08-24
Meta: Only include headings for populated groups/subgroups in emoji.txt
Ryan Liptak
2022-08-24
Kernel: Remove unnecessary forward declaration of s_mm_lock
Andreas Kling
2022-08-24
Kernel: Don't take MM lock in ~PageDirectory()
Andreas Kling
2022-08-24
Kernel: Don't take MM lock in MemoryManager::dump_kernel_regions()
Andreas Kling
2022-08-24
Kernel: Don't take MM lock in MemoryManager::enter_address_space()
Andreas Kling
2022-08-24
Kernel: Update comment about what the MM lock protects
Andreas Kling
2022-08-24
Kernel: Don't wrap AddressSpace's RegionTree in SpinlockProtected
Andreas Kling
2022-08-24
Kernel: Make file-backed memory regions remember description permissions
Andreas Kling
2022-08-24
Kernel: Simplify the File memory-mapping API
Andreas Kling
2022-08-24
Kernel: Wrap process address spaces in SpinlockProtected
Andreas Kling
2022-08-24
Kernel: Don't hog the MM lock while unmapping regions
Andreas Kling
2022-08-24
Kernel: Wrap RegionTree objects in SpinlockProtected
Andreas Kling
2022-08-24
WindowServer+DisplaySettings: Capitalize display mode dropdown
James Bellamy
2022-08-24
Base: Add more emojis
electrikmilk
2022-08-24
Ports: Set correct path in `.la` files for libvorbis
Jelle Raaijmakers
2022-08-24
PixelPaint: Add more icons
electrikmilk
2022-08-24
Ports: Select right config tools for SDL_mixer
Jelle Raaijmakers
2022-08-24
Ports: Update stress-ng to version 0.14.03
Brian Gianforcaro
2022-08-24
Documentation: Remove execute bit from image file
Brian Gianforcaro
2022-08-23
LibJS: Use __builtin_isnan in static_assert instead of isnan
davidot
2022-08-23
PixelPaint: Add simple "Crop Image to Content" feature
Andreas Kling
2022-08-23
PixelPaint: Make the default empty image transparent by default
Andreas Kling
2022-08-23
PixelPaint: Avoid division-by-zero in HistogramWidget
Andreas Kling
2022-08-23
Kernel: Remove big lock from sys$socket
James Bellamy
2022-08-23
SQLStudio: Reset status bar and menu actions when closing a tab
Jose Flores
2022-08-23
LibC: Add missing sys/cdefs.h include
Emily Trau
2022-08-23
LibWeb: Don't grow Wasm memory again after initialisation
Ali Mohammad Pur
2022-08-23
CI: Bust the macOS Lagom ccache and reduce its size
Timothy Flynn
2022-08-23
Meta: Only run the emoji generator for Serenity builds
Timothy Flynn
2022-08-23
Meta: Ensure the emoji generator depends on its own script
Timothy Flynn
2022-08-23
Userland: Consolidate most PATH resolving into a single implementation
Tim Schumacher
2022-08-23
Userland: Rely on a single authoritative source for the default `PATH`
Tim Schumacher
2022-08-23
LibWeb: Restore realm retrieval from 'this' in activate_event_handler()
Linus Groh
2022-08-23
LibTimeZone: Update to TZDB version 2022c
Timothy Flynn
2022-08-23
Meta: Remove check for QEMU < 7.0 on aarch64 build
Timon Kruiper
[next]