summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-07-18System Monitor: Sort Address column in memory map numericallyNico Weber
2020-07-18Taskbar: Use Name from .af file as tooltipNico Weber
2020-07-18TextEditor: Auto-select C++ syntax highlighting for more extensionsNico Weber
2020-07-18WindowServer: Decide on a window title before measuring its widthAndreas Kling
2020-07-18UserspaceEmulator: Fix XCHG_AX_reg16 overwriting entire EAXAndreas Kling
2020-07-18UserspaceEmulator: Simplify the STOSB/STOSW/STOSD instructionsAndreas Kling
2020-07-18UserspaceEmulator: Simplify MOVSB/MOVSW/MOVSD instructionsAndreas Kling
2020-07-18UserspaceEmulator: Implement the SCASB/SCASW/SCASD instructionsAndreas Kling
2020-07-18UserspaceEmulator: Implement the LODSB/LODSW/LODSD instructionsAndreas Kling
2020-07-18UserspaceEmulator: Implement the JCXZ instructionAndreas Kling
2020-07-18UserspaceEmulator: Fix too-wide accumulator used in 8/16 bit CMPXCHGAndreas Kling
2020-07-18Kernel: Remove special-casing of sys$gettid() in syscall entryAndreas Kling
2020-07-18UserspaceEmulator: Add helpers for making loop instructions genericAndreas Kling
2020-07-18UserspaceEmulator: Add the LOOP/LOOPZ/LOOPNZ instructionsAndreas Kling
2020-07-18UserspaceEmulator: Implement the XLAT instruction :^)Andreas Kling
2020-07-18UserspaceEmulator: Add 16-bit PUSH/POP instructionsAndreas Kling
2020-07-18UserspaceEmulator: Fix every line in backtraces showing EIPAndreas Kling
2020-07-18UserspaceEmulator: Implement the BT/BTS/BTR/BTC instruction setAndreas Kling
2020-07-18UserspaceEmulator: Implement IMUL_RM8 and IMUL_RM32Andreas Kling
2020-07-17WindowServer: New title bar vars for themesNullspeak
2020-07-17Shell: Mark ForLoop as would_executeAnotherTest
2020-07-17Kernel: Make all 6 VirtualConsoles available via shortcutFlorian Angermeier
2020-07-17Kernel: Ensure there are all VirtualConsoles properly initializedFlorian Angermeier
2020-07-17Kernel: Make the VirtualConsole index const unsigned instead of unsignedFlorian Angermeier
2020-07-17UserspaceEmulator: Skip freed mallocations in reachability scanAndreas Kling
2020-07-16UserspaceEmulator: Add the usleep() syscallAndreas Kling
2020-07-16UserspaceEmulator: Reset malloc backtrace on mallocation reuseAndreas Kling
2020-07-16LibGUI: Turn a heap-allocated event into a stack-allocated oneAndreas Kling
2020-07-16LibCore: Turns some heap-allocated events into stack-allocated onesAndreas Kling
2020-07-16LibC: Notify UserspaceEmulator about BigAllocationBlock mallocsAndreas Kling
2020-07-16WindowServer: Fix picking new active window after destroyTom
2020-07-16WindowServer: Fix traversing modal stackTom
2020-07-16UserspaceEmulator: Don't scan text segment for malloc leaksAndreas Kling
2020-07-16UserspaceEmulator: Print the number of bytes leaked on exit :^)Andreas Kling
2020-07-16UserspaceEmulator: Add TLS regions to reachability checkingAndreas Kling
2020-07-16UserspaceEmulator: Include malloc/free backtraces in UAF logs :^)Andreas Kling
2020-07-16UserspaceEmulator: Put the memory reachability logging behind a macroAndreas Kling
2020-07-16UserspaceEmulator: Capture backtraces of malloc/free eventsAndreas Kling
2020-07-16UserspaceEmulator: Implement very basic leak checking :^)Andreas Kling
2020-07-16UserspaceEmulator: Add ways to check if a Region is stack/mmapAndreas Kling
2020-07-16UserspaceEmulator: Implement the ROL/ROR/RCL/RCR instructionsAndreas Kling
2020-07-16UserspaceEmulator: Implement more SHLD/SHRD variantsAndreas Kling
2020-07-16UserspaceEmulator: Make the shift/rotate instructions more genericAndreas Kling
2020-07-16LibGfx: Set correct frame type on JPEG imagesstelar7
2020-07-16Userland: Add a "seq" utilityNico Weber
2020-07-16LibGUI: Add InputBox::show with required parent window argumentTom
2020-07-16LibWeb: Require parent window argument for MessageBoxTom
2020-07-16LibGUI: Add parent window argument to FilePicker functionsTom
2020-07-16LibGUI: Clear previous main widget's windowTom
2020-07-16WindowServer: Fix crash when no active input window is setTom