summary refs log tree commit diff stats
path: root/bsd-user/freebsd/os-syscall.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* bsd-user: Implement rename and renameatWarner Losh2022-06-131-0/+8
* bsd-user: Implement chdir and fchdirWarner Losh2022-06-131-0/+8
* bsd-user: Implement revoke, access, eaccess and faccessatWarner Losh2022-06-131-0/+16
* bsd-user: Implement fdatasync, fsync and close_fromWarner Losh2022-06-131-0/+12
* bsd-user: Implement open, openat and closeWarner Losh2022-06-131-0/+16
* bsd-user/freebsd/os-syscall.c: Implement exitWarner Losh2022-06-101-0/+7
* bsd-user/bsd-file.h: Meat of the write system callsWarner Losh2022-06-101-0/+22
* bsd-user/bsd-file.h: Add implementations for read, pread, readv and preadvWarner Losh2022-06-101-0/+28
* bsd-user/freebsd/os-syscall.c: Tracing and error boilerplateWarner Losh2022-06-101-4/+40
* bsd-user/freebsd/os-syscall.c: unlock_iovecWarner Losh2022-06-101-0/+14
* bsd-user/freebsd/os-syscall.c: lock_iovecWarner Losh2022-06-101-0/+102
* Remove qemu-common.h include from most unitsMarc-André Lureau2022-04-061-1/+0
* bsd-user/bsd-file.h: Implementation details for the filesystem callsWarner Losh2022-02-261-0/+2
* bsd-user/freebsd/os-syscall.c: Add get_errno and host_to_target_errnoWarner Losh2022-02-261-1/+22
* bsd-user/freebsd/os-syscall.c: Move syscall processing hereWarner Losh2022-02-261-0/+69