- e022d9c bsd-user/mmap: use TSA_NO_TSA to suppress clang TSA warnings in FreeBSD by Emanuele Giuseppe Esposito · 2 years, 1 month ago
- 48e438a bsd-user: Clean up includes by Markus Armbruster · 2 years, 1 month ago
- 3d55833 Drop more useless casts from void * to pointer by Markus Armbruster · 2 years, 3 months ago
- 41bf932 bsd-user: Catch up with sys/param.h requirement for machine/pmap.h by Muhammad Moinur Rahman · 2 years, 5 months ago
- 8f39e01 accel/tcg: Call tb_invalidate_phys_page for PAGE_RESET by Richard Henderson · 2 years, 5 months ago
- 3f1b023 bsd-user: Remove stray 'inline' from do_bsd_close by Warner Losh · 2 years, 8 months ago
- 952d5d3 bsd-user: Implement undelete by Warner Losh · 2 years, 9 months ago
- d3f29dd bsd-user: Implement pathconf, lpathconf and fpathconf by Warner Losh · 2 years, 9 months ago
- 5fbd801 bsd-user: Implement mkfifo and mkfifoat by Warner Losh · 2 years, 9 months ago
- 17a4d13 bsd-user: Implement chroot and flock by Warner Losh · 2 years, 9 months ago
- c6f0a7d bsd-user: Implement chflags, lchflags and fchflags by Warner Losh · 2 years, 9 months ago
- 58af3e2 bsd-user: Implement chown, fchown, lchown and fchownat by Warner Losh · 2 years, 9 months ago
- 79cfae0 bsd-user: Implement freebsd11_mknod, freebsd11_mknodat and mknodat by Warner Losh · 2 years, 9 months ago
- 0db0db8 bsd-user: implement chmod, fchmod, lchmod and fchmodat by Warner Losh · 2 years, 9 months ago
- c7b62b4 bsd-user: Implement symlink, symlinkat, readlink and readlinkat by Warner Losh · 2 years, 9 months ago
- af2ae2e bsd-user: Implement mount, umount and nmount by Warner Losh · 2 years, 9 months ago
- d35020e bsd-user: Implement acct and sync by Warner Losh · 2 years, 9 months ago
- 4b795b1 bsd-user: Implement trunctate and ftruncate by Warner Losh · 2 years, 9 months ago
- a15699a bsd-user: Implement dup and dup2 by Warner Losh · 2 years, 9 months ago
- 6af8f76 bsd-user: Implement rmdir and undocumented __getcwd by Warner Losh · 2 years, 9 months ago
- 1ffbd5e bsd-user: Implement mkdir and mkdirat by Warner Losh · 2 years, 9 months ago
- 2d3b7e0 bsd-user: Implement link, linkat, unlink and unlinkat by Warner Losh · 2 years, 9 months ago
- ab5fd2d bsd-user: Implement rename and renameat by Warner Losh · 2 years, 9 months ago
- 390f547 bsd-user: Implement chdir and fchdir by Warner Losh · 2 years, 9 months ago
- 65c6c4c bsd-user: Implement revoke, access, eaccess and faccessat by Warner Losh · 2 years, 9 months ago
- a2ba6c7 bsd-user: Implement fdatasync, fsync and close_from by Warner Losh · 2 years, 9 months ago
- 77d3522 bsd-user: Implement open, openat and close by Warner Losh · 2 years, 9 months ago
- 9554d33 bsd-user/freebsd/os-syscall.c: Implement exit by Warner Losh · 3 years, 1 month ago
- 770d8ab bsd-user/bsd-file.h: Meat of the write system calls by Warner Losh · 3 years, 1 month ago
- 80da1b0 bsd-user/bsd-file.h: Add implementations for read, pread, readv and preadv by Warner Losh · 3 years, 1 month ago
- db69788 bsd-user/freebsd/os-syscall.c: Tracing and error boilerplate by Warner Losh · 3 years, 1 month ago
- 883808d bsd-user/freebsd/os-syscall.c: unlock_iovec by Warner Losh · 3 years, 1 month ago
- 1ed771b bsd-user/freebsd/os-syscall.c: lock_iovec by Warner Losh · 3 years, 1 month ago
- ea9cea9 Clean up decorations and whitespace around header guards by Markus Armbruster · 2 years, 10 months ago
- 9c09280 Clean up ill-advised or unusual header guards by Markus Armbruster · 2 years, 10 months ago
- 52581c7 Clean up header guards that don't match their file name by Markus Armbruster · 2 years, 10 months ago
- 8905770 compiler.h: replace QEMU_NORETURN with G_NORETURN by Marc-André Lureau · 2 years, 10 months ago
- 49f9522 include: rename qemu-common.h qemu/help-texts.h by Marc-André Lureau · 2 years, 10 months ago
- 9c125d1 Merge tag 'pull-tcg-20220420' of https://gitlab.com/rth7680/qemu into staging by Richard Henderson · 2 years, 10 months ago
- 55d71e0 Don't include sysemu/tcg.h if it is not necessary by Thomas Huth · 3 years ago
- 905c78f bsd-user: Use qemu_set_log_filename_flags by Richard Henderson · 2 years, 11 months ago
- 43b7616 bsd-user: Expand log_page_dump inline by Richard Henderson · 2 years, 11 months ago
- c5955f4 util/log: Pass Error pointer to qemu_set_log by Richard Henderson · 2 years, 11 months ago
- 54ee5b3 util/log: Drop manual log buffering by Richard Henderson · 2 years, 11 months ago
- 0f9668e Remove qemu-common.h include from most units by Marc-André Lureau · 3 years ago
- 8e3b0cb Replace qemu_real_host_page variables with inlined functions by Marc-André Lureau · 3 years ago
- ee3eb3a Replace TARGET_WORDS_BIGENDIAN by Marc-André Lureau · 3 years ago
- 9edc631 Replace GCC_FMT_ATTR with G_GNUC_PRINTF by Marc-André Lureau · 3 years ago
- a5b8816 bsd-user: Add safe system call macros by Warner Losh · 3 years, 1 month ago
- 0ff0508 bsd-user: Define target_arg64 by Warner Losh · 3 years, 1 month ago
- 647afdf bsd-user: introduce target.h by Warner Losh · 3 years, 1 month ago
- c5c84d1 bsd-user/bsd-file.h: Implementation details for the filesystem calls by Warner Losh · 3 years, 1 month ago
- deeff83 bsd-user/freebsd/os-syscall.c: Add get_errno and host_to_target_errno by Warner Losh · 3 years, 1 month ago
- 304f944 bsd-user/sycall.c: Now obsolete, remove by Warner Losh · 3 years, 1 month ago
- a1ea194 bsd-user: Move system call building to os-syscall.c by Warner Losh · 3 years, 1 month ago
- 66eed09 bsd-user/freebsd/os-syscall.c: Move syscall processing here by Warner Losh · 3 years, 1 month ago
- a941a16 bsd-user: Remove bsd_type by Warner Losh · 3 years, 1 month ago
- 0724067 bsd-user/x86_64/target_arch_thread.h: Assume a FreeBSD target by Warner Losh · 3 years, 1 month ago
- f1f2245 bsd-user/arm/target_arch_thread.h: Assume a FreeBSD target by Warner Losh · 3 years, 1 month ago
- e555e70 bsd-user/arm/target_arch_cpu.h: Only support FreeBSD sys calls by Warner Losh · 3 years, 1 month ago
- 8f4b481 bsd-user/i386/target_arch_cpu.h: Remove openbsd syscall by Warner Losh · 3 years, 1 month ago
- 2614aed bsd-user/x86_64/target_arch_cpu.h: Remove openbsd syscall by Warner Losh · 3 years, 1 month ago
- 872b349 bsd-user/x86_64/target_arch_cpu.h: int $80 never was a BSD system call on amd64 by Warner Losh · 3 years, 1 month ago
- d194018 bsd-user/main.c: Drop syscall flavor arg -bsd by Warner Losh · 3 years, 1 month ago
- cd61748 exec/exec-all: Move 'qemu/log.h' include in units requiring it by Philippe Mathieu-Daudé · 3 years, 1 month ago
- eb9d35f bsd-user/signal.c: Only copy the _capsicum for FreeBSD_version > 1400026 by Warner Losh · 3 years, 1 month ago
- 1103d59 bsd-user/freebsd/target_os_ucontext.h: Prefer env as arg name for CPUArchState args by Warner Losh · 3 years, 1 month ago
- bab6ccc bsd-user: Rename arg name for target_cpu_reset to env by Warner Losh · 3 years, 1 month ago
- 43ed426 bsd-user/signal.c: do_sigaltstack by Warner Losh · 3 years, 2 months ago
- 394cf69 bsd-user/signal.c: implement do_sigaction by Warner Losh · 3 years, 2 months ago
- c885ae0 bsd-user/signal.c: implement do_sigreturn by Warner Losh · 3 years, 2 months ago
- d7acd31 bsd-user/signal.c: process_pending_signals by Warner Losh · 3 years, 2 months ago
- 08eb66d bsd-user/signal.c: tswap_siginfo by Warner Losh · 3 years, 2 months ago
- 6c6d4b5 bsd-user/signal.c: handle_pending_signal by Warner Losh · 3 years, 2 months ago
- 46f4f76 bsd-user/signal.c: setup_frame by Warner Losh · 3 years, 2 months ago
- c93cbac bsd-user/signal.c: sigset manipulation routines. by Warner Losh · 3 years, 2 months ago
- 38be620 bsd-user/signal.c: Fill in queue_signal by Warner Losh · 3 years, 2 months ago
- 3771454 bsd-user/signal.c: Implement dump_core_and_abort by Warner Losh · 3 years, 2 months ago
- fd5bec9 bsd-user/strace.c: print_taken_signal by Warner Losh · 3 years, 2 months ago
- e625c7e bsd-user/signal.c: Implement host_signal_handler by Warner Losh · 3 years, 2 months ago
- aae57ac bsd-user/signal.c: Implement rewind_if_in_safe_syscall by Warner Losh · 3 years, 2 months ago
- c34f2aa bsd-user/signal.c: host_to_target_siginfo_noswap by Warner Losh · 3 years, 2 months ago
- 6ddc1ab bsd-user: Add trace events for bsd-user by Warner Losh · 3 years, 2 months ago
- 85fc1b5 bsd-user: Add host signals to the build by Warner Losh · 3 years, 2 months ago
- b375158 bsd-user/host/x86_64/host-signal.h: Implement host_signal_* by Warner Losh · 3 years, 2 months ago
- 220f860 bsd-user/host/i386/host-signal.h: Implement host_signal_* by Warner Losh · 3 years, 2 months ago
- 6e0bc06 bsd-user/host/arm/host-signal.h: Implement host_signal_* by Warner Losh · 3 years, 2 months ago
- e32a630 bsd-user/signal.c: Add si_type argument to queue_signal by Warner Losh · 3 years, 1 month ago
- 149076a bsd-user/signal.c: Implement signal_init() by Warner Losh · 3 years, 2 months ago
- 1366ef8 bsd-user/signal.c: implement abstract target / host signal translation by Warner Losh · 3 years, 2 months ago
- 67ccbe7 bsd-user/arm/target_arch_cpu.h: Implement data faults by Warner Losh · 3 years, 2 months ago
- 5e02ded bsd-user/arm/target_arch_cpu.h: Use force_sig_fault for EXCP_UDEF by Warner Losh · 3 years, 2 months ago
- c0b93df bsd-user/arm/target_arch_cpu.h: Correct code pointer by Warner Losh · 3 years, 2 months ago
- a3ed97c bsd-user/arm/arget_arch_cpu.h: Move EXCP_DEBUG and EXCP_BKPT together by Warner Losh · 3 years, 2 months ago
- cfdee27 bsd-user/signal.c: implement cpu_loop_exit_sigbus by Warner Losh · 3 years, 2 months ago
- fc9f9bd bsd-user/signal.c: Implement cpu_loop_exit_sigsegv by Warner Losh · 3 years, 2 months ago
- 2bd010c bsd-user/signal-common.h: Move signal functions prototypes to here by Warner Losh · 3 years, 1 month ago
- 0ef5998 bsd-user/signal.c: implement force_sig_fault by Warner Losh · 3 years, 2 months ago
- c0d2691 bsd-user/arm/target_arch_cpu.h: Move EXCP_ATOMIC to match linux-user by Warner Losh · 3 years, 2 months ago
- 4804722 bsd-user: Bring in docs from linux-user for signal_pending by Warner Losh · 3 years, 1 month ago