summaryrefslogtreecommitdiff
path: root/DevTools/UserspaceEmulator
AgeCommit message (Expand)Author
2020-11-14UserspaceEmulator: Forget ChunkedBlocks after they are munmap()'edAndreas Kling
2020-11-14UserspaceEmulator: Avoid one hash lookup in target_did_malloc()Andreas Kling
2020-11-14UserspaceEmulator: Add some helpers to tidy up TrackedChunkedBlockAndreas Kling
2020-11-14UserspaceEmulator: Track malloc ChunkedBlocks for faster auditingAndreas Kling
2020-11-14UserspaceEmulator: Implement FISUB_RM32Andreas Kling
2020-11-14UserspaceEmulator: Remove some FPU debug spamAndreas Kling
2020-11-14UserspaceEmulator: Implement FABSAndreas Kling
2020-11-14UserspaceEmulator: Improve FCOMI/FCOMIP/FUCOMI/FUCOMIPAndreas Kling
2020-11-14UserspaceEmulator: Honor the read/write/execute bits in mmap regionsAndreas Kling
2020-11-14UserspaceEmulator: Print an emulator backtrace on OOB accessAndreas Kling
2020-11-13UserspaceEmulator: When auditing accesses, show nearest mallocationAndreas Kling
2020-11-13UserspaceEmulator: Support FCMOVBE and FCMOVNBEAndreas Kling
2020-11-13UserspaceEmulator: Emulate the sys$get_stack_bounds() syscallAndreas Kling
2020-11-13UserspaceEmulator: Initial FPU support (by @nico)Andreas Kling
2020-11-08UserspaceEmulator: Support the first two levels of CPUIDAndreas Kling
2020-11-08UserspaceEmulator+LibC: Have UE notice realloc() and update accountingAndreas Kling
2020-11-08UserspaceEmulator: Fix busted backtraces with --report-to-debugAndreas Kling
2020-11-08UserspaceEmulator: Don't audit accesses within realloc(), malloc_size()Andreas Kling
2020-10-25UserspaceEmulator: Remove some unneeded String copiesAnotherTest
2020-10-25UserspaceEmulator: Handle SO_BINDTODEVICE in setsockoptAnotherTest
2020-10-25UserspaceEmulator: Add support for setsidAnotherTest
2020-10-25UserspaceEmulator: Add support for set_thread_nameAnotherTest
2020-10-25UserspaceEmulator: Add support for fchownAnotherTest
2020-10-25UserspaceEmulator: Add support for chmodAnotherTest
2020-10-25UserspaceEmulator: Add support for setgroupsAnotherTest
2020-10-25UserspaceEmulator: Add support for sched_(g s)etparamAnotherTest
2020-10-25UserspaceEmulator: Add support for some more ioctl() requestsAnotherTest
2020-10-25UserspaceEmulator: Add support for emulating SC_mountAnotherTest
2020-10-25UserspaceEmulator: Optionally write reports to the debug logAnotherTest
2020-10-20Everywhere: Redundant inline specifier on constexpr functions (#3807)Lenny Maiorani
2020-10-15Everywhere: Add missing <AK/TemporaryChange.h> includesAndreas Kling
2020-10-13Use new format functions in remaining DevTools. (#3755)Paul Scharnofske
2020-10-04UserspaceEmulator: Remove remaining printf calls.asynts
2020-10-04AK: Don't add newline for outf/dbgf/warnf.asynts
2020-10-03Everywhere: Fix more typosLinus Groh
2020-10-02AK+Format: Do some housekeeping in the format implementation.asynts
2020-10-02UserspaceEmulator: Replace printf usages with format.asynts
2020-09-28UserspaceEmulator: Implement the getsid() syscallAndreas Kling
2020-09-25Meta+Kernel: Make clang-format-10 cleanBen Wiederhake
2020-09-24UserspaceEmulator: Use Core::ArgsParserMaciej Zygmanowski
2020-09-23UserspaceEmulator+LibX86: Clean up some obnoxious template spamAndreas Kling
2020-09-23UserspaceEmulator: Fix off-by-one in code cache accessNico Weber
2020-09-23UserspaceEmulator+LibX86: Add support for 64-bit memory reads and writes (#3584)Nico Weber
2020-09-19UserspaceEmulator: Support all msg_iovlens in recvmsg and sendmsgNico Weber
2020-09-17Kernel+LibC+UserspaceEmulator: Add SO_TIMESTAMP, and cmsg definitionsNico Weber
2020-09-17Kernel+LibC+UserspaceEmulator: Mostly add recvmsg(), sendmsg()Nico Weber
2020-09-16Userland: Use find_executable_in_path in UserspaceEmulator.asynts
2020-09-15UsespaceEmulator: Fix minor bugs in recvfrom() interceptionNico Weber
2020-09-15UserspaceEmulator: Intercept sendto()Nico Weber
2020-09-13Kernel: Make copy_to/from_user safe and remove unnecessary checksTom