Commit History

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