aboutsummaryrefslogtreecommitdiffstats
path: root/bsd-user/qemu.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* bsd-user:Add AArch64 improvements and signal handling functionsStacey Son2024-07-231-0/+3
* user: Declare get_task_state() once in 'accel/tcg/vcpu-state.h'Philippe Mathieu-Daudé2024-05-061-5/+1
* user: Forward declare TaskState type definitionPhilippe Mathieu-Daudé2024-05-061-2/+2
* exec/cpu: Extract page-protection definitions to page-protection.hPhilippe Mathieu-Daudé2024-05-061-0/+1
* user: Move 'thunk.h' from 'exec/user' to 'user'Philippe Mathieu-Daudé2024-05-031-1/+1
* user: Move 'abitypes.h' from 'exec/user' to 'user'Philippe Mathieu-Daudé2024-05-031-1/+1
* meson: Make DEBUG_REMAP a meson optionIlya Leoshkevich2024-04-241-4/+2
* {linux,bsd}-user: Pass pid to fork_end()Ilya Leoshkevich2024-03-061-1/+1
* {linux,bsd}-user: Introduce get_task_state()Ilya Leoshkevich2024-03-061-0/+5
* cpu: Remove page_size_initRichard Henderson2024-02-291-0/+7
* bsd-user: Implement shmat(2) and shmdt(2)Stacey Son2023-10-031-0/+1
* bsd-user: Implement freebsd_exec_common, used in implementing execve/fexecve.Stacey Son2023-10-031-0/+1
* bsd-user: Add freebsd_exec_common and do_freebsd_procctl to qemu.h.Stacey Son2023-10-031-0/+6
* bsd-user: spelling fixesMichael Tokarev2023-09-201-1/+1
* bsd-user: Move PRAGMA_DISABLE_PACKED_WARNING etc to qemu.hWarner Losh2023-08-301-0/+27
* bsd-user: Declarations of h2t and t2h conversion functions.Stacey Son2023-08-281-0/+1
* bsd-user; Update the definitions of __put_user and __get_user macrosWarner Losh2023-08-281-47/+34
* bsd-user: Remove image_info.start_brkRichard Henderson2023-08-281-1/+0
* bsd-user: Remove image_info.mmapRichard Henderson2023-08-281-1/+0
* bsd-user: Remove ELF_START_MMAP and image_info.start_mmapRichard Henderson2023-08-281-1/+0
* bsd-user: Remove last_brkRichard Henderson2023-08-061-1/+0
* accel/tcg: Return bool from page_check_rangeRichard Henderson2023-07-151-1/+1
* bsd-user: implement sysctlbyname(2)Kyle Evans2023-03-011-0/+3
* bsd-user: do_freebsd_sysctl helper for sysctl(2)Kyle Evans2023-03-011-0/+2
* bsd-user/mmap: use TSA_NO_TSA to suppress clang TSA warnings in FreeBSDEmanuele Giuseppe Esposito2023-02-171-2/+3
* bsd-user: Clean up includesMarkus Armbruster2023-02-081-1/+0
* 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: Define target_arg64Warner Losh2022-02-261-0/+13
* bsd-user: introduce target.hWarner Losh2022-02-261-0/+1
* bsd-user/freebsd/os-syscall.c: Add get_errno and host_to_target_errnoWarner Losh2022-02-261-1/+2
* bsd-user: Remove bsd_typeWarner Losh2022-02-261-7/+0
* bsd-user/signal.c: handle_pending_signalWarner Losh2022-01-281-0/+7
* bsd-user/signal.c: setup_frameWarner Losh2022-01-281-1/+2
* bsd-user/signal.c: Fill in queue_signalWarner Losh2022-01-281-0/+5
* bsd-user/strace.c: print_taken_signalWarner Losh2022-01-281-0/+10
* bsd-user/signal.c: Implement rewind_if_in_safe_syscallWarner Losh2022-01-281-0/+2
* bsd-user/signal.c: Implement signal_init()Warner Losh2022-01-281-0/+7
* bsd-user/signal-common.h: Move signal functions prototypes to hereWarner Losh2022-01-281-8/+0
* bsd-user: Bring in docs from linux-user for signal_pendingWarner Losh2022-01-281-1/+8
* bsd-user: Remove vestiges of signal queueing codeWarner Losh2022-01-281-12/+1
* bsd-user/signal: Create a dummy signal queueing functionWarner Losh2021-10-181-1/+1
* bsd-user: Rename sigqueue to qemu_sigqueueWarner Losh2021-10-181-7/+7
* bsd-user/sysarch: Move to using do_freebsd_arch_sysarch interfaceWarner Losh2021-10-181-0/+3
* bsd-user: Add stop_all_tasksWarner Losh2021-10-181-0/+1
* bsd-user: Remove used from TaskStateWarner Losh2021-10-181-1/+0
* bsd-user: export get_errno and is_error from syscall.cWarner Losh2021-10-181-0/+4
* bsd-user: Update mapping to handle reserved and starting conditionsWarner Losh2021-09-101-2/+3
* bsd-user: add stubbed out core dump supportWarner Losh2021-09-101-0/+6
* bsd-user: elf cleanupWarner Losh2021-09-101-0/+1