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-07-23
LibJS: Add missing PlainDateTime case in ToTemporalDate
Idan Horowitz
2021-07-23
Kernel: Add missing .globl definitions
Gunnar Beutner
2021-07-23
Kernel: Mark a few more things as READONLY_AFTER_INIT
Gunnar Beutner
2021-07-23
Kernel: Always build the kernel without default libs
Gunnar Beutner
2021-07-23
Kernel: Make some of the assembly code position-independent on x86_64
Gunnar Beutner
2021-07-23
Prekernel: Don't build the prekernel as a PIE image
Gunnar Beutner
2021-07-23
Kernel: Make -pie work for x86_64
Gunnar Beutner
2021-07-23
Kernel: Use StringView when parsing pledges in sys$pledge(..)
Brian Gianforcaro
2021-07-23
Tests: Add test coverage for sys$pledge(..) argument validation
Brian Gianforcaro
2021-07-23
Kernel: Fix bug where we half apply pledges in sys$pledge(..)
Brian Gianforcaro
2021-07-23
Kernel: Migrate sys$pledge to use the KString API
Brian Gianforcaro
2021-07-23
Kernel: Annotate kernel_base and friends as READONLY_AFTER_INIT
Brian Gianforcaro
2021-07-23
Tests: Add test coverage for sys$unveil(..) argument validation
Brian Gianforcaro
2021-07-23
Kernel: Migrate sys$unveil to use the KString API
Brian Gianforcaro
2021-07-23
Kernel: Use StringView literals for fs_type match in sys$mount(..)
Brian Gianforcaro
2021-07-23
Kernel: Remove another ARCH ifdef using RegisterState::flags()
Brian Gianforcaro
2021-07-23
TextEditor: Allow starting with a file argument that doesn't exist
Itamar
2021-07-23
LibRegex: Switch to east-const style
Ali Mohammad Pur
2021-07-23
LibRegex: Clear previous capture group contents in ECMA262 mode
Ali Mohammad Pur
2021-07-23
CI: Skip commit linter line length check on lines that contain URLs
Idan Horowitz
2021-07-23
LibWeb: Manually convert the js bigint to a wasm i64 value
Ali Mohammad Pur
2021-07-23
LibWeb: Read the correct types in WebAssembly's to_js_value()
Ali Mohammad Pur
2021-07-23
Kernel: No need to use safe_memcpy() when handling an inode fault
Andreas Kling
2021-07-23
LibWeb: Dont try to parse "data" urls as links
stelar7
2021-07-23
Kernel: Reduce useful ROP gadgets by zeroing used function registers
Brian Gianforcaro
2021-07-23
LibWeb: Fix that empty event handlers return null instead of crashing
davidot
2021-07-23
LibJS: Implement Temporal.PlainDateTime.prototype.getISOFields()
Linus Groh
2021-07-23
LibJS: Implement Temporal.PlainDateTime.prototype.toPlainDate()
Linus Groh
2021-07-23
LibJS: Fix return type of PlainDateTime::iso_{milli,micro,nano}second()
Linus Groh
2021-07-23
Kernel: Simplify VMObject locking & page fault handlers
Andreas Kling
2021-07-23
Kernel: Remove unused MAP_SHARED_ZERO_PAGE_LAZILY code path
Andreas Kling
2021-07-23
Hearts: Avoid redrawing the UI unnecessarily
Gunnar Beutner
2021-07-22
CrashDaemon: Remove BACKTRACE_DEBUG debugging code
Andreas Kling
2021-07-22
DynamicLoader: Don't truncate dynamic section address on x86_64
Andreas Kling
2021-07-22
Kernel: Convert Region to east-const style
Andreas Kling
2021-07-22
Assistant: Only open one Assistant at once
Peter Elliott
2021-07-22
LibCore: Add LockFile, a filesystem based mutex
Peter Elliott
2021-07-22
UserspaceEmulator: Move to using the new SoftFPU
Hendiadyoin1
2021-07-22
UserspaceEmulator: Implement SoftFPU instructions
Hendiadyoin1
2021-07-22
UserspaceEmulator: Sketch out a SoftFPU interface
Hendiadyoin1
2021-07-22
AK: Add char SIMD types
Hendiadyoin1
2021-07-22
LibX86: Add missing MovD and MovQ instructions
Hendiadyoin1
2021-07-22
LibX86: Use names closer to the spec for the Modrm
Hendiadyoin1
2021-07-22
LibWeb: Resolve CSS text-decoration from value list
Sam Atkins
2021-07-22
LibWeb: Resolve background properties from ValueListStyleValue
Sam Atkins
2021-07-22
LibWeb: Implement ImageStyleValue parsing
Sam Atkins
2021-07-22
LibWeb: Resolve CSS font property from value list
Sam Atkins
2021-07-22
LibWeb: Resolve CSS list-style from value list
Sam Atkins
2021-07-22
LibWeb: Resolve CSS flex/flex-flow from value list
Sam Atkins
2021-07-22
LibWeb: Implement CSS color parsing from Tokens
Sam Atkins
[next]