1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 05:38:11 +00:00
serenity/DevTools/UserspaceEmulator
Andreas Kling 1873b8f3e4 UserspaceEmulator: Fix bogus use of "errno" in shbuf related syscalls
When we're making direct syscalls, there's no "errno" involved.
Thanks to Sergey for spotting these.
2020-07-15 23:43:38 +02:00
..
CMakeLists.txt UserspaceEmulator: Catch use-after-frees by tracking malloc/free :^) 2020-07-15 23:25:20 +02:00
Emulator.cpp UserspaceEmulator: Fix bogus use of "errno" in shbuf related syscalls 2020-07-15 23:43:38 +02:00
Emulator.h UserspaceEmulator: Catch use-after-frees by tracking malloc/free :^) 2020-07-15 23:25:20 +02:00
main.cpp UserspaceEmulator: Pass arguments through to emulated process 2020-07-13 13:50:22 +02:00
MallocTracer.cpp UserspaceEmulator: Log invalid and double free() calls :^) 2020-07-15 23:25:20 +02:00
MallocTracer.h UserspaceEmulator: Catch use-after-frees by tracking malloc/free :^) 2020-07-15 23:25:20 +02:00
MmapRegion.cpp UserspaceEmulator: Catch use-after-frees by tracking malloc/free :^) 2020-07-15 23:25:20 +02:00
MmapRegion.h UserspaceEmulator: Catch use-after-frees by tracking malloc/free :^) 2020-07-15 23:25:20 +02:00
SharedBufferRegion.cpp UserspaceEmulator: Add support for shared buffers (shbuf) 2020-07-15 18:47:45 +02:00
SharedBufferRegion.h UserspaceEmulator: Add support for shared buffers (shbuf) 2020-07-15 18:47:45 +02:00
SimpleRegion.cpp UserspaceEmulator: Add a very simple instruction fetch cache 2020-07-13 20:14:14 +02:00
SimpleRegion.h UserspaceEmulator: Add a very simple instruction fetch cache 2020-07-13 20:14:14 +02:00
SoftCPU.cpp UserspaceEmulator: Catch use-after-frees by tracking malloc/free :^) 2020-07-15 23:25:20 +02:00
SoftCPU.h UserspaceEmulator: Catch use-after-frees by tracking malloc/free :^) 2020-07-15 23:25:20 +02:00
SoftMMU.cpp UserspaceEmulator: Add support for shared buffers (shbuf) 2020-07-15 18:47:45 +02:00
SoftMMU.h UserspaceEmulator: Add support for shared buffers (shbuf) 2020-07-15 18:47:45 +02:00