summaryrefslogtreecommitdiff
path: root/Userland/DevTools/UserspaceEmulator
AgeCommit message (Expand)Author
2021-06-11AK+LibX86: Generalize u128/256 to AK::UFixedBigIntHendiadyoin1
2021-06-08UserspaceEmulator: Stop parsing options on first non-optionJelle Raaijmakers
2021-05-29Everywhere: Sort out superfluous QuickSort.h importsBen Wiederhake
2021-05-28UE: Make sure signal_trampoline_dummy is not optimized away with -fltoGunnar Beutner
2021-05-24AK+Everywhere: Consolidate String::index_of() and String::find()Andreas Kling
2021-05-23LibC+UE: Keep more unused chunked blocks aroundGunnar Beutner
2021-05-21DevTools: Remove redundant default destructor and forward declarationsLenny Maiorani
2021-05-18Revert "LibC: Simplify malloc size classes"Andreas Kling
2021-05-18LibC: Simplify malloc size classesLenny Maiorani
2021-05-17UE: Don't look up binaries in PATH when the user specified a full pathGunnar Beutner
2021-05-17UE: Use Vector<String> for the command-line argumentsGunnar Beutner
2021-05-17Everywhere: Fix a bunch of typosLinus Groh
2021-05-17UE: Make sure we return the right values for get{peer,sock}nameGunnar Beutner
2021-05-17Kernel+Userspace: Implement the accept4() system callGunnar Beutner
2021-05-17UE: Make sure the buffers for get{sock,peer}name() are large enoughGunnar Beutner
2021-05-12Userland+LibCore: Update FileWatcher + its users for InodeWatcher 2.0sin-ack
2021-05-09UserspaceEmulator: Allow running executables not in PATHBrendan Coles
2021-05-03UserspaceEmulator: Make sure TLS allocation behavior matches kernelGunnar Beutner
2021-05-03UserspaceEmulator: Add missing argument for sys$allocate_tlsGunnar Beutner
2021-05-03UserspaceEmulator: Add stub for sys$futexGunnar Beutner
2021-05-01Everywhere: Turn #if *_DEBUG into dbgln_if/if constexprGunnar Beutner
2021-05-01LibX86+UserspaceEmulator: Add MMX insns prototypesHendiadyoin1
2021-04-25UserspaceEmulator: Add more InstructionsHendiadyoin1
2021-04-23UE: Implement FLD_RM80 and FSTP_RM80Hendiadyoin1
2021-04-23UE+LibX86: Support bigger reads and writesHendiadyoin1
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-21UserspaceEmulator: Convert String::format() => String::formatted()Andreas Kling
2021-04-18Kernel+LibC: Clean up how assertions work in the kernel and LibCGunnar Beutner
2021-04-18Everywhere: Fix a bunch of typosLinus Groh
2021-04-16UserspaceEmulator: use outln_ifHendiadyoin1
2021-04-16UserspaceEmulator: Print stacktrace for unhandled exceptionsGunnar Beutner
2021-04-12UserspaceEmulator: Improve detection of memory leaksTobias Christiansen
2021-04-11LibC: Move S_* defines into <fcntl.h>Gunnar Beutner
2021-04-08UE: only write libc and libsystem location onceHendiadyoin1
2021-04-08UE: Use AK's bit_cast and not reimplement itHendiadyoin1
2021-04-08UE: Default initialize regionmapHendiadyoin1
2021-03-31UserspaceEmulator: Default-initialize the siginfo struct used in waitidAnotherTest
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-16UserspaceEmulator: Print PID in mmap nullptr with MAP_FIXED reportln()Brendan Coles
2021-03-15UserspaceEmulator: downgrade TODO to dbgln for invalid fcntl cmd argBrendan Coles
2021-03-14UserspaceEmulator: Add SC_rmdir syscallBrendan Coles
2021-03-14UserspaceEmulator: Increase stack size from 64 * KiB to 1 * MiBBrendan Coles
2021-03-14UserspaceEmulator: SoftCPU: Add support for FPTAN instructionBrendan Coles
2021-03-12Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)Andreas Kling
2021-03-12UserspaceEmulator: Convert a weird klog(!) to dbgln()Andreas Kling
2021-03-12UserspaceEmulator: SoftCPU: Add support for several x86 FPU instructionsBrendan Coles
2021-03-11UserspaceEmulator: Handle MAP_FIXED with invalid addresses betterBen Wiederhake