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-01
CrashReporter: Fix bogus register alignment on x86_64
Andreas Kling
2021-07-01
LibJS: Stop coercing this to object in Function's Symbol.hasInstance
Idan Horowitz
2021-07-01
LibJS: Stop coercing Date.prototype[Symbol.toPrimitive] hint to string
Idan Horowitz
2021-07-01
LibELF: Check for missing PT_LOAD alignment header value
Idan Horowitz
2021-07-01
LibELF: Implement support for RELA relocations
Gunnar Beutner
2021-07-01
LibELF: Simplify ELF load address calculations
Gunnar Beutner
2021-07-01
LibELF: Fix incorrect error message
Gunnar Beutner
2021-07-01
Kernel: Support starting up secondary processors on x86_64
Hendiadyoin1
2021-07-01
LibJS: Check for DataView in ArrayBuffer.isView()
Idan Horowitz
2021-07-01
DisplaySettings: Adjust FontSettings.gml to work with dark themes
DoubleNegation
2021-07-01
LibGUI: Add foreground_role and background_role property to GUI::Widget
DoubleNegation
2021-06-30
Meta: Add environment variable for disabling qemu's gdb socket
Gal Horowitz
2021-06-30
Meta: Do not use gl=on if building in WSL2
Gal Horowitz
2021-06-30
LibJS: Use the GetFunctionRealm abstract-op in ArraySpeciesCreate
Idan Horowitz
2021-06-30
LibJS: Get the prototype of a new String from the constructor's realm
Idan Horowitz
2021-06-30
LibJS: Add a [[Realm]] getter to FunctionObject and use it where needed
Idan Horowitz
2021-06-30
LibJS: Ensure shift values in left_shift are modded by 32
Idan Horowitz
2021-06-30
Utilities: Fix Build on x86_64
Hendiadyoin1
2021-06-30
Debugger: Compile on x86_64
Hendiadyoin1
2021-06-30
Userland: Disable Hackstudio and UE on x86_64
Hendiadyoin1
2021-06-30
LibJS: Add String.prototype.split using the @@split methods on object
davidot
2021-06-30
LibJS: Add String.prototype.indexOf position argument
davidot
2021-06-30
HeaderView: Fix horizonal section size miscalculation
Olivier De Canniere
2021-06-30
LibCoreDump: Change Backtrace debug info cache to member variable
Max Wipfli
2021-06-30
Kernel: Disable __thread and TLS on x86_64 for now
Gunnar Beutner
2021-06-30
LibPthread: Remove redundant return statement
Gunnar Beutner
2021-06-30
Kernel: Fix stack alignment on x86_64
Gunnar Beutner
2021-06-30
Kernel: Properly initialize r8-r15 for new threads on x86_64
Gunnar Beutner
2021-06-30
Kernel: Don't start usermode threads on x86_64 for now
Gunnar Beutner
2021-06-30
LibWeb: Define hot DOMTreeJSONModel methods in-line
Timothy Flynn
2021-06-30
LibWeb: Store JSON pointers in the OOPWV DOM Inspector model indices
Timothy Flynn
2021-06-30
LibWeb: Do not create copies of JSON values in OOPWV DOM Inspector
Timothy Flynn
2021-06-30
LibJS: Optimize & Bring String.prototype.repeat closer to the spec
Idan Horowitz
2021-06-30
LibJS: Bring the Array constructor slightly closer to the specification
Idan Horowitz
2021-06-30
Assistant: Use static_cast instead of dynamic_cast
Andreas Kling
2021-06-30
Assistant: Don't add a subtitle label widget if we don't need it
Andreas Kling
2021-06-30
Kernel: Don't compile JsonValue & friends into the kernel
Andreas Kling
2021-06-30
LibKeyboard: Remove an unnecessary #include when building with KERNEL
Andreas Kling
2021-06-30
run-tests: Update for LexicalPath API changes
Andreas Kling
2021-06-30
AK: Use canonicalized_path in LexicalPath::relative_path
Max Wipfli
2021-06-30
AK: Add [[nodiscard]] to LexicalPath methods construction objects
Max Wipfli
2021-06-30
AK: Move path canonicalization into LexicalPath::canonicalized_path
Max Wipfli
2021-06-30
AK+Everywhere: Remove "null state" of LexicalPath
Max Wipfli
2021-06-30
AK: Make LexicalPath immutable
Max Wipfli
2021-06-30
Tests: Rewrite tests for LexicalPath
Max Wipfli
2021-06-30
AK+Everywhere: Use mostly StringView in LexicalPath
Max Wipfli
2021-06-30
AK+Everywhere: Add and use static APIs for LexicalPath
Max Wipfli
2021-06-30
AK: Remove the LexicalPath::is_valid() API
Max Wipfli
2021-06-30
AK: Use east const style in LexicalPath.{cpp,h}
Max Wipfli
2021-06-30
Kernel/PCI: Keep track of the currently mapped bus in MMIO mode
Luke
[prev]
[next]