aboutsummaryrefslogtreecommitdiff
path: root/bsd-user
AgeCommit message (Expand)AuthorFilesLines
2022-12-14Drop more useless casts from void * to pointerMarkus Armbruster1-1/+1
2022-10-26bsd-user: Catch up with sys/param.h requirement for machine/pmap.hMuhammad Moinur Rahman2-0/+2
2022-10-26accel/tcg: Call tb_invalidate_phys_page for PAGE_RESETRichard Henderson1-2/+0
2022-07-02bsd-user: Remove stray 'inline' from do_bsd_closeWarner Losh1-1/+1
2022-07-02bsd-user: Implement undeleteWarner Losh2-0/+17
2022-07-02bsd-user: Implement pathconf, lpathconf and fpathconfWarner Losh2-0/+44
2022-07-02bsd-user: Implement mkfifo and mkfifoatWarner Losh2-0/+35
2022-07-02bsd-user: Implement chroot and flockWarner Losh2-0/+27
2022-07-02bsd-user: Implement chflags, lchflags and fchflagsWarner Losh2-0/+44
2022-07-02bsd-user: Implement chown, fchown, lchown and fchownatWarner Losh2-0/+64
2022-07-02bsd-user: Implement freebsd11_mknod, freebsd11_mknodat and mknodatWarner Losh2-0/+60
2022-07-02bsd-user: implement chmod, fchmod, lchmod and fchmodatWarner Losh2-0/+62
2022-07-02bsd-user: Implement symlink, symlinkat, readlink and readlinkatWarner Losh2-0/+90
2022-07-02bsd-user: Implement mount, umount and nmountWarner Losh2-0/+65
2022-06-14bsd-user: Implement acct and syncWarner Losh2-0/+31
2022-06-14bsd-user: Implement trunctate and ftruncateWarner Losh2-0/+37
2022-06-14bsd-user: Implement dup and dup2Warner Losh2-0/+20
2022-06-14bsd-user: Implement rmdir and undocumented __getcwdWarner Losh2-0/+37
2022-06-14bsd-user: Implement mkdir and mkdiratWarner Losh2-0/+35
2022-06-13bsd-user: Implement link, linkat, unlink and unlinkatWarner Losh2-0/+70
2022-06-13bsd-user: Implement rename and renameatWarner Losh2-0/+53
2022-06-13bsd-user: Implement chdir and fchdirWarner Losh2-0/+27
2022-06-13bsd-user: Implement revoke, access, eaccess and faccessatWarner Losh2-0/+69
2022-06-13bsd-user: Implement fdatasync, fsync and close_fromWarner Losh2-0/+31
2022-06-13bsd-user: Implement open, openat and closeWarner Losh3-0/+69
2022-06-10bsd-user/freebsd/os-syscall.c: Implement exitWarner Losh2-0/+49
2022-06-10bsd-user/bsd-file.h: Meat of the write system callsWarner Losh2-0/+106
2022-06-10bsd-user/bsd-file.h: Add implementations for read, pread, readv and preadvWarner Losh2-0/+107
2022-06-10bsd-user/freebsd/os-syscall.c: Tracing and error boilerplateWarner Losh1-4/+40
2022-06-10bsd-user/freebsd/os-syscall.c: unlock_iovecWarner Losh1-0/+14
2022-06-10bsd-user/freebsd/os-syscall.c: lock_iovecWarner Losh1-0/+102
2022-05-11Clean up decorations and whitespace around header guardsMarkus Armbruster2-2/+2
2022-05-11Clean up ill-advised or unusual header guardsMarkus Armbruster47-141/+157
2022-05-11Clean up header guards that don't match their file nameMarkus Armbruster4-13/+12
2022-04-21compiler.h: replace QEMU_NORETURN with G_NORETURNMarc-André Lureau1-1/+2
2022-04-21include: rename qemu-common.h qemu/help-texts.hMarc-André Lureau1-1/+1
2022-04-20Merge tag 'pull-tcg-20220420' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson1-1/+0
2022-04-20Don't include sysemu/tcg.h if it is not necessaryThomas Huth1-1/+0
2022-04-20bsd-user: Use qemu_set_log_filename_flagsRichard Henderson1-9/+9
2022-04-20bsd-user: Expand log_page_dump inlineRichard Henderson1-14/+23
2022-04-20util/log: Pass Error pointer to qemu_set_logRichard Henderson1-1/+1
2022-04-20util/log: Drop manual log bufferingRichard Henderson1-1/+0
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau2-2/+0
2022-04-06Replace qemu_real_host_page variables with inlined functionsMarc-André Lureau2-2/+2
2022-04-06Replace TARGET_WORDS_BIGENDIANMarc-André Lureau1-1/+1
2022-03-22Replace GCC_FMT_ATTR with G_GNUC_PRINTFMarc-André Lureau1-1/+1
2022-02-26bsd-user: Add safe system call macrosWarner Losh1-0/+47
2022-02-26bsd-user: Define target_arg64Warner Losh1-0/+13
2022-02-26bsd-user: introduce target.hWarner Losh4-0/+64
2022-02-26bsd-user/bsd-file.h: Implementation details for the filesystem callsWarner Losh2-0/+32