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
2021-11-29
LibJS: Implement Temporal.Duration.prototype.subtract
Luke Wilde
2021-11-29
LibJS: Implement Temporal.Duration.prototype.add
Luke Wilde
2021-11-29
LibJS: Implement Temporal.Duration.prototype.round
Luke Wilde
2021-11-29
LibJS: Implement Intl.DateTimeFormat.prototype.resolvedOptions
Timothy Flynn
2021-11-29
LibJS: Implement Intl.DateTimeFormat.supportedLocalesOf
Timothy Flynn
2021-11-29
js: Implement pretty-printing of Intl.DateTimeFormat
Timothy Flynn
2021-11-29
LibJS+LibUnicode: Implement the Intl.DateTimeFormat constructor
Timothy Flynn
2021-11-29
LibJS: Implement a nearly empty Intl.DateTimeFormat object
Timothy Flynn
2021-11-29
LibUnicode: Add special handling of hour cycle (hc) Unicode keywords
Timothy Flynn
2021-11-29
LibUnicode: Parse and generate calendar (ca) Unicode keywords
Timothy Flynn
2021-11-29
LibUnicode: Parse and generate regional hour cycles
Timothy Flynn
2021-11-29
LibUnicode: Sort generated enums case-insensitively
Timothy Flynn
2021-11-29
LibUnicode: Parse and generate available candidate format patterns
Timothy Flynn
2021-11-29
LibUnicode: Hard-code an alias from the Gregorian calendar to Gregory
Timothy Flynn
2021-11-29
LibUnicode: Parse and generate date, time, and date-time format patterns
Timothy Flynn
2021-11-29
LibUnicode: Create a nearly empty generator for date-time formatting
Timothy Flynn
2021-11-29
LibJS+LibUnicode: Separate number formatting methods from Locale.h
Timothy Flynn
2021-11-29
LibJS: Change Intl's GetOption AO to accept a Span rather than a Vector
Timothy Flynn
2021-11-29
LibDSP: Fix potential slicing issue in volume_from_envelope
Brian Gianforcaro
2021-11-29
LibCpp: Fix copy paste typo in Parser::match_secondary_expression
Brian Gianforcaro
2021-11-29
3DFileViewer: Set correct aspect ratio in view frustum
Jelle Raaijmakers
2021-11-29
Tests: Add a simple LibGL render-test
Hendiadyoin1
2021-11-29
Lagom: Add LibGL to the libraries
Hendiadyoin1
2021-11-29
Lagom: Disable implicit-const-int-float-conversion warnings
Hendiadyoin1
2021-11-29
LibGL: Mark SoftwareGLContext::gl_scissor as override
Hendiadyoin1
2021-11-29
LibGfx: Link against LibIPC
Hendiadyoin1
2021-11-29
LibGfx: Load default font lazily
Hendiadyoin1
2021-11-29
LibJS: Implement parsing and executing for-await-of loops
davidot
2021-11-29
LibJS: Implement the async versions of iterator operations
davidot
2021-11-29
LibJS: Add AsyncFromSyncIteratorPrototype and Async-From-Sync instances
davidot
2021-11-29
LibJS: Move the TRY_OR_REJECT macro to PromiseReaction
davidot
2021-11-29
LibJS: Add AsyncIteratorPrototype
davidot
2021-11-29
ImageDecoder: Fix assertion after failed decode
Andreas Kling
2021-11-29
3DFileViewer: Improve FPS display
Jelle Raaijmakers
2021-11-29
LibIPC: Mark m_sockfd as maybe_unused on non Serenity platforms
davidot
2021-11-28
Kernel: Use peripheral addresses returned from MMIO to map prekernel mem
James Mintram
2021-11-28
Kernel: Refactor prekernel MMU to use a bump allocator
James Mintram
2021-11-28
Kernel: Rename Aarch64Asm -> ASM_wrapper and add Aarch64::Asm namespace
James Mintram
2021-11-28
Kernel: Rename Aarch64Registers -> Registers and add Aarch64 namespace
James Mintram
2021-11-28
Kernel: Set up and activate the MMU in the aarch64 perkernel
James Mintram
2021-11-28
Kernel: Move common aarch64 asm functions into kernel folder and NS
James Mintram
2021-11-28
Kernel: Split prekernel exception level code into its own file
James Mintram
2021-11-28
Kernel: Change prekernel to use shared SP across Exception Levels
James Mintram
2021-11-28
Kernel: Replace inline asm with typesafe static member functions
James Mintram
2021-11-28
Kernel: Remove unused header from Aarch64_asm_utils
James Mintram
2021-11-29
LibIPC: Replace u32/u64 value coders with u/ul/ull value coders
Andreas Kling
2021-11-28
SpiceAgent: Port to LibMain :^)
Andreas Kling
2021-11-28
LibCore: Add syscall wrapper for dup()
Andreas Kling
2021-11-28
LibIPC+IPCCompiler+AK: Make IPC value decoders return ErrorOr<void>
Andreas Kling
2021-11-28
LibIPC: Make IPC::Connection::post_message() return ErrorOr
Andreas Kling
[next]