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-01-15
Kernel: Remove infallible VMObject resource factory functions
creator1creeper1
2022-01-15
Kernel: Make SharedInodeVMObject construction OOM-aware
creator1creeper1
2022-01-15
Kernel: Make PrivateInodeVMObject construction OOM-aware
creator1creeper1
2022-01-15
Kernel: Make InodeVMOBject construction OOM-aware
creator1creeper1
2022-01-15
Kernel: Make AnonymousVMObject construction OOM-aware
creator1creeper1
2022-01-15
Kernel: Make VMOBject construction OOM-aware
creator1creeper1
2022-01-15
AK: Add a constructor from Span for FixedArray
creator1creeper1
2022-01-15
AK: Add a constructor from C-style arrays for FixedArray
creator1creeper1
2022-01-15
LibJS: Implement Date.prototype.getTimezoneOffset
Timothy Flynn
2022-01-15
LibJS: Implement MakeDay without using AK::years_to_days_since_epoch
Timothy Flynn
2022-01-15
LibJS: Move time conversion constants to the Date header
Timothy Flynn
2022-01-15
LibJS: Remove Core::DateTime logic from the Date object :^)
Timothy Flynn
2022-01-15
LibJS+js: Pretty-print Date objects using the ToDateString AO
Timothy Flynn
2022-01-15
LibJS: Re-implement the Date constructor / prototype for spec compliance
Timothy Flynn
2022-01-15
LibJS: Make the thisTimeValue AO public
Timothy Flynn
2022-01-15
LibJS: Implement spec-compliant ToDateString and its underlying AOs
Timothy Flynn
2022-01-15
LibJS: Protect LocalTZA against non-finite times
Timothy Flynn
2022-01-15
LibJS: Do not negate offset in LocalTZA for isUTC=false
Timothy Flynn
2022-01-15
LibJS: Implement the LocalTime, UTC, and TimeWithinDay AOs
Timothy Flynn
2022-01-15
LibJS: Sort Date.prototype methods by spec order
Timothy Flynn
2022-01-15
LibTimeZone: Canonicalize the current time zone and fall back to UTC
Timothy Flynn
2022-01-15
Kernel: Don't remap already non-writable regions when they become CoW
Andreas Kling
2022-01-15
Kernel: Don't bother with page tables for PROT_NONE mappings
Andreas Kling
2022-01-15
Kernel: Use move() in Region::try_clone() to avoid a VMObject::unref()
Andreas Kling
2022-01-15
LibELF: Use shared memory mapping when loading ELF objects
Andreas Kling
2022-01-15
Kernel: Only register kernel regions with MemoryManager
Andreas Kling
2022-01-15
Kernel: Remove old "region lookup cache" optimization
Andreas Kling
2022-01-15
Spreadsheet: Use FileSystemAccessClient for the reading of files
Glenford Williams
2022-01-15
Spreadsheet: Implement the mode function
kleines Filmröllchen
2022-01-15
Meta: Make check-symbols.sh use the correct build directory
creator1creeper1
2022-01-15
LibGL+LibSoftGPU: Add support for 8-bit luminance (+ alpha) textures
Luke Wilde
2022-01-15
Kernel: Always remove PageDirectories from the cr3 map on destruction
Idan Horowitz
2022-01-15
Base: Add default "ShowScrollBar" value to Terminal.ini config
Brian Gianforcaro
2022-01-15
Terminal: Add config listeners for controlling scrollbar visibility
Brian Gianforcaro
2022-01-15
TerminalSettings: Expose a CheckBox controlling scrollbar visibility
Brian Gianforcaro
2022-01-15
LibVT: Enable caller to control the visibility of the scrollbar widget
Brian Gianforcaro
2022-01-15
LibCore+LibIPC+Everywhere: Return Stream::LocalSocket from LocalServer
sin-ack
2022-01-15
LibCore: Implement LocalSocket::peer_pid
sin-ack
2022-01-15
LibCore: Implement LocalSocket::adopt_fd
sin-ack
2022-01-15
LibCore: Implement LocalSocket::read_without_waiting
sin-ack
2022-01-15
LibCore: Implement LocalSocket::receive_fd and send_fd
sin-ack
2022-01-15
Base: Add Kayah Li to font Katica Regular 10
Lady Gegga
2022-01-15
Base: Add Tengwar to font Katica Regular 10
Lady Gegga
2022-01-15
Base: Add Elymaic to font Katica Regular 10
Lady Gegga
2022-01-15
AK: Explicitly define copy and assignment operator for SinglyLinkedList
Lucas CHOLLET
2022-01-14
CI: Disallow test failures on macOS Lagom :^)
Timothy Flynn
2022-01-14
LibJS: Clip parsed IS0 8601 strings to +/- 8.64e15
Timothy Flynn
2022-01-14
LibJS: Implement Date.parse using AK::Time and LibTimeZone
Timothy Flynn
2022-01-14
LibJS: Implement the localTZA AO for isUTC=false
Timothy Flynn
2022-01-14
AK: Use appropriate types in AK::Time::from_timestamp factory
Timothy Flynn
[next]