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-16
LibJS: Allow passing prototype to ECMAScriptFunctionObject::create()
Linus Groh
2022-01-16
LibJS: Don't require ParenClose in Parser::parse_formal_parameters()
Linus Groh
2022-01-16
LibJS: Consume curly braces outside of Parser::parse_function_body()
Linus Groh
2022-01-16
LibJS: Add VM::active_function_object()
Linus Groh
2022-01-16
LibJS: Rename FunctionKind::{Regular => Normal}
Linus Groh
2022-01-15
Kernel: Wait for NVMe controller to change enabled state
Tom
2022-01-16
AK: Mark the error branch of the TRY() macro as unlikely
Idan Horowitz
2022-01-16
Kernel: Use kernelputstr instead of dbgln when printing backtraces
Idan Horowitz
2022-01-16
Kernel: Make Processor::capture_stack_trace fallible using ErrorOr
Idan Horowitz
2022-01-16
Kernel: Specify inline capacity of return type in capture_stack_trace
Idan Horowitz
2022-01-15
PixelPaint: Add delete selection behavior
Olivier De Cannière
2022-01-16
Kernel: Remove useless return value from procfs_get_thread_stack
Idan Horowitz
2022-01-16
AK: Explicitly name types in Iterator.h
creator1creeper1
2022-01-16
AK: Make Vector more const-correct by using RemoveReference<T>
creator1creeper1
2022-01-16
Everywhere: Mark Vector of mutable references as mutable
creator1creeper1
2022-01-15
nc: Port to LibMain
Kenneth Myhra
2022-01-15
PixelPaint: Restrict "crop to selection" to image boundaries
Mateusz Krajewski
2022-01-15
Assistant: Fix crash in FileProvider background thread upon exit
Rummskartoffel
2022-01-15
Assistant: Make Provider ref-counted
Rummskartoffel
2022-01-15
Documentation: Update names of RefPtr helper functions
Rummskartoffel
2022-01-15
unzip: Don't fail from mmap when trying to decompress empty files
Rummskartoffel
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
[next]