summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-04-12AK: Support fragment in URLLinus Groh
2020-04-11Kernel: Store previous thread state upon all transitions to Stopped (#1753)Peter Nelson
2020-04-11ProfileViewer: Open /boot/kernel for disassembly if possibleAndreas Kling
2020-04-11LibX86: Decode RDRAND instructionAndreas Kling
2020-04-11ProfileViewer: Don't crash when we can't disassemble somethingAndreas Kling
2020-04-11LibX86: Fix duplicate '+' in SIB byte disassemblyAndreas Kling
2020-04-11Browser: Accept file:// URLs on the command lineAndreas Kling
2020-04-11AK: Recompute URL validity after changing protocol/host/pathAndreas Kling
2020-04-11LibELF: Validate the mapped file in DynamicLoader constructorAndrew Kaster
2020-04-11LibELF: Move validation methods to their own fileAndrew Kaster
2020-04-11LibELF: Move ELF classes into namespace ELFAndrew Kaster
2020-04-11LibWeb: Prevent http:// URLs loading scripts sourced from file:// URLsBrendan Coles
2020-04-11LibVT: Shift+Tab should generate ESC[ZAndreas Kling
2020-04-11ProfileViewer: Color code the instruction rows by sample percentageAndreas Kling
2020-04-11ProfileViewer: Don't skip the innermost frame when loading profilesAndreas Kling
2020-04-11Kernel: Include the current instruction pointer in profile samplesAndreas Kling
2020-04-11LibLine: Cycle backward through suggestions using Shift+TabLinus Groh
2020-04-11LibELF: Return false instead of assert on unrecognized program headerAndrew Kaster
2020-04-11LibGUI: Fill whole TableView cells with custom background colorAndreas Kling
2020-04-11ProfileViewer: Remove debug spam during disassemblyAndreas Kling
2020-04-11ProfileViewer: Highlight instructions with >0 samples in yellowAndreas Kling
2020-04-11LibGUI: Respect Model::Role::BackgroundColorAndreas Kling
2020-04-11ProfileViewer: Add an instruction-level sample viewerAndreas Kling
2020-04-11LibELF: Add a find_symbol() API that finds a Symbol for an addressAndreas Kling
2020-04-11js: Stylize TokenType::{Throw,Switch,Case}Linus Groh
2020-04-11LibLine: Display suggestions and cycle between themAnotherTest
2020-04-11LibLine: Ask for cursor position once and handle the rest internallyAnotherTest
2020-04-11AK: String::contains() should say no if needle or haystack is nullAndreas Kling
2020-04-11Userland: Add primitive autocomplete to the JS replAnotherTest
2020-04-11Userland: Install LibLine's signal handlers in the JS replAnotherTest
2020-04-11LibLine: Properly handle window resize by not spamming DSRsAnotherTest
2020-04-11LibLine: Properly show and cleanup suggestionsAnotherTest
2020-04-11IRCClient: Add channel member context menus for common CTCP requestsBrendan Coles
2020-04-11LibJS: Add console.trace()Linus Groh
2020-04-11LibJS: Make Function and CallFrame aware of their function nameLinus Groh
2020-04-11LibX86: When there are multiple REPZ/REPNZ prefixes, the last one winsAndreas Kling
2020-04-11LibX86: Tolerate invalid segment register indices when disassemblingAndreas Kling
2020-04-11LibX86: Disassemble unknown opcodes as "db %#02x"Andreas Kling
2020-04-11LibX86: Decode PADDB, PADDW and PADDDAndreas Kling
2020-04-11LibX86: Don't choke on invalid LOCK prefixes for nowAndreas Kling
2020-04-11LibX86: Fix backwards arguments to ENTER imm16,imm8Andreas Kling
2020-04-11LibX86: Add 8-bit CMPXCHG and allow LOCK CMPXCHGAndreas Kling
2020-04-11LibX86: Support decoding basic MMX instructions like MOVQAndreas Kling
2020-04-11LibX86: Run the instruction decoder in 32-bit mode by defaultAndreas Kling
2020-04-11LibX86: Remove some unnecessary stuff from Disassembler.hAndreas Kling
2020-04-11LibX86: Add an X86 instruction decoder library + basic disassemblerAndreas Kling
2020-04-11Kernel: Add $SERENITY_KERNEL_CUSTOM_{CXXFLAGS/LDFLAGS} for build customizationBrian Gianforcaro
2020-04-11MenuApplets: Support memory usage and custom colors in ResourceGraphLinus Groh
2020-04-11MenuApplets: Rename CPUGraph to ResourceGraphLinus Groh
2020-04-11Kernel: Instantiate network adapters in their own detect() methodsLiav A