summaryrefslogtreecommitdiff
path: root/Userland/DevTools/UserspaceEmulator/Emulator.cpp
AgeCommit message (Expand)Author
2021-02-26Everywhere: Remove a bunch of redundant 'AK::' namespace prefixesLinus Groh
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-14Kernel+Userland: Give sys$recvfd() an options argument for O_CLOEXECAndreas Kling
2021-02-06UserspaceEmulator: Implement a proper VM allocatorAndreas Kling
2021-02-06UserspaceEmulator: Stub out virt$msyscall()Andreas Kling
2021-02-05Userland: Add LibSystem and funnel all syscalls through itAndreas Kling
2021-01-25Everywhere: Name debug macros more consistently.asynts
2021-01-25Everywhere: Use CMake to generate AK/Debug.h.asynts
2021-01-23UserspaceEmulator: Implement chownBen Wiederhake
2021-01-17Kernel+Userland: Remove shared buffers (shbufs)Andreas Kling
2021-01-17Kernel: Remove sys$shbuf_seal() and userland wrappersAndreas Kling
2021-01-16Kernel+Userland: Remove sys$shbuf_allow_all() and userland wrappersAndreas Kling
2021-01-16UserlandEmulator: Fix data loss in realpath/readlinkBen Wiederhake
2021-01-16Kernel: Remove sys$shbuf_set_volatile() and userland wrappersAndreas Kling
2021-01-15UserspaceEmulator: Support the anon_create, sendfd and recvfd syscallsAndreas Kling
2021-01-12LibC+Everywhere: Remove open_with_path_length() in favor of open()Andreas Kling
2021-01-12DevTools: Move to Userland/DevTools/Andreas Kling