aboutsummaryrefslogtreecommitdiff
path: root/bsd-user/qemu.h
AgeCommit message (Expand)Author
2024-03-06{linux,bsd}-user: Pass pid to fork_end()Ilya Leoshkevich
2024-03-06{linux,bsd}-user: Introduce get_task_state()Ilya Leoshkevich
2024-02-29cpu: Remove page_size_initRichard Henderson
2023-10-03bsd-user: Implement shmat(2) and shmdt(2)Stacey Son
2023-10-03bsd-user: Implement freebsd_exec_common, used in implementing execve/fexecve.Stacey Son
2023-10-03bsd-user: Add freebsd_exec_common and do_freebsd_procctl to qemu.h.Stacey Son
2023-09-20bsd-user: spelling fixesMichael Tokarev
2023-08-30bsd-user: Move PRAGMA_DISABLE_PACKED_WARNING etc to qemu.hWarner Losh
2023-08-28bsd-user: Declarations of h2t and t2h conversion functions.Stacey Son
2023-08-28bsd-user; Update the definitions of __put_user and __get_user macrosWarner Losh
2023-08-28bsd-user: Remove image_info.start_brkRichard Henderson
2023-08-28bsd-user: Remove image_info.mmapRichard Henderson
2023-08-28bsd-user: Remove ELF_START_MMAP and image_info.start_mmapRichard Henderson
2023-08-06bsd-user: Remove last_brkRichard Henderson
2023-07-15accel/tcg: Return bool from page_check_rangeRichard Henderson
2023-03-01bsd-user: implement sysctlbyname(2)Kyle Evans
2023-03-01bsd-user: do_freebsd_sysctl helper for sysctl(2)Kyle Evans
2023-02-17bsd-user/mmap: use TSA_NO_TSA to suppress clang TSA warnings in FreeBSDEmanuele Giuseppe Esposito
2023-02-08bsd-user: Clean up includesMarkus Armbruster
2022-04-06Replace TARGET_WORDS_BIGENDIANMarc-André Lureau
2022-03-22Replace GCC_FMT_ATTR with G_GNUC_PRINTFMarc-André Lureau
2022-02-26bsd-user: Define target_arg64Warner Losh
2022-02-26bsd-user: introduce target.hWarner Losh
2022-02-26bsd-user/freebsd/os-syscall.c: Add get_errno and host_to_target_errnoWarner Losh
2022-02-26bsd-user: Remove bsd_typeWarner Losh
2022-01-28bsd-user/signal.c: handle_pending_signalWarner Losh
2022-01-28bsd-user/signal.c: setup_frameWarner Losh
2022-01-28bsd-user/signal.c: Fill in queue_signalWarner Losh
2022-01-28bsd-user/strace.c: print_taken_signalWarner Losh
2022-01-28bsd-user/signal.c: Implement rewind_if_in_safe_syscallWarner Losh
2022-01-28bsd-user/signal.c: Implement signal_init()Warner Losh
2022-01-28bsd-user/signal-common.h: Move signal functions prototypes to hereWarner Losh
2022-01-28bsd-user: Bring in docs from linux-user for signal_pendingWarner Losh
2022-01-28bsd-user: Remove vestiges of signal queueing codeWarner Losh
2021-10-18bsd-user/signal: Create a dummy signal queueing functionWarner Losh
2021-10-18bsd-user: Rename sigqueue to qemu_sigqueueWarner Losh
2021-10-18bsd-user/sysarch: Move to using do_freebsd_arch_sysarch interfaceWarner Losh
2021-10-18bsd-user: Add stop_all_tasksWarner Losh
2021-10-18bsd-user: Remove used from TaskStateWarner Losh
2021-10-18bsd-user: export get_errno and is_error from syscall.cWarner Losh
2021-09-10bsd-user: Update mapping to handle reserved and starting conditionsWarner Losh
2021-09-10bsd-user: add stubbed out core dump supportWarner Losh
2021-09-10bsd-user: elf cleanupWarner Losh
2021-09-10bsd-user: *BSD specific siginfo defintionsWarner Losh
2021-09-10bsd-user: Add system independent stack, data and text limitingWarner Losh
2021-09-10bsd-user: Create target specific vmparam.hWarner Losh
2021-09-10bsd-user: define max args in terms of pagesWarner Losh
2021-09-10bsd-user: Include more things in qemu.hWarner Losh
2021-09-10bsd-user: Move per-cpu code into target_arch_cpu.hWarner Losh
2021-09-10bsd-user: save the path to the qemu emulatorWarner Losh