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
LibWeb: Do not encode "internal_id" in DOM JSON
Timothy Flynn
2021-07-01
LibWeb: Maintain a map of child-to-parent nodes in OOPWV DOM Inspector
Timothy Flynn
2021-07-01
CI: Cancel duplicate workflow runs for pull requests
Idan Horowitz
2021-07-01
Meta: Make serenity.sh pass the SERENITY_ARCH cmake argument for x86_64
Idan Horowitz
2021-07-01
InspectorServer: Use LocalSocket method to get pid
Timothy
2021-07-01
LibCore: Add peer pid retrieval for LocalSocket
Timothy
2021-07-01
LibJS: Try to fix Clang build (NewClass::m_class_expression is unused)
Andreas Kling
2021-07-01
LibJS: NewClass bytecode instruction
Johan Dahlin
2021-07-01
Kernel: Only deallocate memory when alloc succeeds
Hendiadyoin1
2021-07-01
Kernel: Add support for 64-bit unaligned Mem-ops
Hendiadyoin1
2021-07-01
Kernel: Remove not needed comment in Processor.h
Hendiadyoin1
2021-07-01
DynamicLoader: Remove obsolete comment
Gunnar Beutner
2021-07-01
Kernel+LibPthread: Add support for usermode threads on x86_64
Gunnar Beutner
2021-07-01
Kernel+LibPthread: Remove m_ prefix for public members
Gunnar Beutner
2021-07-01
LibJS: Bring JSON.parse slightly closer to the specification
Idan Horowitz
2021-07-01
FileManager: Remove clicked breadcrumbs for non-existing directories
Sam Atkins
2021-07-01
LibGUI: Add search/removal methods to Breadcrumbbar
Sam Atkins
2021-07-01
LibGUI: Navigate to parent when FileSystemModel directory is deleted
Sam Atkins
2021-07-01
LibJS: Move Binding struct into the DeclarativeEnvironment class
Andreas Kling
2021-07-01
LibJS: Drop "Record" suffix from all the *Environment record classes
Andreas Kling
2021-07-01
LibWeb: Show "x86_64" in the user agent string on x86_64 :^)
Andreas Kling
2021-07-01
LibC: Fix jmp_buf layout on x86_64
Andreas Kling
2021-07-01
LibJS: Bring JSON.stringify closer to the specification
Idan Horowitz
2021-07-01
LibCrypto: Add tests for SignedBigInteger bitwise operations
Gal Horowitz
2021-07-01
LibCrypto: Replace incorrect operator in SignedBigInteger::bitwise_and
Gal Horowitz
2021-07-01
LibCrypto: Replace use of negate() in SignedBigInteger::bitwise_or
Gal Horowitz
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
[next]