aboutsummaryrefslogtreecommitdiff
path: root/bsd-user
AgeCommit message (Expand)AuthorFilesLines
2021-10-18bsd-user/signal: Create a dummy signal queueing functionWarner Losh2-2/+11
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 Losh5-50/+36
2021-10-18bsd-user: Add stop_all_tasksWarner Losh2-0/+10
2021-10-18bsd-user: Remove used from TaskStateWarner Losh2-2/+0
2021-10-18bsd-user/target_os_elf: If ELF_HWCAP2 is defined, publish itWarner Losh1-0/+4
2021-10-18bsd-user/target_os_elf.h: Remove fallback ELF_HWCAP and reorderWarner Losh1-6/+2
2021-10-18bsd-user: move TARGET_MC_GET_CLEAR_RET to target_os_signal.hWarner Losh3-4/+3
2021-10-18bsd-user/errno_defs.h: Add internal error numbersStacey Son1-3/+10
2021-10-18bsd-user: export get_errno and is_error from syscall.cWarner Losh2-5/+9
2021-10-18bsd-user: TARGET_RESET define is unused, remove itWarner Losh2-4/+0
2021-10-18bsd-user/strace.list: Remove support for FreeBSD versions older than 12.0Warner Losh1-11/+0
2021-10-18bsd-user/target_os-user.h: Remove support for FreeBSD older than 12.0Warner Losh1-99/+1
2021-10-18meson: *-user: only descend into *-user when configuredWarner Losh1-0/+4
2021-10-18bsd-user/mmap.c: assert that target_mprotect cannot failWarner Losh1-4/+1
2021-10-18bsd-user/mmap.c: Implement MAP_EXCL, required by jemalloc in headKyle Evans1-3/+7
2021-10-18bsd-user/mmap.c: Don't mmap fd == -1 independently from MAP_ANON flagWarner Losh1-5/+25
2021-10-18bsd-user/mmap.c: Convert to qemu_log logging for mmap debuggingWarner Losh1-30/+23
2021-10-17bsd-user/mmap.c: mmap prefer MAP_ANON for BSDWarner Losh1-6/+5
2021-10-17bsd-user/mmap.c: mmap return ENOMEM on overflowWarner Losh1-1/+8
2021-10-17bsd-user/mmap.c: MAP_ symbols are defined, so no need for ifdefsWarner Losh1-14/+0
2021-10-17bsd-user/mmap.c: check pread's return value to fix warnings with _FORTIFY_SOURCEMikaël Urankar1-2/+6
2021-10-17bsd-user/mmap.c: Always zero MAP_ANONYMOUS memory in mmap_frag()Mikaël Urankar1-1/+3
2021-09-14user: Remove cpu_get_pic_interrupt() stubsPhilippe Mathieu-Daudé2-10/+0
2021-09-10bsd-user: Update mapping to handle reserved and starting conditionsWarner Losh3-71/+392
2021-09-10bsd-user: Add '-0 argv0' option to bsd-user/main.cColin Percival1-0/+6
2021-09-10bsd-user: Implement interlock for atomic operationsWarner Losh1-0/+24
2021-09-10bsd-user: move gemu_log to later in the fileWarner Losh1-8/+9
2021-09-10bsd-user: Refactor load_elf_sections and is_target_elf_binaryWarner Losh1-186/+158
2021-09-10bsd-user: elfload.c style catch up patchWarner Losh1-104/+104
2021-09-10bsd-user: add stubbed out core dump supportWarner Losh3-2/+36
2021-09-10bsd-user: Add target_os_user.h to capture the user/kernel structuresWarner Losh1-0/+427
2021-09-10bsd-user: Add target_arch_reg to describe a target's register setWarner Losh2-0/+174
2021-09-10bsd-user: update debugging in mmap.cWarner Losh1-17/+38
2021-09-10bsd-user: Rewrite target system call definintion glueWarner Losh3-208/+162
2021-09-10bsd-user: Remove dead #ifdefs from elfload.cWarner Losh1-20/+0
2021-09-10bsd-user: elf cleanupWarner Losh5-167/+454
2021-09-10bsd-user: Add architecture specific signal tramp codeWarner Losh2-0/+58
2021-09-10bsd-user: Move stack initializtion into a per-os file.Warner Losh3-0/+293
2021-09-10bsd-user: Implement --seed and initialize random stateWarner Losh1-0/+18
2021-09-10bsd-user: *BSD specific siginfo defintionsWarner Losh10-10/+714
2021-09-10bsd-user: Add system independent stack, data and text limitingWarner Losh3-16/+45
2021-09-10bsd-user: Create target specific vmparam.hWarner Losh4-0/+131
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: pull in target_arch_thread.h update target_arch_elf.hWarner Losh8-85/+171
2021-09-10bsd-user: Move per-cpu code into target_arch_cpu.hWarner Losh6-303/+473
2021-09-10bsd-user: start to move target CPU functions to target_arch*Warner Losh5-35/+212
2021-09-10bsd-user: save the path to the qemu emulatorWarner Losh2-0/+22
2021-09-10bsd-user: Include host-os.h from mainWarner Losh4-1/+9