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-12-28
Ports: Remove i686 support
Liav A
2022-12-28
Applications: Remove i686 support
Liav A
2022-12-28
DevTools: Remove i686 support
Liav A
2022-12-28
HackStudio: Remove i686 support
Liav A
2022-12-28
LibX86: Remove i686 support
Liav A
2022-12-28
LibCoredump: Remove i686 support
Liav A
2022-12-28
LibDebug: Remove i686 support
Liav A
2022-12-28
LibELF+LibSymbolication: Remove i686 support
Liav A
2022-12-28
DynamicLoader: Remove i686 support
Liav A
2022-12-28
LibC: Remove i686 support
Liav A
2022-12-28
Kernel+Userland: Remove dependency on i386-specific registers
Liav A
2022-12-28
Userland: Remove i686 support
Liav A
2022-12-28
Meta: Remove i686 target
Liav A
2022-12-28
Base: Remove UserspaceEmulator from the list of manual pages to verify
Timothy Flynn
2022-12-27
icc: Print profile creation time
Nico Weber
2022-12-27
LibGfx: Read profile creation time from ICCProfile header
Nico Weber
2022-12-27
LibC: Make timegm() force tm_isdst to 0
Nico Weber
2022-12-27
Documentation: Fix a few typos
Nico Weber
2022-12-27
LibGfx: Start adding a utility for handling ICC color profiles
Nico Weber
2022-12-27
LibGfx: Start adding a class for handling ICC color profiles
Nico Weber
2022-12-27
LibVideo: Fix two comment typos
Nico Weber
2022-12-27
Taskbar: Propagate more errors on widget population
thankyouverycool
2022-12-27
Taskbar: Load Assistant's AppFile on window creation
thankyouverycool
2022-12-27
LibDesktop: Do not quit screensaver on immediate mouse move
Jelle Raaijmakers
2022-12-27
Demos+LibDesktop: Centralize screensaver logic
Jelle Raaijmakers
2022-12-27
Browser: Escape question marks for google.com urls in content filter
Florian Cramer
2022-12-27
AK: Make StringUtils::matches() handle escaping correctly
Florian Cramer
2022-12-27
Shell: Add `where` builtin
Vetrox
2022-12-27
LibArchive+Utilities: Port ZipOutputStream to Core::Stream
Karol Kosek
2022-12-27
Utilities/zip: Read files using Core::Stream::File
Karol Kosek
2022-12-26
AK: Mark Error::from_ functions as [[nodiscard]]
Nico Weber
2022-12-26
LibCompress: Add two missing return statements
Nico Weber
2022-12-26
LibWeb: Clamp {row,column} spans if outside of grid
Tom
2022-12-26
LibWeb: Add missing return statement in an element scrolling error case
Timothy Flynn
2022-12-26
Kernel: Add PMCCNTR_EL0, Performance Monitors Cycle Count Register
konrad
2022-12-26
Kernel: Add NZCV, Condition Flags
konrad
2022-12-26
Kernel: Add MIDR_EL1, Main ID Register
konrad
2022-12-26
Kernel: Add CNTFRQ_EL0, Counter-timer Frequency Register
konrad
2022-12-26
Kernel: Add MPIDR_EL1, Multiprocessor Affinity Register
konrad
2022-12-26
Kernel: Add ID_AA64ISAR0_EL1, Instruction Set Attribute Register 0
konrad
2022-12-26
PixelPaint: Erase old active layer boundary when active layer changes
Tim Ledbetter
2022-12-26
Demos: Remove VirGLDemo
Stephan Unverwerth
2022-12-26
Kernel/Graphics: Increase VirtIO GPU transfer buffer size to 4MiB
Stephan Unverwerth
2022-12-26
LibVirtGPU: Adopt rendering code from VirGLDemo
Stephan Unverwerth
2022-12-26
LibVirtGPU: Adopt device initialization code from VirGLDemo
Stephan Unverwerth
2022-12-26
LibVirtGPU: Create and initialize device from file descriptor
Stephan Unverwerth
2022-12-26
LibVirtGPU: Replace magic values with command bitfields
Stephan Unverwerth
2022-12-26
LibVirtGPU: Add utility header for command flag bitfields
Stephan Unverwerth
2022-12-26
LibVirtGPU: Add enum for Gallium texture formats
Stephan Unverwerth
2022-12-26
LibVirtGPU: Add length verification to append_create_shader()
Stephan Unverwerth
[next]