aboutsummaryrefslogtreecommitdiff
path: root/bsd-user/qemu.h
AgeCommit message (Expand)AuthorFilesLines
2022-01-28bsd-user/signal.c: handle_pending_signalWarner Losh1-0/+7
2022-01-28bsd-user/signal.c: setup_frameWarner Losh1-1/+2
2022-01-28bsd-user/signal.c: Fill in queue_signalWarner Losh1-0/+5
2022-01-28bsd-user/strace.c: print_taken_signalWarner Losh1-0/+10
2022-01-28bsd-user/signal.c: Implement rewind_if_in_safe_syscallWarner Losh1-0/+2
2022-01-28bsd-user/signal.c: Implement signal_init()Warner Losh1-0/+7
2022-01-28bsd-user/signal-common.h: Move signal functions prototypes to hereWarner Losh1-8/+0
2022-01-28bsd-user: Bring in docs from linux-user for signal_pendingWarner Losh1-1/+8
2022-01-28bsd-user: Remove vestiges of signal queueing codeWarner Losh1-12/+1
2021-10-18bsd-user/signal: Create a dummy signal queueing functionWarner Losh1-1/+1
2021-10-18bsd-user: Rename sigqueue to qemu_sigqueueWarner Losh1-7/+7
2021-10-18bsd-user/sysarch: Move to using do_freebsd_arch_sysarch interfaceWarner Losh1-0/+3
2021-10-18bsd-user: Add stop_all_tasksWarner Losh1-0/+1
2021-10-18bsd-user: Remove used from TaskStateWarner Losh1-1/+0
2021-10-18bsd-user: export get_errno and is_error from syscall.cWarner Losh1-0/+4
2021-09-10bsd-user: Update mapping to handle reserved and starting conditionsWarner Losh1-2/+3
2021-09-10bsd-user: add stubbed out core dump supportWarner Losh1-0/+6
2021-09-10bsd-user: elf cleanupWarner Losh1-0/+1
2021-09-10bsd-user: *BSD specific siginfo defintionsWarner Losh1-0/+1
2021-09-10bsd-user: Add system independent stack, data and text limitingWarner Losh1-1/+6
2021-09-10bsd-user: Create target specific vmparam.hWarner Losh1-0/+1
2021-09-10bsd-user: define max args in terms of pagesWarner Losh1-4/+11
2021-09-10bsd-user: Include more things in qemu.hWarner Losh1-2/+4
2021-09-10bsd-user: Move per-cpu code into target_arch_cpu.hWarner Losh1-0/+1
2021-09-10bsd-user: save the path to the qemu emulatorWarner Losh1-0/+1
2021-09-10bsd-user: assume pthreads and support of __threadWarner Losh1-9/+1
2021-09-10bsd-user: remove a.out supportWarner Losh1-1/+1
2021-09-10bsd-user: Eliminate elf personalityWarner Losh1-1/+0
2021-09-10bsd-user: implement path searchingWarner Losh1-1/+2
2021-09-10bsd-user: pass the bsd_param into loader_execWarner Losh1-1/+2
2021-05-11bsd-user: rename linux_binprm to bsd_binprmWarner Losh1-3/+3
2021-05-11bsd-user: remove target_signal.h, it's unusedWarner Losh1-1/+0
2021-05-11bsd-user: style tweak: use {} for all if statements, format else correctlyWarner Losh1-7/+13
2021-05-11bsd-user: style tweak: don't assign in if statementsWarner Losh1-2/+4
2021-05-11bsd-user: style tweak: Use preferred block commentsWarner Losh1-31/+43
2021-05-11bsd-user: style tweak: remove spacing after '*' and add after }Warner Losh1-9/+9
2021-05-11bsd-user: style tweak: move extern to header fileWarner Losh1-0/+2
2021-05-11bsd-user: Remove commented out codeWarner Losh1-4/+0
2021-04-30bsd-user: style tweak: keyword space (Warner Losh1-2/+2
2021-02-16exec: Use cpu_untagged_addr in g2h; split out g2h_untaggedRichard Henderson1-4/+4
2021-02-16bsd-user: Tidy VERIFY_READ/VERIFY_WRITERichard Henderson1-5/+4
2020-03-16misc: Replace zero-length arrays with flexible array member (automatic)Philippe Mathieu-Daudé1-1/+1
2018-06-01target: Do not include "exec/exec-all.h" if it is not necessaryPhilippe Mathieu-Daudé1-1/+0
2017-07-14qom/cpu: remove host_tid fieldAlex Bennée1-0/+2
2017-03-28bsd-user: align use of mmap_lock to that of linux-userAlex Bennée1-2/+0
2016-07-26exec: Reduce CONFIG_USER_ONLY ifdeffeneryIgor Mammedov1-2/+0
2016-07-17Changed malloc to g_malloc, free to g_free in bsd-user/qemu.hMd Haris Iqbal1-2/+2
2016-05-19cpu: move exec-all.h inclusion out of cpu.hPaolo Bonzini1-0/+1
2016-02-25build: [bsd-user] Rename "syscall.h" to "target_syscall.h" in target directoriesLluís Vilanova1-1/+1
2016-02-23all: Clean up includesPeter Maydell1-3/+0