summaryrefslogtreecommitdiff
path: root/Userland/DevTools/UserspaceEmulator/Emulator.h
AgeCommit message (Expand)Author
2021-05-17Kernel+Userspace: Implement the accept4() system callGunnar Beutner
2021-05-12Userland+LibCore: Update FileWatcher + its users for InodeWatcher 2.0sin-ack
2021-05-03UserspaceEmulator: Add missing argument for sys$allocate_tlsGunnar Beutner
2021-05-03UserspaceEmulator: Add stub for sys$futexGunnar Beutner
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-18Kernel+LibC: Clean up how assertions work in the kernel and LibCGunnar Beutner
2021-03-23UserspaceEmulator: Update virt$lseek and virt$ftruncate for 64bit off_tIdan Horowitz
2021-03-22UserspaceEmulator: Add support for SC_abort syscallBrendan Coles
2021-03-18UE: Add killpg, getsockname, getpeername, shutdown, sync syscallsBrendan Coles
2021-03-16UserspaceEmulator: Add symlink, rename, set_coredump_metadata syscallsBrendan Coles
2021-03-14UserspaceEmulator: Add SC_rmdir syscallBrendan Coles
2021-03-11UserspaceEmulator: Implement set_process_name syscallBen Wiederhake
2021-03-09Emulator: Use libc.so bounds to fast-reject non-malloc addressesAndreas Kling
2021-03-09UserspaceEmulator: Add Emulator::dump_regions() helper functionAndreas Kling
2021-03-09UserspaceEmulator: Don't audit accesses in calloc() and libsystem.soAndreas Kling
2021-03-09UserspaceEmulator+LibC: Use sys$emuctl() to pass malloc info to UEAndreas Kling
2021-03-09Kernel+UserspaceEmulator: Add sys$emuctl() system callAndreas Kling
2021-03-08UserspaceEmulator: Support munmap/mprotect with partial mappingsBen Wiederhake
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-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-16Kernel: Remove sys$shbuf_set_volatile() and userland wrappersAndreas Kling
2021-01-15UserspaceEmulator: Support the anon_create, sendfd and recvfd syscallsAndreas Kling
2021-01-12DevTools: Move to Userland/DevTools/Andreas Kling