index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
DevTools
/
UserspaceEmulator
Age
Commit message (
Expand
)
Author
2020-08-25
LibDebug: Move everything into the "Debug" namespace
Luke
2020-08-17
UserspaceEmulator: Extra format arguments in MallocTracker, found by Coverity
Brian Gianforcaro
2020-08-17
UserspaceEmulator: Identical code on both branches, unify return in virt$ioctl
Brian Gianforcaro
2020-08-17
UserspaceEmulator: Fix conditionally uninitialized locals in virt$select
Brian Gianforcaro
2020-08-16
X86+Profiler+UserspaceEmulator: Deduplicate ELFSymbolProvider to LibX86
Nico Weber
2020-08-16
AK: Rename KB, MB, GB to KiB, MiB, GiB
Nico Weber
2020-08-15
Kernel+LibC+UserspaceEmulator: Bring back sys$dup2()
Andreas Kling
2020-08-15
Kernel+LibC+UserspaceEmulator: Remove sys$dup() and sys$dup2()
Andreas Kling
2020-08-12
DevTools: Mark compilation-unit-only functions as static
Ben Wiederhake
2020-08-11
UserspaceEmulator: Remove some silly semicolons
Nico Weber
2020-08-11
UserspaceEmulator: Log unimplemented instructions with proper backtrace
Andreas Kling
2020-08-10
Kernel: Use Userspace<T> for the execve syscall
Brian Gianforcaro
2020-08-07
UserspaceEmulator: Add the dup2 syscall
Andreas Kling
2020-08-07
UserspaceEmulator: Add the chdir syscall
Andreas Kling
2020-08-07
UserspaceEmulator: Pass full path to new UE instance in virt$execve()
Andreas Kling
2020-08-07
UserspaceEmulator: Add the getpgid() and waitid() syscalls
Andreas Kling
2020-08-07
UserspaceEmulator: Add the setpgid syscall
Andreas Kling
2020-08-07
UserspaceEmulator: Make the "unimplemented syscall" output look nicer
Andreas Kling
2020-08-07
UserspaceEmulator: Result is initialized after OR with all-1 immediate
Andreas Kling
2020-08-06
UserspaceEmulator: Fix bad rc check in ttyname and getcwd syscalls
Andreas Kling
2020-08-05
UserspaceEmulator: Support ioctl(TCGETS) and ioctl(TCSETS)
Andreas Kling
2020-08-05
UserspaceEmulator: Add the access syscall
Andreas Kling
2020-08-05
UserspaceEmulator: Add the getcwd syscall
Andreas Kling
2020-08-05
UserspaceEmulator: Add the ttyname syscall
Andreas Kling
2020-08-05
UserspaceEmulator: Support ioctl(TIOCSPGRP)
Andreas Kling
2020-08-05
UserspaceEmulator: Add the getpgrp syscall
Andreas Kling
2020-08-05
UserspaceEmulator: Add support for UNIX signals :^)
Andreas Kling
2020-08-01
UserspaceEmulator: Don't print backtrace offsets if we have file/line
Andreas Kling
2020-08-01
UserspaceEmulator: Report heap buffer overflows :^)
Andreas Kling
2020-08-01
UserspaceEmulator: Mark mmap regions as malloc blocks when mallocing
Andreas Kling
2020-08-01
UserspaceEmulator: Forward errors from fork() correctly
Andreas Kling
2020-07-31
UserspaceEmulator: Use a report() function instead of dbgprintf()
Andreas Kling
2020-07-30
LibX86: Disassemble most remaining FPU instructions
Nico Weber
2020-07-28
LibX86: Disassemble most FPU instructions starting with D9
Nico Weber
2020-07-28
UserspaceEmulator: Add syscalls: stat(), realpath(), gethostname()
Andreas Kling
2020-07-28
UserspaceEmulator: Don't just return "EMULATED" in get_process_name()
Andreas Kling
2020-07-28
UserspaceEmulator: Support ioctl(TIOCGWINSZ)
Andreas Kling
2020-07-27
UserspaceEmulator: Set the process and thread name to "(UE) Executable"
Andreas Kling
2020-07-27
UserspaceEmulator: Implement the execve() syscall :^)
Andreas Kling
2020-07-27
UserspaceEmulator: Implement the fork() syscall :^)
Andreas Kling
2020-07-27
UserspaceEmulator: Implement the setuid() and setgid() syscalls
Andreas Kling
2020-07-27
UserspaceEmulator: Implement the accept() and setsockopt() syscalls
Andreas Kling
2020-07-27
UserspaceEmulator: Transfer the environment to the emulated process
Andreas Kling
2020-07-27
UserspaceEmulator: Mark SimpleRegions as initialized up front for now
Andreas Kling
2020-07-27
UserspaceEmulator: Recognize xor/sub zeroing idioms and don't taint
Andreas Kling
2020-07-26
LibX86: Support disassembling a few FPU opcodes better
Nico Weber
2020-07-22
UserspaceEmulator: XLAT BX should not check full EBX shadow bits
Andreas Kling
2020-07-21
UserspaceEmulator: Tweak some output strings
Andreas Kling
2020-07-21
UserspaceEmulator: Include flag taint state in dump output
Andreas Kling
2020-07-21
UserspaceEmulator: Use the base address of instructions in backtraces
Andreas Kling
[next]