summaryrefslogtreecommitdiffstats
path: root/bsd-user
Commit message (Expand)AuthorAgeFilesLines
* 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
* bsd-user/sycall.c: Now obsolete, removeWarner Losh2022-02-261-516/+0Star
* bsd-user: Move system call building to os-syscall.cWarner Losh2022-02-262-1/+1
* bsd-user/freebsd/os-syscall.c: Move syscall processing hereWarner Losh2022-02-261-0/+69
* bsd-user: Remove bsd_typeWarner Losh2022-02-262-9/+0Star
* bsd-user/x86_64/target_arch_thread.h: Assume a FreeBSD targetWarner Losh2022-02-261-3/+1Star
* bsd-user/arm/target_arch_thread.h: Assume a FreeBSD targetWarner Losh2022-02-261-3/+1Star
* bsd-user/arm/target_arch_cpu.h: Only support FreeBSD sys callsWarner Losh2022-02-261-73/+66Star
* bsd-user/i386/target_arch_cpu.h: Remove openbsd syscallWarner Losh2022-02-261-47/+37Star
* bsd-user/x86_64/target_arch_cpu.h: Remove openbsd syscallWarner Losh2022-02-261-19/+8Star
* bsd-user/x86_64/target_arch_cpu.h: int $80 never was a BSD system call on amd64Warner Losh2022-02-261-58/+0Star
* bsd-user/main.c: Drop syscall flavor arg -bsdWarner Losh2022-02-261-12/+0Star
* exec/exec-all: Move 'qemu/log.h' include in units requiring itPhilippe Mathieu-Daudé2022-02-211-0/+1
* bsd-user/signal.c: Only copy the _capsicum for FreeBSD_version > 1400026Warner Losh2022-02-012-0/+10