summary refs log tree commit diff stats
path: root/bsd-user/qemu.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* bsd-user: *BSD specific siginfo defintionsWarner Losh2021-09-101-0/+1
* bsd-user: Add system independent stack, data and text limitingWarner Losh2021-09-101-1/+6
* bsd-user: Create target specific vmparam.hWarner Losh2021-09-101-0/+1
* bsd-user: define max args in terms of pagesWarner Losh2021-09-101-4/+11
* bsd-user: Include more things in qemu.hWarner Losh2021-09-101-2/+4
* bsd-user: Move per-cpu code into target_arch_cpu.hWarner Losh2021-09-101-0/+1
* bsd-user: save the path to the qemu emulatorWarner Losh2021-09-101-0/+1
* bsd-user: assume pthreads and support of __threadWarner Losh2021-09-101-9/+1
* bsd-user: remove a.out supportWarner Losh2021-09-101-1/+1
* bsd-user: Eliminate elf personalityWarner Losh2021-09-101-1/+0