1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 15:48:12 +00:00
serenity/Userland/DevTools/UserspaceEmulator
Andreas Kling 781d29a337 Kernel+Userland: Give sys$recvfd() an options argument for O_CLOEXEC
@bugaevc pointed out that we shouldn't be setting this flag in
userspace, and he's right of course.
2021-02-14 10:39:48 +01:00
..
CMakeLists.txt UserspaceEmulator: Implement a proper VM allocator 2021-02-06 23:15:44 +01:00
Emulator.cpp Kernel+Userland: Give sys$recvfd() an options argument for O_CLOEXEC 2021-02-14 10:39:48 +01:00
Emulator.h Kernel+Userland: Give sys$recvfd() an options argument for O_CLOEXEC 2021-02-14 10:39:48 +01:00
main.cpp UserspaceEmulator: Improve error message for typos 2021-01-23 16:47:09 +01:00
MallocTracer.cpp Everywhere: Hook up remaining debug macros to Debug.h. 2021-01-25 09:47:36 +01:00
MallocTracer.h DevTools: Move to Userland/DevTools/ 2021-01-12 12:18:55 +01:00
MmapRegion.cpp Everywhere: Convert a handful of String::format() => formatted() 2021-01-16 14:52:04 +01:00
MmapRegion.h UserspaceEmulator: Implement a proper VM allocator 2021-02-06 23:15:44 +01:00
Range.cpp UserspaceEmulator: Implement a proper VM allocator 2021-02-06 23:15:44 +01:00
Range.h UserspaceEmulator: Implement a proper VM allocator 2021-02-06 23:15:44 +01:00
RangeAllocator.cpp UserspaceEmulator: Implement a proper VM allocator 2021-02-06 23:15:44 +01:00
RangeAllocator.h UserspaceEmulator: Implement a proper VM allocator 2021-02-06 23:15:44 +01:00
Region.cpp UserspaceEmulator: Implement a proper VM allocator 2021-02-06 23:15:44 +01:00
Region.h UserspaceEmulator: Implement a proper VM allocator 2021-02-06 23:15:44 +01:00
Report.h UserspaceEmulator: Use vdbgln() instead of dbgln() when reporting 2021-02-08 18:08:55 +01:00
SimpleRegion.cpp DevTools: Move to Userland/DevTools/ 2021-01-12 12:18:55 +01:00
SimpleRegion.h DevTools: Move to Userland/DevTools/ 2021-01-12 12:18:55 +01:00
SoftCPU.cpp Everywhere: Hook up remaining debug macros to Debug.h. 2021-01-25 09:47:36 +01:00
SoftCPU.h DevTools: Move to Userland/DevTools/ 2021-01-12 12:18:55 +01:00
SoftMMU.cpp Kernel+Userland: Remove shared buffers (shbufs) 2021-01-17 09:07:32 +01:00
SoftMMU.h Kernel+Userland: Remove shared buffers (shbufs) 2021-01-17 09:07:32 +01:00
ValueWithShadow.h DevTools: Move to Userland/DevTools/ 2021-01-12 12:18:55 +01:00