Andreas Kling
|
ae10c9d8ec
UserspaceEmulator: Fix busted backtraces with --report-to-debug
|
4 tahun lalu |
Andreas Kling
|
013c7ccd73
UserspaceEmulator: Don't audit accesses within realloc(), malloc_size()
|
4 tahun lalu |
AnotherTest
|
4d756c7d2d
UserspaceEmulator: Remove some unneeded String copies
|
4 tahun lalu |
AnotherTest
|
57f0f8c9b7
UserspaceEmulator: Handle SO_BINDTODEVICE in setsockopt
|
4 tahun lalu |
AnotherTest
|
290e7957b7
UserspaceEmulator: Add support for setsid
|
4 tahun lalu |
AnotherTest
|
fcc38422c6
UserspaceEmulator: Add support for set_thread_name
|
4 tahun lalu |
AnotherTest
|
617c5ba045
UserspaceEmulator: Add support for fchown
|
4 tahun lalu |
AnotherTest
|
41aa78f6de
UserspaceEmulator: Add support for chmod
|
4 tahun lalu |
AnotherTest
|
b1d36243e5
UserspaceEmulator: Add support for setgroups
|
4 tahun lalu |
AnotherTest
|
457e00f319
UserspaceEmulator: Add support for sched_(g s)etparam
|
4 tahun lalu |
AnotherTest
|
33730cbd92
UserspaceEmulator: Add support for some more ioctl() requests
|
4 tahun lalu |
AnotherTest
|
aee0df19c1
UserspaceEmulator: Add support for emulating SC_mount
|
4 tahun lalu |
AnotherTest
|
9afe9069a9
UserspaceEmulator: Optionally write reports to the debug log
|
4 tahun lalu |
Paul Scharnofske
|
d94f674bbb
Use new format functions in remaining DevTools. (#3755)
|
4 tahun lalu |
asynts
|
e089855af0
UserspaceEmulator: Remove remaining printf calls.
|
4 tahun lalu |
asynts
|
d5ffb51a83
AK: Don't add newline for outf/dbgf/warnf.
|
4 tahun lalu |
Linus Groh
|
bcfc6f0c57
Everywhere: Fix more typos
|
4 tahun lalu |
asynts
|
ba3488a6d5
UserspaceEmulator: Replace printf usages with format.
|
4 tahun lalu |
Andreas Kling
|
709581e141
UserspaceEmulator: Implement the getsid() syscall
|
4 tahun lalu |
Nico Weber
|
31e7f73aae
UserspaceEmulator: Support all msg_iovlens in recvmsg and sendmsg
|
4 tahun lalu |
Nico Weber
|
47b3e98af8
Kernel+LibC+UserspaceEmulator: Add SO_TIMESTAMP, and cmsg definitions
|
4 tahun lalu |
Nico Weber
|
b36a2d6686
Kernel+LibC+UserspaceEmulator: Mostly add recvmsg(), sendmsg()
|
4 tahun lalu |
Nico Weber
|
62f615f0f4
UsespaceEmulator: Fix minor bugs in recvfrom() interception
|
4 tahun lalu |
Nico Weber
|
f0018aca1d
UserspaceEmulator: Intercept sendto()
|
4 tahun lalu |
Tom
|
c8d9f1b9c9
Kernel: Make copy_to/from_user safe and remove unnecessary checks
|
4 tahun lalu |
Andreas Kling
|
f8e59addf7
Kernel+LibC+UE: Introduce SIGINFO (generated with ^T)
|
4 tahun lalu |
Andreas Kling
|
57dd3b66c5
Kernel+LibC+UE: Implement sleep() via sys$clock_nanosleep()
|
4 tahun lalu |
Andreas Kling
|
f857f3ce4c
Kernel+LibC+UE: Implement usleep() via sys$clock_nanosleep()
|
4 tahun lalu |
Luke
|
694b86a4bf
LibDebug: Move everything into the "Debug" namespace
|
4 tahun lalu |
Brian Gianforcaro
|
5a3cc2da8b
UserspaceEmulator: Identical code on both branches, unify return in virt$ioctl
|
5 tahun lalu |