summaryrefslogtreecommitdiffstats
path: root/bsd-user
Commit message (Expand)AuthorAgeFilesLines
...
* bsd-user/arm/target_arch_elf.h: arm get hwcapWarner Losh2022-01-081-1/+71
* bsd-user/arm/target_arch_elf.h: arm defines for ELFWarner Losh2022-01-081-0/+36
* bsd-user/arm/target_arch_thread.h: Routines to create and switch to a threadWarner Losh2022-01-081-0/+82
* bsd-user/arm/target_arch_sigtramp.h: Signal Trampoline for armWarner Losh2022-01-081-0/+49
* bsd-user/arm/target_arch_vmparam.h: Parameters for arm address spaceWarner Losh2022-01-081-0/+48
* bsd-user/arm/target_arch_reg.h: Implement core dump register copyingWarner Losh2022-01-081-0/+60
* bsd-user/arm/target_arch_cpu.h: Implement system call dispatchWarner Losh2022-01-081-0/+94
* bsd-user/arm/target_arch_cpu.h: Implement data abort exceptionsWarner Losh2022-01-081-0/+11
* bsd-user/arm/target_arch_cpu.h: Implement trivial EXCP exceptionsWarner Losh2022-01-081-0/+33
* bsd-user/arm/target_arch_cpu.h: Dummy target_cpu_loop implementationWarner Losh2022-01-081-0/+22
* bsd-user/arm/target_arch_cpu.h: Implement target_cpu_clone_regsWarner Losh2022-01-081-0/+8
* bsd-user/arm/target_arch_cpu.h: CPU Loop definitionsWarner Losh2022-01-081-0/+43
* bsd-user/arm/target_arch_cpu.c: Target specific TLS routinesWarner Losh2022-01-082-0/+67
* bsd-user/arm/target_syscall.h: Add copyright and update nameWarner Losh2022-01-081-4/+23
* bsd-user/arm/target_arch_sysarch.h: Use consistent include guardsWarner Losh2022-01-081-3/+3
* bsd-user/target_os_signal.h: Move signal prototypes to target_os_ucontext.hWarner Losh2022-01-083-18/+11Star
* bsd-user/x86_64: Move functions into signal.cWarner Losh2022-01-082-36/+63
* bsd-user/x86_64/target_arch_signal.h: Fill in mcontext_tWarner Losh2022-01-081-0/+54
* bsd-user/x86_64/target_arch_signal.h: use new target_os_ucontext.hWarner Losh2022-01-081-8/+1Star
* bsd-user/x86_64/target_arch_signal.h: Remove target_sigcontextWarner Losh2022-01-081-4/+0Star
* bsd-user/i386: Move the inlines into signal.cWarner Losh2022-01-082-36/+63
* bsd-user/i386/target_arch_signal.h: Update mcontext_t to match FreeBSDWarner Losh2022-01-081-0/+46
* bsd-user/i386/target_arch_signal.h: use new target_os_ucontext.hWarner Losh2022-01-081-8/+1Star
* bsd-user/i386/target_arch_signal.h: Remove target_sigcontextWarner Losh2022-01-081-4/+0Star
* bsd-user: create a per-arch signal.c fileWarner Losh2022-01-082-0/+2
* bsd-user/freebsd: Create common target_os_ucontext.h fileWarner Losh2022-01-082-3/+35
* bsd-user/mips*: Remove mips supportWarner Losh2022-01-084-243/+0Star
* meson: Move bsd_user_ss to bsd-user/Richard Henderson2021-12-201-0/+4
* common-user: Move safe-syscall.* from linux-userRichard Henderson2021-12-201-0/+2
* bsd-user: Create special-errno.hRichard Henderson2021-12-202-1/+29
* bsd-user: Rename TARGET_ERESTARTSYS to QEMU_ERESTARTSYSRichard Henderson2021-12-201-1/+1
* bsd-user: Add stubs for new signal routinesWarner Losh2021-11-031-0/+21
* bsd-user/signal: Create a dummy signal queueing functionWarner Losh2021-10-182-2/+11
* 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-185-50/+36Star
* bsd-user: Add stop_all_tasksWarner Losh2021-10-182-0/+10
* bsd-user: Remove used from TaskStateWarner Losh2021-10-182-2/+0Star
* bsd-user/target_os_elf: If ELF_HWCAP2 is defined, publish itWarner Losh2021-10-181-0/+4
* bsd-user/target_os_elf.h: Remove fallback ELF_HWCAP and reorderWarner Losh2021-10-181-6/+2Star
* bsd-user: move TARGET_MC_GET_CLEAR_RET to target_os_signal.hWarner Losh2021-10-183-4/+3Star
* bsd-user/errno_defs.h: Add internal error numbersStacey Son2021-10-181-3/+10
* bsd-user: export get_errno and is_error from syscall.cWarner Losh2021-10-182-5/+9
* bsd-user: TARGET_RESET define is unused, remove itWarner Losh2021-10-182-4/+0Star
* bsd-user/strace.list: Remove support for FreeBSD versions older than 12.0Warner Losh2021-10-181-11/+0Star
* bsd-user/target_os-user.h: Remove support for FreeBSD older than 12.0Warner Losh2021-10-181-99/+1Star
* meson: *-user: only descend into *-user when configuredWarner Losh2021-10-181-0/+4
* bsd-user/mmap.c: assert that target_mprotect cannot failWarner Losh2021-10-181-4/+1Star
* bsd-user/mmap.c: Implement MAP_EXCL, required by jemalloc in headKyle Evans2021-10-181-3/+7
* bsd-user/mmap.c: Don't mmap fd == -1 independently from MAP_ANON flagWarner Losh2021-10-181-5/+25
* bsd-user/mmap.c: Convert to qemu_log logging for mmap debuggingWarner Losh2021-10-181-30/+23Star