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
/
UserspaceEmulator
/
Emulator.h
Age
Commit message (
Expand
)
Author
2020-07-27
UserspaceEmulator: Implement the accept() and setsockopt() syscalls
Andreas Kling
2020-07-27
UserspaceEmulator: Transfer the environment to the emulated process
Andreas Kling
2020-07-21
UserspaceEmulator: Show file and line numbers in backtraces :^)
Andreas Kling
2020-07-18
UserspaceEmulator: Add the get_dir_entries() syscall + an ioctl() stub
Andreas Kling
2020-07-16
UserspaceEmulator: Add the usleep() syscall
Andreas Kling
2020-07-16
UserspaceEmulator: Capture backtraces of malloc/free events
Andreas Kling
2020-07-16
UserspaceEmulator: Cache the location and size of "malloc" and "free"
Andreas Kling
2020-07-15
UserspaceEmulator: Add the getrandom() syscall
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 support for shared buffers (shbuf)
Andreas Kling
2020-07-15
UserspaceEmulator: Implement an assortment of system calls
Andreas Kling
2020-07-15
UserspaceEmulator: Implement virt$pipe()
Sergey Bugaev
2020-07-13
UserspaceEmulator: Add some more syscalls
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: Support the fstat() and get_process_name() syscalls
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: 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-11
UserspaceEmulator: Symbolicate disassembly output :^)
Andreas Kling
2020-07-11
UserspaceEmulator: Load the target executable ELF semi-properly :^)
Andreas Kling
2020-07-09
UserspaceEmulator: Start sketching out a SoftMMU class :^)
Andreas Kling
2020-07-07
UserspaceEmulator: Start building a userspace X86 emulator :^)
Andreas Kling
[prev]