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
2020-04-12
AK: Support fragment in URL
Linus Groh
2020-04-11
Kernel: Store previous thread state upon all transitions to Stopped (#1753)
Peter Nelson
2020-04-11
ProfileViewer: Open /boot/kernel for disassembly if possible
Andreas Kling
2020-04-11
LibX86: Decode RDRAND instruction
Andreas Kling
2020-04-11
ProfileViewer: Don't crash when we can't disassemble something
Andreas Kling
2020-04-11
LibX86: Fix duplicate '+' in SIB byte disassembly
Andreas Kling
2020-04-11
Browser: Accept file:// URLs on the command line
Andreas Kling
2020-04-11
AK: Recompute URL validity after changing protocol/host/path
Andreas Kling
2020-04-11
LibELF: Validate the mapped file in DynamicLoader constructor
Andrew Kaster
2020-04-11
LibELF: Move validation methods to their own file
Andrew Kaster
2020-04-11
LibELF: Move ELF classes into namespace ELF
Andrew Kaster
2020-04-11
LibWeb: Prevent http:// URLs loading scripts sourced from file:// URLs
Brendan Coles
2020-04-11
LibVT: Shift+Tab should generate ESC[Z
Andreas Kling
2020-04-11
ProfileViewer: Color code the instruction rows by sample percentage
Andreas Kling
2020-04-11
ProfileViewer: Don't skip the innermost frame when loading profiles
Andreas Kling
2020-04-11
Kernel: Include the current instruction pointer in profile samples
Andreas Kling
2020-04-11
LibLine: Cycle backward through suggestions using Shift+Tab
Linus Groh
2020-04-11
LibELF: Return false instead of assert on unrecognized program header
Andrew Kaster
2020-04-11
LibGUI: Fill whole TableView cells with custom background color
Andreas Kling
2020-04-11
ProfileViewer: Remove debug spam during disassembly
Andreas Kling
2020-04-11
ProfileViewer: Highlight instructions with >0 samples in yellow
Andreas Kling
2020-04-11
LibGUI: Respect Model::Role::BackgroundColor
Andreas Kling
2020-04-11
ProfileViewer: Add an instruction-level sample viewer
Andreas Kling
2020-04-11
LibELF: Add a find_symbol() API that finds a Symbol for an address
Andreas Kling
2020-04-11
js: Stylize TokenType::{Throw,Switch,Case}
Linus Groh
2020-04-11
LibLine: Display suggestions and cycle between them
AnotherTest
2020-04-11
LibLine: Ask for cursor position once and handle the rest internally
AnotherTest
2020-04-11
AK: String::contains() should say no if needle or haystack is null
Andreas Kling
2020-04-11
Userland: Add primitive autocomplete to the JS repl
AnotherTest
2020-04-11
Userland: Install LibLine's signal handlers in the JS repl
AnotherTest
2020-04-11
LibLine: Properly handle window resize by not spamming DSRs
AnotherTest
2020-04-11
LibLine: Properly show and cleanup suggestions
AnotherTest
2020-04-11
IRCClient: Add channel member context menus for common CTCP requests
Brendan Coles
2020-04-11
LibJS: Add console.trace()
Linus Groh
2020-04-11
LibJS: Make Function and CallFrame aware of their function name
Linus Groh
2020-04-11
LibX86: When there are multiple REPZ/REPNZ prefixes, the last one wins
Andreas Kling
2020-04-11
LibX86: Tolerate invalid segment register indices when disassembling
Andreas Kling
2020-04-11
LibX86: Disassemble unknown opcodes as "db %#02x"
Andreas Kling
2020-04-11
LibX86: Decode PADDB, PADDW and PADDD
Andreas Kling
2020-04-11
LibX86: Don't choke on invalid LOCK prefixes for now
Andreas Kling
2020-04-11
LibX86: Fix backwards arguments to ENTER imm16,imm8
Andreas Kling
2020-04-11
LibX86: Add 8-bit CMPXCHG and allow LOCK CMPXCHG
Andreas Kling
2020-04-11
LibX86: Support decoding basic MMX instructions like MOVQ
Andreas Kling
2020-04-11
LibX86: Run the instruction decoder in 32-bit mode by default
Andreas Kling
2020-04-11
LibX86: Remove some unnecessary stuff from Disassembler.h
Andreas Kling
2020-04-11
LibX86: Add an X86 instruction decoder library + basic disassembler
Andreas Kling
2020-04-11
Kernel: Add $SERENITY_KERNEL_CUSTOM_{CXXFLAGS/LDFLAGS} for build customization
Brian Gianforcaro
2020-04-11
MenuApplets: Support memory usage and custom colors in ResourceGraph
Linus Groh
2020-04-11
MenuApplets: Rename CPUGraph to ResourceGraph
Linus Groh
2020-04-11
Kernel: Instantiate network adapters in their own detect() methods
Liav A
[next]