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-10-25
UserspaceEmulator: Add support for some more ioctl() requests
AnotherTest
2020-10-25
UserspaceEmulator: Add support for emulating SC_mount
AnotherTest
2020-10-25
UserspaceEmulator: Optionally write reports to the debug log
AnotherTest
2020-10-20
Everywhere: Redundant inline specifier on constexpr functions (#3807)
Lenny Maiorani
2020-10-15
Everywhere: Add missing <AK/TemporaryChange.h> includes
Andreas Kling
2020-10-13
Use new format functions in remaining DevTools. (#3755)
Paul Scharnofske
2020-10-04
UserspaceEmulator: Remove remaining printf calls.
asynts
2020-10-04
AK: Don't add newline for outf/dbgf/warnf.
asynts
2020-10-03
Everywhere: Fix more typos
Linus Groh
2020-10-02
AK+Format: Do some housekeeping in the format implementation.
asynts
2020-10-02
UserspaceEmulator: Replace printf usages with format.
asynts
2020-09-28
UserspaceEmulator: Implement the getsid() syscall
Andreas Kling
2020-09-25
Meta+Kernel: Make clang-format-10 clean
Ben Wiederhake
2020-09-24
UserspaceEmulator: Use Core::ArgsParser
Maciej Zygmanowski
2020-09-23
UserspaceEmulator+LibX86: Clean up some obnoxious template spam
Andreas Kling
2020-09-23
UserspaceEmulator: Fix off-by-one in code cache access
Nico Weber
2020-09-23
UserspaceEmulator+LibX86: Add support for 64-bit memory reads and writes (#3584)
Nico Weber
2020-09-19
UserspaceEmulator: Support all msg_iovlens in recvmsg and sendmsg
Nico Weber
2020-09-17
Kernel+LibC+UserspaceEmulator: Add SO_TIMESTAMP, and cmsg definitions
Nico Weber
2020-09-17
Kernel+LibC+UserspaceEmulator: Mostly add recvmsg(), sendmsg()
Nico Weber
2020-09-16
Userland: Use find_executable_in_path in UserspaceEmulator.
asynts
2020-09-15
UsespaceEmulator: Fix minor bugs in recvfrom() interception
Nico Weber
2020-09-15
UserspaceEmulator: Intercept sendto()
Nico Weber
2020-09-13
Kernel: Make copy_to/from_user safe and remove unnecessary checks
Tom
2020-09-09
Kernel+LibC+UE: Introduce SIGINFO (generated with ^T)
Andreas Kling
2020-08-30
UserspaceEmulator: Emulate two FPU instructions!
Nico Weber
2020-08-30
Kernel+LibC+UE: Implement sleep() via sys$clock_nanosleep()
Andreas Kling
2020-08-30
Kernel+LibC+UE: Implement usleep() via sys$clock_nanosleep()
Andreas Kling
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
[next]