index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bsd-user
Age
Commit message (
Expand
)
Author
2022-01-07
bsd-user/arm/target_arch_cpu.h: Implement system call dispatch
Warner Losh
2022-01-07
bsd-user/arm/target_arch_cpu.h: Implement data abort exceptions
Warner Losh
2022-01-07
bsd-user/arm/target_arch_cpu.h: Implement trivial EXCP exceptions
Warner Losh
2022-01-07
bsd-user/arm/target_arch_cpu.h: Dummy target_cpu_loop implementation
Warner Losh
2022-01-07
bsd-user/arm/target_arch_cpu.h: Implement target_cpu_clone_regs
Warner Losh
2022-01-07
bsd-user/arm/target_arch_cpu.h: CPU Loop definitions
Warner Losh
2022-01-07
bsd-user/arm/target_arch_cpu.c: Target specific TLS routines
Warner Losh
2022-01-07
bsd-user/arm/target_syscall.h: Add copyright and update name
Warner Losh
2022-01-07
bsd-user/arm/target_arch_sysarch.h: Use consistent include guards
Warner Losh
2022-01-07
bsd-user/target_os_signal.h: Move signal prototypes to target_os_ucontext.h
Warner Losh
2022-01-07
bsd-user/x86_64: Move functions into signal.c
Warner Losh
2022-01-07
bsd-user/x86_64/target_arch_signal.h: Fill in mcontext_t
Warner Losh
2022-01-07
bsd-user/x86_64/target_arch_signal.h: use new target_os_ucontext.h
Warner Losh
2022-01-07
bsd-user/x86_64/target_arch_signal.h: Remove target_sigcontext
Warner Losh
2022-01-07
bsd-user/i386: Move the inlines into signal.c
Warner Losh
2022-01-07
bsd-user/i386/target_arch_signal.h: Update mcontext_t to match FreeBSD
Warner Losh
2022-01-07
bsd-user/i386/target_arch_signal.h: use new target_os_ucontext.h
Warner Losh
2022-01-07
bsd-user/i386/target_arch_signal.h: Remove target_sigcontext
Warner Losh
2022-01-07
bsd-user: create a per-arch signal.c file
Warner Losh
2022-01-07
bsd-user/freebsd: Create common target_os_ucontext.h file
Warner Losh
2022-01-07
bsd-user/mips*: Remove mips support
Warner Losh
2021-12-20
meson: Move bsd_user_ss to bsd-user/
Richard Henderson
2021-12-20
common-user: Move safe-syscall.* from linux-user
Richard Henderson
2021-12-19
bsd-user: Create special-errno.h
Richard Henderson
2021-12-19
bsd-user: Rename TARGET_ERESTARTSYS to QEMU_ERESTARTSYS
Richard Henderson
2021-11-02
bsd-user: Add stubs for new signal routines
Warner Losh
2021-10-18
bsd-user/signal: Create a dummy signal queueing function
Warner Losh
2021-10-18
bsd-user: Rename sigqueue to qemu_sigqueue
Warner Losh
2021-10-18
bsd-user/sysarch: Move to using do_freebsd_arch_sysarch interface
Warner Losh
2021-10-18
bsd-user: Add stop_all_tasks
Warner Losh
2021-10-18
bsd-user: Remove used from TaskState
Warner Losh
2021-10-18
bsd-user/target_os_elf: If ELF_HWCAP2 is defined, publish it
Warner Losh
2021-10-18
bsd-user/target_os_elf.h: Remove fallback ELF_HWCAP and reorder
Warner Losh
2021-10-18
bsd-user: move TARGET_MC_GET_CLEAR_RET to target_os_signal.h
Warner Losh
2021-10-18
bsd-user/errno_defs.h: Add internal error numbers
Stacey Son
2021-10-18
bsd-user: export get_errno and is_error from syscall.c
Warner Losh
2021-10-18
bsd-user: TARGET_RESET define is unused, remove it
Warner Losh
2021-10-18
bsd-user/strace.list: Remove support for FreeBSD versions older than 12.0
Warner Losh
2021-10-18
bsd-user/target_os-user.h: Remove support for FreeBSD older than 12.0
Warner Losh
2021-10-18
meson: *-user: only descend into *-user when configured
Warner Losh
2021-10-18
bsd-user/mmap.c: assert that target_mprotect cannot fail
Warner Losh
2021-10-18
bsd-user/mmap.c: Implement MAP_EXCL, required by jemalloc in head
Kyle Evans
2021-10-18
bsd-user/mmap.c: Don't mmap fd == -1 independently from MAP_ANON flag
Warner Losh
2021-10-18
bsd-user/mmap.c: Convert to qemu_log logging for mmap debugging
Warner Losh
2021-10-17
bsd-user/mmap.c: mmap prefer MAP_ANON for BSD
Warner Losh
2021-10-17
bsd-user/mmap.c: mmap return ENOMEM on overflow
Warner Losh
2021-10-17
bsd-user/mmap.c: MAP_ symbols are defined, so no need for ifdefs
Warner Losh
2021-10-17
bsd-user/mmap.c: check pread's return value to fix warnings with _FORTIFY_SOURCE
Mikaël Urankar
2021-10-17
bsd-user/mmap.c: Always zero MAP_ANONYMOUS memory in mmap_frag()
Mikaël Urankar
2021-09-14
user: Remove cpu_get_pic_interrupt() stubs
Philippe Mathieu-Daudé
[next]