aboutsummaryrefslogtreecommitdiff
path: root/bsd-user
AgeCommit message (Expand)Author
2022-07-02bsd-user: Remove stray 'inline' from do_bsd_closeWarner Losh
2022-07-02bsd-user: Implement undeleteWarner Losh
2022-07-02bsd-user: Implement pathconf, lpathconf and fpathconfWarner Losh
2022-07-02bsd-user: Implement mkfifo and mkfifoatWarner Losh
2022-07-02bsd-user: Implement chroot and flockWarner Losh
2022-07-02bsd-user: Implement chflags, lchflags and fchflagsWarner Losh
2022-07-02bsd-user: Implement chown, fchown, lchown and fchownatWarner Losh
2022-07-02bsd-user: Implement freebsd11_mknod, freebsd11_mknodat and mknodatWarner Losh
2022-07-02bsd-user: implement chmod, fchmod, lchmod and fchmodatWarner Losh
2022-07-02bsd-user: Implement symlink, symlinkat, readlink and readlinkatWarner Losh
2022-07-02bsd-user: Implement mount, umount and nmountWarner Losh
2022-06-14bsd-user: Implement acct and syncWarner Losh
2022-06-14bsd-user: Implement trunctate and ftruncateWarner Losh
2022-06-14bsd-user: Implement dup and dup2Warner Losh
2022-06-14bsd-user: Implement rmdir and undocumented __getcwdWarner Losh
2022-06-14bsd-user: Implement mkdir and mkdiratWarner Losh
2022-06-13bsd-user: Implement link, linkat, unlink and unlinkatWarner Losh
2022-06-13bsd-user: Implement rename and renameatWarner Losh
2022-06-13bsd-user: Implement chdir and fchdirWarner Losh
2022-06-13bsd-user: Implement revoke, access, eaccess and faccessatWarner Losh
2022-06-13bsd-user: Implement fdatasync, fsync and close_fromWarner Losh
2022-06-13bsd-user: Implement open, openat and closeWarner Losh
2022-06-10bsd-user/freebsd/os-syscall.c: Implement exitWarner Losh
2022-06-10bsd-user/bsd-file.h: Meat of the write system callsWarner Losh
2022-06-10bsd-user/bsd-file.h: Add implementations for read, pread, readv and preadvWarner Losh
2022-06-10bsd-user/freebsd/os-syscall.c: Tracing and error boilerplateWarner Losh
2022-06-10bsd-user/freebsd/os-syscall.c: unlock_iovecWarner Losh
2022-06-10bsd-user/freebsd/os-syscall.c: lock_iovecWarner Losh
2022-05-11Clean up decorations and whitespace around header guardsMarkus Armbruster
2022-05-11Clean up ill-advised or unusual header guardsMarkus Armbruster
2022-05-11Clean up header guards that don't match their file nameMarkus Armbruster
2022-04-21compiler.h: replace QEMU_NORETURN with G_NORETURNMarc-André Lureau
2022-04-21include: rename qemu-common.h qemu/help-texts.hMarc-André Lureau
2022-04-20Merge tag 'pull-tcg-20220420' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson
2022-04-20Don't include sysemu/tcg.h if it is not necessaryThomas Huth
2022-04-20bsd-user: Use qemu_set_log_filename_flagsRichard Henderson
2022-04-20bsd-user: Expand log_page_dump inlineRichard Henderson
2022-04-20util/log: Pass Error pointer to qemu_set_logRichard Henderson
2022-04-20util/log: Drop manual log bufferingRichard Henderson
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau
2022-04-06Replace qemu_real_host_page variables with inlined functionsMarc-André Lureau
2022-04-06Replace TARGET_WORDS_BIGENDIANMarc-André Lureau
2022-03-22Replace GCC_FMT_ATTR with G_GNUC_PRINTFMarc-André Lureau
2022-02-26bsd-user: Add safe system call macrosWarner Losh
2022-02-26bsd-user: Define target_arg64Warner Losh
2022-02-26bsd-user: introduce target.hWarner Losh
2022-02-26bsd-user/bsd-file.h: Implementation details for the filesystem callsWarner Losh
2022-02-26bsd-user/freebsd/os-syscall.c: Add get_errno and host_to_target_errnoWarner Losh
2022-02-26bsd-user/sycall.c: Now obsolete, removeWarner Losh
2022-02-26bsd-user: Move system call building to os-syscall.cWarner Losh