Andreas Kling
|
709581e141
UserspaceEmulator: Implement the getsid() syscall
|
4 年之前 |
Nico Weber
|
b36a2d6686
Kernel+LibC+UserspaceEmulator: Mostly add recvmsg(), sendmsg()
|
4 年之前 |
Nico Weber
|
f0018aca1d
UserspaceEmulator: Intercept sendto()
|
4 年之前 |
Andreas Kling
|
57dd3b66c5
Kernel+LibC+UE: Implement sleep() via sys$clock_nanosleep()
|
4 年之前 |
Andreas Kling
|
f857f3ce4c
Kernel+LibC+UE: Implement usleep() via sys$clock_nanosleep()
|
4 年之前 |
Luke
|
694b86a4bf
LibDebug: Move everything into the "Debug" namespace
|
4 年之前 |
Andreas Kling
|
65f2270232
Kernel+LibC+UserspaceEmulator: Bring back sys$dup2()
|
4 年之前 |
Andreas Kling
|
bf247fb45f
Kernel+LibC+UserspaceEmulator: Remove sys$dup() and sys$dup2()
|
4 年之前 |
Andreas Kling
|
fae9c9f81f
UserspaceEmulator: Add the dup2 syscall
|
5 年之前 |
Andreas Kling
|
5dce5fa7c2
UserspaceEmulator: Add the chdir syscall
|
5 年之前 |
Andreas Kling
|
5a5b687014
UserspaceEmulator: Add the getpgid() and waitid() syscalls
|
5 年之前 |
Andreas Kling
|
93b1e54237
UserspaceEmulator: Add the setpgid syscall
|
5 年之前 |
Andreas Kling
|
e0e3e5b9b1
UserspaceEmulator: Add the access syscall
|
5 年之前 |
Andreas Kling
|
c497603177
UserspaceEmulator: Add the getcwd syscall
|
5 年之前 |
Andreas Kling
|
b187a42e53
UserspaceEmulator: Add the ttyname syscall
|
5 年之前 |
Andreas Kling
|
3717a00290
UserspaceEmulator: Add the getpgrp syscall
|
5 年之前 |
Andreas Kling
|
8dea25d974
UserspaceEmulator: Add support for UNIX signals :^)
|
5 年之前 |
Andreas Kling
|
c7e4c0734b
UserspaceEmulator: Use a report() function instead of dbgprintf()
|
5 年之前 |
Andreas Kling
|
b8d3dbcf2d
UserspaceEmulator: Add syscalls: stat(), realpath(), gethostname()
|
5 年之前 |
Andreas Kling
|
0b287c18b9
UserspaceEmulator: Implement the execve() syscall :^)
|
5 年之前 |
Andreas Kling
|
b9b74e355a
UserspaceEmulator: Implement the fork() syscall :^)
|
5 年之前 |
Andreas Kling
|
d9f933df7b
UserspaceEmulator: Implement the setuid() and setgid() syscalls
|
5 年之前 |
Andreas Kling
|
368cea4094
UserspaceEmulator: Implement the accept() and setsockopt() syscalls
|
5 年之前 |
Andreas Kling
|
f097ed6ada
UserspaceEmulator: Transfer the environment to the emulated process
|
5 年之前 |
Andreas Kling
|
0f91dfa139
UserspaceEmulator: Show file and line numbers in backtraces :^)
|
5 年之前 |
Andreas Kling
|
a49c794725
UserspaceEmulator: Add the get_dir_entries() syscall + an ioctl() stub
|
5 年之前 |
Andreas Kling
|
b17d175379
UserspaceEmulator: Add the usleep() syscall
|
5 年之前 |
Andreas Kling
|
441918be7e
UserspaceEmulator: Capture backtraces of malloc/free events
|
5 年之前 |
Andreas Kling
|
67cdbe1925
UserspaceEmulator: Cache the location and size of "malloc" and "free"
|
5 年之前 |
Andreas Kling
|
33e3e8d63d
UserspaceEmulator: Add the getrandom() syscall
|
5 年之前 |