1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 12:17:44 +00:00
serenity/DevTools/UserspaceEmulator
Nico Weber b36a2d6686 Kernel+LibC+UserspaceEmulator: Mostly add recvmsg(), sendmsg()
The implementation only supports a single iovec for now.
Some might say having more than one iovec is the main point of
recvmsg() and sendmsg(), but I'm interested in the control message
bits.
2020-09-17 17:23:01 +02:00
..
CMakeLists.txt UserspaceEmulator: Set the process and thread name to "(UE) Executable" 2020-07-27 19:10:18 +02:00
Emulator.cpp Kernel+LibC+UserspaceEmulator: Mostly add recvmsg(), sendmsg() 2020-09-17 17:23:01 +02:00
Emulator.h Kernel+LibC+UserspaceEmulator: Mostly add recvmsg(), sendmsg() 2020-09-17 17:23:01 +02:00
main.cpp Userland: Use find_executable_in_path in UserspaceEmulator. 2020-09-16 19:39:17 +02:00
MallocTracer.cpp UserspaceEmulator: Extra format arguments in MallocTracker, found by Coverity 2020-08-17 09:17:57 +02:00
MallocTracer.h UserspaceEmulator: Report heap buffer overflows :^) 2020-08-01 09:44:19 +02:00
MmapRegion.cpp UserspaceEmulator: Mark mmap regions as malloc blocks when mallocing 2020-08-01 09:13:45 +02:00
MmapRegion.h UserspaceEmulator: Mark mmap regions as malloc blocks when mallocing 2020-08-01 09:13:45 +02:00
SharedBufferRegion.cpp UserspaceEmulator: Mark mmap and shbuf regions as initialized up front 2020-07-21 16:28:44 +02:00
SharedBufferRegion.h UserspaceEmulator+LibX86: Start tracking uninitialized memory :^) 2020-07-21 02:37:29 +02:00
SimpleRegion.cpp UserspaceEmulator: Mark SimpleRegions as initialized up front for now 2020-07-27 13:40:36 +02:00
SimpleRegion.h UserspaceEmulator+LibX86: Start tracking uninitialized memory :^) 2020-07-21 02:37:29 +02:00
SoftCPU.cpp UserspaceEmulator: Emulate two FPU instructions! 2020-08-30 19:48:59 +02:00
SoftCPU.h UserspaceEmulator: Emulate two FPU instructions! 2020-08-30 19:48:59 +02:00
SoftMMU.cpp UserspaceEmulator+LibX86: Start tracking uninitialized memory :^) 2020-07-21 02:37:29 +02:00
SoftMMU.h UserspaceEmulator+LibX86: Start tracking uninitialized memory :^) 2020-07-21 02:37:29 +02:00
ValueWithShadow.h UserspaceEmulator: Recognize xor/sub zeroing idioms and don't taint 2020-07-27 13:20:23 +02:00