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
/
Emulator.cpp
Age
Commit message (
Expand
)
Author
2020-11-23
UserspaceEmulator: Implement clock_nanosleep
Simon Danner
2020-11-22
UserspaceEmulator: Add support for watch_file
Simon Danner
2020-11-19
UserspaceEmulator: Inline some very hot functions
Andreas Kling
2020-11-16
UserspaceEmulator: Keep Emulator& closer to the action in some places
Andreas Kling
2020-11-16
UserspaceEmulator: Reduce malloc thrashing in backtrace capture
Andreas Kling
2020-11-15
UserspaceEmulator: Make sure the (crappy) VM allocator is page-aligned
Andreas Kling
2020-11-14
UserspaceEmulator: Honor the read/write/execute bits in mmap regions
Andreas Kling
2020-11-13
UserspaceEmulator: Emulate the sys$get_stack_bounds() syscall
Andreas Kling
2020-11-08
UserspaceEmulator: Fix busted backtraces with --report-to-debug
Andreas Kling
2020-11-08
UserspaceEmulator: Don't audit accesses within realloc(), malloc_size()
Andreas Kling
2020-10-25
UserspaceEmulator: Remove some unneeded String copies
AnotherTest
2020-10-25
UserspaceEmulator: Handle SO_BINDTODEVICE in setsockopt
AnotherTest
2020-10-25
UserspaceEmulator: Add support for setsid
AnotherTest
2020-10-25
UserspaceEmulator: Add support for set_thread_name
AnotherTest
2020-10-25
UserspaceEmulator: Add support for fchown
AnotherTest
2020-10-25
UserspaceEmulator: Add support for chmod
AnotherTest
2020-10-25
UserspaceEmulator: Add support for setgroups
AnotherTest
2020-10-25
UserspaceEmulator: Add support for sched_(g s)etparam
AnotherTest
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-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
UserspaceEmulator: Replace printf usages with format.
asynts
2020-09-28
UserspaceEmulator: Implement the getsid() syscall
Andreas Kling
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-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
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: 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-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
[next]