index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
DevTools
Age
Commit message (
Expand
)
Author
2020-07-27
UserspaceEmulator: Mark SimpleRegions as initialized up front for now
Andreas Kling
2020-07-27
UserspaceEmulator: Recognize xor/sub zeroing idioms and don't taint
Andreas Kling
2020-07-26
LibCore+LibGUI: Switch to using AK::is and AK::downcast
Andreas Kling
2020-07-26
LibWeb: Move HTML object model stuff into LibWeb/HTML/
Andreas Kling
2020-07-26
LibX86: Support disassembling a few FPU opcodes better
Nico Weber
2020-07-22
UserspaceEmulator: XLAT BX should not check full EBX shadow bits
Andreas Kling
2020-07-21
UserspaceEmulator: Tweak some output strings
Andreas Kling
2020-07-21
UserspaceEmulator: Include flag taint state in dump output
Andreas Kling
2020-07-21
UserspaceEmulator: Use the base address of instructions in backtraces
Andreas Kling
2020-07-21
UserspaceEmulator: Add a newline before uninitialized op warnings
Andreas Kling
2020-07-21
UserspaceEmulator: Show file and line numbers in backtraces :^)
Andreas Kling
2020-07-21
UserspaceEmulator: Remove unnecessary local getpid() caches
Andreas Kling
2020-07-21
UserspaceEmulator: Don't hardcode the amount of thread-local data
Andreas Kling
2020-07-21
UserspaceEmulator: Warn on conditional op with uninitialized dependency
Andreas Kling
2020-07-21
UserspaceEmulator: Flush stdout in SoftCPU::dump()
Andreas Kling
2020-07-21
UserspaceEmulator: Mark all registers as initialized from boot
Andreas Kling
2020-07-21
UserspaceEmulator: Mark mmap and shbuf regions as initialized up front
Andreas Kling
2020-07-21
UserspaceEmulator: Mark the full initial TCB as initialized memory
Andreas Kling
2020-07-21
UserspaceEmulator+LibX86: Start tracking uninitialized memory :^)
Andreas Kling
2020-07-18
UserspaceEmulator: Add the get_dir_entries() syscall + an ioctl() stub
Andreas Kling
2020-07-18
UserspaceEmulator: Fix buggy IDIV instructions
Andreas Kling
2020-07-18
UserspaceEmulator: Fix buggy IMUL instructions
Andreas Kling
2020-07-18
UserspaceEmulator: Add single-operand MUL and DIV instructions
Andreas Kling
2020-07-18
UserspaceEmulator: Implement the BSF and BSF instructions
Andreas Kling
2020-07-18
UserspaceEmulator: Fix XCHG_AX_reg16 overwriting entire EAX
Andreas Kling
2020-07-18
UserspaceEmulator: Simplify the STOSB/STOSW/STOSD instructions
Andreas Kling
2020-07-18
UserspaceEmulator: Simplify MOVSB/MOVSW/MOVSD instructions
Andreas Kling
2020-07-18
UserspaceEmulator: Implement the SCASB/SCASW/SCASD instructions
Andreas Kling
2020-07-18
UserspaceEmulator: Implement the LODSB/LODSW/LODSD instructions
Andreas Kling
2020-07-18
UserspaceEmulator: Implement the JCXZ instruction
Andreas Kling
2020-07-18
UserspaceEmulator: Fix too-wide accumulator used in 8/16 bit CMPXCHG
Andreas Kling
2020-07-18
UserspaceEmulator: Add helpers for making loop instructions generic
Andreas Kling
2020-07-18
UserspaceEmulator: Add the LOOP/LOOPZ/LOOPNZ instructions
Andreas Kling
2020-07-18
UserspaceEmulator: Implement the XLAT instruction :^)
Andreas Kling
2020-07-18
UserspaceEmulator: Add 16-bit PUSH/POP instructions
Andreas Kling
2020-07-18
UserspaceEmulator: Fix every line in backtraces showing EIP
Andreas Kling
2020-07-18
UserspaceEmulator: Implement the BT/BTS/BTR/BTC instruction set
Andreas Kling
2020-07-18
UserspaceEmulator: Implement IMUL_RM8 and IMUL_RM32
Andreas Kling
2020-07-17
UserspaceEmulator: Skip freed mallocations in reachability scan
Andreas Kling
2020-07-16
UserspaceEmulator: Add the usleep() syscall
Andreas Kling
2020-07-16
UserspaceEmulator: Reset malloc backtrace on mallocation reuse
Andreas Kling
2020-07-16
UserspaceEmulator: Don't scan text segment for malloc leaks
Andreas Kling
2020-07-16
UserspaceEmulator: Print the number of bytes leaked on exit :^)
Andreas Kling
2020-07-16
UserspaceEmulator: Add TLS regions to reachability checking
Andreas Kling
2020-07-16
UserspaceEmulator: Include malloc/free backtraces in UAF logs :^)
Andreas Kling
2020-07-16
UserspaceEmulator: Put the memory reachability logging behind a macro
Andreas Kling
2020-07-16
UserspaceEmulator: Capture backtraces of malloc/free events
Andreas Kling
2020-07-16
UserspaceEmulator: Implement very basic leak checking :^)
Andreas Kling
2020-07-16
UserspaceEmulator: Add ways to check if a Region is stack/mmap
Andreas Kling
2020-07-16
UserspaceEmulator: Implement the ROL/ROR/RCL/RCR instructions
Andreas Kling
[next]