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