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
2023-04-04
Kernel: Stop using *LockRefPtr for ProcessGroup
Andreas Kling
2023-04-04
Kernel: Don't ref/unref the holder thread in Mutex
Andreas Kling
2023-04-04
Kernel: Stop using *LockRefPtr for Thread
Andreas Kling
2023-04-04
Kernel: Simplify Process factory functions
Andreas Kling
2023-04-04
Kernel: Stop using *LockRefPtr for Process pointers
Andreas Kling
2023-04-04
Kernel: Simplify Mount internals
Andreas Kling
2023-04-04
Kernel: Stop using *LockRefPtr for FileSystem pointers
Andreas Kling
2023-04-04
Kernel/aarch64: Implement `Processor::time_spent_idle()`
Caoimhe
2023-04-03
Kernel: Merge x86_64 and aarch64 init.cpp files
Timon Kruiper
2023-04-03
Kernel: Move deferred call code into separate DeferredCallPool class
Timon Kruiper
2023-04-03
Kernel/aarch64: Correctly implement Processor::leave_critical
Timon Kruiper
2023-04-03
Kernel/Graphics: Only search for PCI graphics cards on x86_64
Timon Kruiper
2023-04-03
Kernel/aarch64: Move query_firmware_version into RPi::Mailbox
Timon Kruiper
2023-04-03
Kernel/aarch64: Move logo drawing and initializing into RPi::Framebuffer
Timon Kruiper
2023-04-03
Kernel: Disable interrupts for aarch64 in WorkQueue's main loop
Timon Kruiper
2023-04-03
Kernel/aarch64: Rename Processor::install to Processor::early_initialize
Timon Kruiper
2023-04-03
LibGUI+CertificateSettings: Use custom SortingProxy
Fabian Dellwing
2023-04-03
CertificateSettings: Add export functionality
Fabian Dellwing
2023-04-03
LibCrypto: Add PEM encoder
Fabian Dellwing
2023-04-03
CertificateSettings: Add import functionality
Fabian Dellwing
2023-04-03
CertificateSettings: Create basic Cert Store application
Fabian Dellwing
2023-04-03
LibTLS: Refactor CA loading into central function
Fabian Dellwing
2023-04-03
Toolchain+Meta: Support kernel debugging with host AArch64 GDB
Daniel Bertalan
2023-04-03
LibTest: Don't output information on tests if none exist
Lucas CHOLLET
2023-04-03
Tests: Add benchmarks for `JPEGLoader`
Lucas CHOLLET
2023-04-03
Spreadsheet: Propagate errors from SpreadsheetWidget::initialize_menubar
Sam Atkins
2023-04-03
Spreadsheet: Add list of recently-opened files
Sam Atkins
2023-04-03
LibWeb: Expand background-position layers into x/y position lists
MacDue
2023-04-03
LibWeb: Add getter for separator to StyleValueList
MacDue
2023-04-03
LibGfx/JPEG: Add YCCK and CMYK to RGB color transformations
Lucas CHOLLET
2023-04-03
LibGfx/JPEG: Support for images with four components
Lucas CHOLLET
2023-04-03
LibGfx/JPEG: Replace C-style array by `Array`
Lucas CHOLLET
2023-04-03
LibGfx/JPEG: Bring IDCT and YCbCr conversion closer to specification
Lucas CHOLLET
2023-04-03
Tests: Add a test for SOF2 JPEGs with successive approximations
Lucas CHOLLET
2023-04-03
LibGfx/JPEG: Don't reject SOF2 image with successive approximations
Lucas CHOLLET
2023-04-03
LibGfx/JPEG: Support refinement scans
Lucas CHOLLET
2023-04-03
LibGfx/JPEG: Handle ZRL as a special case
Lucas CHOLLET
2023-04-03
LibGfx/JPEG: Change the loop over AC coefficients
Lucas CHOLLET
2023-04-03
LibGfx/JPEG: Still iterate over AC coefficients of a EOB targeted block
Lucas CHOLLET
2023-04-03
LibGfx/JPEG: Split `spectral_approximation`
Lucas CHOLLET
2023-04-03
PDFViewer: Add list of recently-opened files
Sam Atkins
2023-04-03
AK+Everywhere: Change AK::fill_with_random to accept a Bytes object
Timothy Flynn
2023-04-03
AK: Add templated Span<u8> and Span<u8 const> constructors for C-arrays
Timothy Flynn
2023-04-03
AK: Prevent passing lengths greater than 256 to getentropy()
Timothy Flynn
2023-04-03
LibGfx/JPEG: Use a basic `Stream` instead of a `SeekableStream`
Lucas CHOLLET
2023-04-03
LibGfx/JPEG: Remove the `ensure_bounds_okay` function
Lucas CHOLLET
2023-04-03
Kernel: Implement Processor::assume_context for AArch64
Idan Horowitz
2023-04-03
Kernel: Call exit_trap in AArch64 restore_context_and_eret
Idan Horowitz
2023-04-03
Kernel: Abstract Processor::assume_context flags using InterruptsState
Idan Horowitz
2023-04-03
Kernel: Stop overwriting AArch64 link register in forked processes
Idan Horowitz
[next]