1. 952d5d3 bsd-user: Implement undelete by Warner Losh · 2 years, 10 months ago
  2. d3f29dd bsd-user: Implement pathconf, lpathconf and fpathconf by Warner Losh · 2 years, 10 months ago
  3. 5fbd801 bsd-user: Implement mkfifo and mkfifoat by Warner Losh · 2 years, 10 months ago
  4. 17a4d13 bsd-user: Implement chroot and flock by Warner Losh · 2 years, 10 months ago
  5. c6f0a7d bsd-user: Implement chflags, lchflags and fchflags by Warner Losh · 2 years, 10 months ago
  6. 58af3e2 bsd-user: Implement chown, fchown, lchown and fchownat by Warner Losh · 2 years, 10 months ago
  7. 79cfae0 bsd-user: Implement freebsd11_mknod, freebsd11_mknodat and mknodat by Warner Losh · 2 years, 10 months ago
  8. 0db0db8 bsd-user: implement chmod, fchmod, lchmod and fchmodat by Warner Losh · 2 years, 10 months ago
  9. c7b62b4 bsd-user: Implement symlink, symlinkat, readlink and readlinkat by Warner Losh · 2 years, 10 months ago
  10. af2ae2e bsd-user: Implement mount, umount and nmount by Warner Losh · 2 years, 10 months ago
  11. d35020e bsd-user: Implement acct and sync by Warner Losh · 2 years, 10 months ago
  12. 4b795b1 bsd-user: Implement trunctate and ftruncate by Warner Losh · 2 years, 10 months ago
  13. a15699a bsd-user: Implement dup and dup2 by Warner Losh · 2 years, 10 months ago
  14. 6af8f76 bsd-user: Implement rmdir and undocumented __getcwd by Warner Losh · 2 years, 10 months ago
  15. 1ffbd5e bsd-user: Implement mkdir and mkdirat by Warner Losh · 2 years, 10 months ago
  16. 2d3b7e0 bsd-user: Implement link, linkat, unlink and unlinkat by Warner Losh · 2 years, 10 months ago
  17. ab5fd2d bsd-user: Implement rename and renameat by Warner Losh · 2 years, 10 months ago
  18. 390f547 bsd-user: Implement chdir and fchdir by Warner Losh · 2 years, 10 months ago
  19. 65c6c4c bsd-user: Implement revoke, access, eaccess and faccessat by Warner Losh · 2 years, 10 months ago
  20. a2ba6c7 bsd-user: Implement fdatasync, fsync and close_from by Warner Losh · 2 years, 10 months ago
  21. 77d3522 bsd-user: Implement open, openat and close by Warner Losh · 2 years, 10 months ago
  22. 9554d33 bsd-user/freebsd/os-syscall.c: Implement exit by Warner Losh · 3 years, 2 months ago
  23. 770d8ab bsd-user/bsd-file.h: Meat of the write system calls by Warner Losh · 3 years, 2 months ago
  24. 80da1b0 bsd-user/bsd-file.h: Add implementations for read, pread, readv and preadv by Warner Losh · 3 years, 2 months ago
  25. db69788 bsd-user/freebsd/os-syscall.c: Tracing and error boilerplate by Warner Losh · 3 years, 2 months ago
  26. 883808d bsd-user/freebsd/os-syscall.c: unlock_iovec by Warner Losh · 3 years, 2 months ago
  27. 1ed771b bsd-user/freebsd/os-syscall.c: lock_iovec by Warner Losh · 3 years, 2 months ago
  28. 9c09280 Clean up ill-advised or unusual header guards by Markus Armbruster · 2 years, 11 months ago
  29. 0f9668e Remove qemu-common.h include from most units by Marc-André Lureau · 3 years ago
  30. c5c84d1 bsd-user/bsd-file.h: Implementation details for the filesystem calls by Warner Losh · 3 years, 2 months ago
  31. deeff83 bsd-user/freebsd/os-syscall.c: Add get_errno and host_to_target_errno by Warner Losh · 3 years, 2 months ago
  32. a1ea194 bsd-user: Move system call building to os-syscall.c by Warner Losh · 3 years, 2 months ago
  33. 66eed09 bsd-user/freebsd/os-syscall.c: Move syscall processing here by Warner Losh · 3 years, 2 months ago
  34. 1103d59 bsd-user/freebsd/target_os_ucontext.h: Prefer env as arg name for CPUArchState args by Warner Losh · 3 years, 2 months ago
  35. 2373a62 bsd-user: Create setup_sigframe_arch to setup sigframe context by Warner Losh · 3 years, 2 months ago
  36. 4550c66 bsd-user: Complete FreeBSD siginfo by Warner Losh · 3 years, 2 months ago
  37. ca4fc70 bsd-user/freebsd/target_os_ucontext.h: Require TARGET_*CONTEXT_SIZE by Warner Losh · 3 years, 5 months ago
  38. 108fffe bsd-user/target_os_signal.h: Move signal prototypes to target_os_ucontext.h by Warner Losh · 3 years, 5 months ago
  39. aa3a242 bsd-user/freebsd: Create common target_os_ucontext.h file by Warner Losh · 3 years, 5 months ago
  40. da07e69 bsd-user/sysarch: Move to using do_freebsd_arch_sysarch interface by Warner Losh · 3 years, 6 months ago
  41. f6f0706 bsd-user/target_os_elf: If ELF_HWCAP2 is defined, publish it by Warner Losh · 3 years, 6 months ago
  42. 11170cb bsd-user/target_os_elf.h: Remove fallback ELF_HWCAP and reorder by Warner Losh · 3 years, 6 months ago
  43. f4a29b6 bsd-user: move TARGET_MC_GET_CLEAR_RET to target_os_signal.h by Warner Losh · 3 years, 6 months ago
  44. b03c0bb bsd-user/strace.list: Remove support for FreeBSD versions older than 12.0 by Warner Losh · 3 years, 6 months ago
  45. 1fecb60 bsd-user/target_os-user.h: Remove support for FreeBSD older than 12.0 by Warner Losh · 3 years, 6 months ago
  46. 25fb5d3 bsd-user: Add target_os_user.h to capture the user/kernel structures by Warner Losh · 3 years, 8 months ago
  47. 98b34d3 bsd-user: elf cleanup by Warner Losh · 3 years, 8 months ago
  48. 534217f bsd-user: Move stack initializtion into a per-os file. by Warner Losh · 3 years, 8 months ago
  49. 790baac bsd-user: *BSD specific siginfo defintions by Warner Losh · 3 years, 8 months ago
  50. 8279224 bsd-user: Create target specific vmparam.h by Warner Losh · 3 years, 8 months ago
  51. a8fe6d5 bsd-user: pull in target_arch_thread.h update target_arch_elf.h by Warner Losh · 3 years, 8 months ago
  52. d1dc9ab bsd-user: Include host-os.h from main by Warner Losh · 3 years, 7 months ago
  53. cce7ae5 bsd-user: add host-os.h by Warner Losh · 3 years, 7 months ago
  54. f6eb4a0 bsd-user: Update strace.list for FreeBSD's latest syscalls by Warner Losh · 4 years, 3 months ago
  55. ea1ab4c bsd-user: move strace OS/arch dependent code to host/arch dirs by Stacey Son · 4 years, 3 months ago
  56. 4d306e5 bsd-user: regenerate FreeBSD's system call numbers by Warner Losh · 4 years, 3 months ago
  57. c4af6d4 bsd-user: Fix syscall format, add strace support for more syscalls by Sean Bruno · 11 years ago
  58. f35f961 bsd-user: Implement strace support for thr_* syscalls by Sean Bruno · 11 years ago
  59. 1e50165 bsd-user: Implement strace support for extattr_* syscalls by Sean Bruno · 11 years ago
  60. 6054748 bsd-user: Implement strace support for __acl_* syscalls by Sean Bruno · 11 years ago
  61. b85159a bsd-user: Implement strace support for print_ioctl syscall by Sean Bruno · 11 years ago
  62. 80b3460 bsd-user: Implement strace support for print_sysctl syscall by Sean Bruno · 11 years ago
  63. 6b24119 bsd-user: refresh freebsd system call numbers by Stacey Son · 11 years ago
  64. 78cfb07 bsd-user: FreeBSD update by Juergen Lock · 15 years ago
  65. 8477850 Preliminary BSD user emulator support by blueswir1 · 16 years ago