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-16
UserspaceEmulator: Fix incorrect SALC behavior
Andreas Kling
2020-07-16
UserspaceEmulator: Let's say "Use-after-free" instead of "UAF"
Andreas Kling
2020-07-16
UserspaceEmulator: Cache the location and size of "malloc" and "free"
Andreas Kling
2020-07-15
UserspaceEmulator: Don't complain about free(nullptr)
Andreas Kling
2020-07-15
UserspaceEmulator: Add the getrandom() syscall
Andreas Kling
2020-07-15
UserspaceEmulator: Fix bogus use of "errno" in shbuf related syscalls
Andreas Kling
2020-07-15
UserspaceEmulator: Log invalid and double free() calls :^)
Andreas Kling
2020-07-15
UserspaceEmulator: Catch use-after-frees by tracking malloc/free :^)
Andreas Kling
2020-07-15
UserspaceEmulator: Add some more syscalls :^)
Andreas Kling
2020-07-15
UserspaceEmulator: Add partial support for the SHLD/SHRD instructions
Andreas Kling
2020-07-15
UserspaceEmulator: Add support for shared buffers (shbuf)
Andreas Kling
2020-07-15
UserspaceEmulator: Dump backtrace on FPU instruction
Andreas Kling
2020-07-15
UserspaceEmulator: Implement MUL_RM32
Andreas Kling
2020-07-15
UserspaceEmulator: Implement the 32-bit BSWAP instruction :^)
Andreas Kling
2020-07-15
UserspaceEmulator: Implement an assortment of system calls
Andreas Kling
2020-07-15
UserspaceEmulator: Implement IDIV_RM32
Andreas Kling
2020-07-15
UserspaceEmulator: Implement the CBW/CDQ/CWD/CWDE instructions
Andreas Kling
2020-07-15
LibX86+UserspaceEmulator: Don't store a32 in MemoryOrRegisterReference
Andreas Kling
2020-07-15
UserspaceEmulator: Implement virt$pipe()
Sergey Bugaev
2020-07-15
LibGUI: Use enum for TextEditor modes & add new DisplayOnly mode
thankyouverycool
2020-07-13
LibX86+UserspaceEmulator: Devirtualize and inline more instruction code
Andreas Kling
2020-07-13
UserspaceEmulator: Mark some generic instructions ALWAYS_INLINE :^)
Andreas Kling
2020-07-13
UserspaceEmulator: Move the SoftCPU stream virtuals to the header
Andreas Kling
2020-07-13
UserspaceEmulator+LibX86: Turn on -O3 optimization for emulation code
Andreas Kling
2020-07-13
UserspaceEmulator: Add a very simple instruction fetch cache
Andreas Kling
2020-07-13
UserspaceEmulator: Add the POPFD instruction
Andreas Kling
2020-07-13
UserspaceEmulator: Add the NOT instruction (with bonus: NOP!)
Andreas Kling
2020-07-13
UserspaceEmulator: Add the STC/CLC and STD/CLD instructions
Andreas Kling
2020-07-13
UserspaceEmulator: Implement the ADC instruction
Andreas Kling
2020-07-13
UserspaceEmulator: Make SBB actually respect the SoftCPU carry flag
Andreas Kling
2020-07-13
UserspaceEmulator: Remove an unnecessary step in some instructions
Andreas Kling
2020-07-13
UserspaceEmulator: Fix wrong ESI/EDI step sizes in MOVSW and MOVSD
Andreas Kling
2020-07-13
UserspaceEmulator: Add some more syscalls
Andreas Kling
2020-07-13
UserspaceEmulator: Add basic support for memory-mapped files
Andreas Kling
2020-07-13
UserspaceEmulator: Implement the PUSHFD instruction
Andreas Kling
2020-07-13
UserspaceEmulator: Make mmap'ed memory track read/write protection
Andreas Kling
2020-07-13
UserspaceEmulator: Pass arguments through to emulated process
Andreas Kling
2020-07-13
UserspaceEmulator: Move SimpleRegion to its own files
Andreas Kling
2020-07-13
UserspaceEmulator: Support the fstat() and get_process_name() syscalls
Andreas Kling
2020-07-12
UserspaceEmulator: Move exit() syscall logging to debug output
Andreas Kling
2020-07-12
UserspaceEmulator: Put some syscall logging behind DEBUG_SPAM
Andreas Kling
2020-07-12
UserspaceEmulator: Implement enough syscalls to get /bin/id running :^)
Andreas Kling
2020-07-12
UserspaceEmulator: Implement/stub out various syscalls
Andreas Kling
2020-07-12
UserspaceEmulator: Disable per-instruction trace dumps for now
Andreas Kling
2020-07-12
UserspaceEmulator: Put the executable name in argv[0] :^)
Andreas Kling
2020-07-12
UserspaceEmulator: Add Emulator::dump_backtrace()
Andreas Kling
2020-07-12
UserspaceEmulator: "Add" a couple of syscalls
Andreas Kling
2020-07-12
UserspaceEmulator: Fix missing sign extension in PUSH_imm8
Andreas Kling
2020-07-12
UserspaceEmulator: Add some convenient SoftMMU APIs for copying data
Andreas Kling
2020-07-12
UserspaceEmulator: Implement the XADD instruction
Andreas Kling
[next]