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-10-25
LibJS: Fix bogus bytecode codegen for "catch" parameters
Andreas Kling
2021-10-25
Profiler: Fix disassembling objects with a non-zero `.text` vaddr
Daniel Bertalan
2021-10-25
LibX86: Take load base address into consideration during disassembly
Daniel Bertalan
2021-10-25
Profiler: Subtract the kernel's base address when searching for symbols
Daniel Bertalan
2021-10-25
Ports: byacc+gmp+m4: Split auth_opts strings into array elements
Brendan Coles
2021-10-24
LibC: Fix `%n` conversion specifier in scanf() format
Jelle Raaijmakers
2021-10-24
Tests: Print full 32-byte range of values in TestScanf
Jelle Raaijmakers
2021-10-24
Tests: Reword 'output' to 'return value' in TestScanf
Jelle Raaijmakers
2021-10-24
Tests: Use correct argument count for value conformance in TestScanf
Jelle Raaijmakers
2021-10-24
Tests: Only test truthiness for iswctype
Tim Schumacher
2021-10-24
LibTest: Introduce a macro to only compare truthiness
Tim Schumacher
2021-10-24
Tests: Use proper comparison macros for wctype
Tim Schumacher
2021-10-24
Ports: Add GNU gperf port
Brendan Coles
2021-10-24
LibHTTP: Reset m_content_length if there's a Transfer-Encoding header
Karol Kosek
2021-10-24
LibHTTP: Trim the last packet if it exceeded the Content-Length value
Karol Kosek
2021-10-24
LibHTTP: Store Content-Length value in the HTTP Job class
Karol Kosek
2021-10-24
LibHTTP: Fix buffer overflow when body is larger than the Content-Length
Karol Kosek
2021-10-24
Profiler: Handle profiles with more kernel samples than user samples
Idan Horowitz
2021-10-24
Profiler: Use profile length in ms as histogram column count directly
Idan Horowitz
2021-10-24
LibWeb: Remove now-unnecessary String copy when parsing CSS colors
Sam Atkins
2021-10-24
LibGfx: Make Color::from_string() case-insensitive
Sam Atkins
2021-10-24
LibGfx: Make Color use east-const
Sam Atkins
2021-10-24
WindowServer: Prevent sending duplicate MousePackets when clicking
Jelle Raaijmakers
2021-10-24
WindowServer: Deduplicate code for mouse Z state in EventLoop
Jelle Raaijmakers
2021-10-24
WindowServer: Simplify mouse button handling logic in EventLoop
Jelle Raaijmakers
2021-10-24
Kernel: Prevent VMWareMouseDevice from handling invalid mouse packets
Jelle Raaijmakers
2021-10-24
Kernel: Do not detect mouse or keyboard when handling IRQ for I8042
Jelle Raaijmakers
2021-10-24
Kernel: Enumify all magic constants for I8042 devices
Jelle Raaijmakers
2021-10-24
UE: Properly align stack for signal handlers
Daniel Bertalan
2021-10-24
Kernel: Properly align stack for signal handlers
Daniel Bertalan
2021-10-24
LibJS: Optimize Value::to_property_key() for numeric property names
Andreas Kling
2021-10-24
LibJS: Make Value::to_property_key() return a JS::PropertyKey
Andreas Kling
2021-10-24
LibJS: Provide default hash traits for JS::PropertyKey
Andreas Kling
2021-10-24
LibJS: Use PropertyKey in MemberExpression::to_reference()
Andreas Kling
2021-10-24
LibJS: Make make_super_property_reference() take a PropertyKey
Andreas Kling
2021-10-24
LibJS: Rename PropertyName to PropertyKey
Andreas Kling
2021-10-24
LibJS: Add the "fast non-local access" optimization to the bytecode VM
Andreas Kling
2021-10-24
LibJS: Add a separate "identifier table" to bytecode executables
Andreas Kling
2021-10-24
LibJS: Use String and move semantics in Bytecode::StringTable
Andreas Kling
2021-10-24
LibJS: Implement 'this' in the bytecode VM
Andreas Kling
2021-10-24
LibJS: Alphabetize the bytecode opcode list
Andreas Kling
2021-10-24
LibJS: Include executable name in bytecode dumps
Andreas Kling
2021-10-24
LibJS: Move global "should dump bytecode" flag into LibJS
Andreas Kling
2021-10-24
LibJS: Add Bytecode::Executable::dump()
Andreas Kling
2021-10-24
PixelPaint: Move Mask::{get, set, to_index} to the header file
Idan Horowitz
2021-10-24
Base: Make /usr/Tests read-only since it's now suid capable
Brian Gianforcaro
2021-10-24
LibJS: Don't VERIFY that a function is Regular when executing in AST
davidot
2021-10-23
Ports: Remove obsolete bash locale patch
Daniel Bertalan
2021-10-23
LibC: Use a sensible `MB_CUR_MAX` value
Daniel Bertalan
2021-10-23
LibC: Define locale categories (LC_*) as macros
Daniel Bertalan
[next]