コミット履歴

作者 SHA1 メッセージ 日付
  Andreas Kling da413a464a UserspaceEmulator: Inline some very hot functions 4 年 前
  Andreas Kling 1965fc5b98 UserspaceEmulator: Keep Emulator& closer to the action in some places 4 年 前
  Andreas Kling b4ff85f138 UserspaceEmulator: Reduce malloc thrashing in backtrace capture 4 年 前
  Andreas Kling a4a389156d UserspaceEmulator: Make sure the (crappy) VM allocator is page-aligned 4 年 前
  Andreas Kling d4509647d8 UserspaceEmulator: Honor the read/write/execute bits in mmap regions 4 年 前
  Andreas Kling ae81ced21c UserspaceEmulator: Emulate the sys$get_stack_bounds() syscall 4 年 前
  Andreas Kling ae10c9d8ec UserspaceEmulator: Fix busted backtraces with --report-to-debug 4 年 前
  Andreas Kling 013c7ccd73 UserspaceEmulator: Don't audit accesses within realloc(), malloc_size() 4 年 前
  AnotherTest 4d756c7d2d UserspaceEmulator: Remove some unneeded String copies 4 年 前
  AnotherTest 57f0f8c9b7 UserspaceEmulator: Handle SO_BINDTODEVICE in setsockopt 4 年 前
  AnotherTest 290e7957b7 UserspaceEmulator: Add support for setsid 4 年 前
  AnotherTest fcc38422c6 UserspaceEmulator: Add support for set_thread_name 4 年 前
  AnotherTest 617c5ba045 UserspaceEmulator: Add support for fchown 4 年 前
  AnotherTest 41aa78f6de UserspaceEmulator: Add support for chmod 4 年 前
  AnotherTest b1d36243e5 UserspaceEmulator: Add support for setgroups 4 年 前
  AnotherTest 457e00f319 UserspaceEmulator: Add support for sched_(g s)etparam 4 年 前
  AnotherTest 33730cbd92 UserspaceEmulator: Add support for some more ioctl() requests 4 年 前
  AnotherTest aee0df19c1 UserspaceEmulator: Add support for emulating SC_mount 4 年 前
  AnotherTest 9afe9069a9 UserspaceEmulator: Optionally write reports to the debug log 4 年 前
  Paul Scharnofske d94f674bbb Use new format functions in remaining DevTools. (#3755) 4 年 前
  asynts e089855af0 UserspaceEmulator: Remove remaining printf calls. 4 年 前
  asynts d5ffb51a83 AK: Don't add newline for outf/dbgf/warnf. 4 年 前
  Linus Groh bcfc6f0c57 Everywhere: Fix more typos 4 年 前
  asynts ba3488a6d5 UserspaceEmulator: Replace printf usages with format. 4 年 前
  Andreas Kling 709581e141 UserspaceEmulator: Implement the getsid() syscall 4 年 前
  Nico Weber 31e7f73aae UserspaceEmulator: Support all msg_iovlens in recvmsg and sendmsg 4 年 前
  Nico Weber 47b3e98af8 Kernel+LibC+UserspaceEmulator: Add SO_TIMESTAMP, and cmsg definitions 4 年 前
  Nico Weber b36a2d6686 Kernel+LibC+UserspaceEmulator: Mostly add recvmsg(), sendmsg() 4 年 前
  Nico Weber 62f615f0f4 UsespaceEmulator: Fix minor bugs in recvfrom() interception 4 年 前
  Nico Weber f0018aca1d UserspaceEmulator: Intercept sendto() 4 年 前