summaryrefslogtreecommitdiff
path: root/Userland/DevTools/UserspaceEmulator
AgeCommit message (Expand)Author
2021-01-25Everywhere: Hook up remaining debug macros to Debug.h.asynts
2021-01-25Everywhere: Name debug macros more consistently.asynts
2021-01-25Everywhere: Remove unnecessary debug comments.asynts
2021-01-25Everywhere: Use CMake to generate AK/Debug.h.asynts
2021-01-23UserspaceEmulator: Improve error message for typosBen Wiederhake
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-16Everywhere: Convert a handful of String::format() => formatted()Andreas 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