index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bsd-user
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
bsd-user/arm/target_arch_elf.h: arm get hwcap
Warner Losh
2022-01-08
1
-1
/
+71
*
bsd-user/arm/target_arch_elf.h: arm defines for ELF
Warner Losh
2022-01-08
1
-0
/
+36
*
bsd-user/arm/target_arch_thread.h: Routines to create and switch to a thread
Warner Losh
2022-01-08
1
-0
/
+82
*
bsd-user/arm/target_arch_sigtramp.h: Signal Trampoline for arm
Warner Losh
2022-01-08
1
-0
/
+49
*
bsd-user/arm/target_arch_vmparam.h: Parameters for arm address space
Warner Losh
2022-01-08
1
-0
/
+48
*
bsd-user/arm/target_arch_reg.h: Implement core dump register copying
Warner Losh
2022-01-08
1
-0
/
+60
*
bsd-user/arm/target_arch_cpu.h: Implement system call dispatch
Warner Losh
2022-01-08
1
-0
/
+94
*
bsd-user/arm/target_arch_cpu.h: Implement data abort exceptions
Warner Losh
2022-01-08
1
-0
/
+11
*
bsd-user/arm/target_arch_cpu.h: Implement trivial EXCP exceptions
Warner Losh
2022-01-08
1
-0
/
+33
*
bsd-user/arm/target_arch_cpu.h: Dummy target_cpu_loop implementation
Warner Losh
2022-01-08
1
-0
/
+22
*
bsd-user/arm/target_arch_cpu.h: Implement target_cpu_clone_regs
Warner Losh
2022-01-08
1
-0
/
+8
*
bsd-user/arm/target_arch_cpu.h: CPU Loop definitions
Warner Losh
2022-01-08
1
-0
/
+43
*
bsd-user/arm/target_arch_cpu.c: Target specific TLS routines
Warner Losh
2022-01-08
2
-0
/
+67
*
bsd-user/arm/target_syscall.h: Add copyright and update name
Warner Losh
2022-01-08
1
-4
/
+23
*
bsd-user/arm/target_arch_sysarch.h: Use consistent include guards
Warner Losh
2022-01-08
1
-3
/
+3
*
bsd-user/target_os_signal.h: Move signal prototypes to target_os_ucontext.h
Warner Losh
2022-01-08
3
-18
/
+11
*
bsd-user/x86_64: Move functions into signal.c
Warner Losh
2022-01-08
2
-36
/
+63
*
bsd-user/x86_64/target_arch_signal.h: Fill in mcontext_t
Warner Losh
2022-01-08
1
-0
/
+54
*
bsd-user/x86_64/target_arch_signal.h: use new target_os_ucontext.h
Warner Losh
2022-01-08
1
-8
/
+1
*
bsd-user/x86_64/target_arch_signal.h: Remove target_sigcontext
Warner Losh
2022-01-08
1
-4
/
+0
*
bsd-user/i386: Move the inlines into signal.c
Warner Losh
2022-01-08
2
-36
/
+63
*
bsd-user/i386/target_arch_signal.h: Update mcontext_t to match FreeBSD
Warner Losh
2022-01-08
1
-0
/
+46
*
bsd-user/i386/target_arch_signal.h: use new target_os_ucontext.h
Warner Losh
2022-01-08
1
-8
/
+1
*
bsd-user/i386/target_arch_signal.h: Remove target_sigcontext
Warner Losh
2022-01-08
1
-4
/
+0
*
bsd-user: create a per-arch signal.c file
Warner Losh
2022-01-08
2
-0
/
+2
*
bsd-user/freebsd: Create common target_os_ucontext.h file
Warner Losh
2022-01-08
2
-3
/
+35
*
bsd-user/mips*: Remove mips support
Warner Losh
2022-01-08
4
-243
/
+0
*
meson: Move bsd_user_ss to bsd-user/
Richard Henderson
2021-12-20
1
-0
/
+4
*
common-user: Move safe-syscall.* from linux-user
Richard Henderson
2021-12-20
1
-0
/
+2
*
bsd-user: Create special-errno.h
Richard Henderson
2021-12-20
2
-1
/
+29
*
bsd-user: Rename TARGET_ERESTARTSYS to QEMU_ERESTARTSYS
Richard Henderson
2021-12-20
1
-1
/
+1
*
bsd-user: Add stubs for new signal routines
Warner Losh
2021-11-03
1
-0
/
+21
*
bsd-user/signal: Create a dummy signal queueing function
Warner Losh
2021-10-18
2
-2
/
+11
*
bsd-user: Rename sigqueue to qemu_sigqueue
Warner Losh
2021-10-18
1
-7
/
+7
*
bsd-user/sysarch: Move to using do_freebsd_arch_sysarch interface
Warner Losh
2021-10-18
5
-50
/
+36
*
bsd-user: Add stop_all_tasks
Warner Losh
2021-10-18
2
-0
/
+10
*
bsd-user: Remove used from TaskState
Warner Losh
2021-10-18
2
-2
/
+0
*
bsd-user/target_os_elf: If ELF_HWCAP2 is defined, publish it
Warner Losh
2021-10-18
1
-0
/
+4
*
bsd-user/target_os_elf.h: Remove fallback ELF_HWCAP and reorder
Warner Losh
2021-10-18
1
-6
/
+2
*
bsd-user: move TARGET_MC_GET_CLEAR_RET to target_os_signal.h
Warner Losh
2021-10-18
3
-4
/
+3
*
bsd-user/errno_defs.h: Add internal error numbers
Stacey Son
2021-10-18
1
-3
/
+10
*
bsd-user: export get_errno and is_error from syscall.c
Warner Losh
2021-10-18
2
-5
/
+9
*
bsd-user: TARGET_RESET define is unused, remove it
Warner Losh
2021-10-18
2
-4
/
+0
*
bsd-user/strace.list: Remove support for FreeBSD versions older than 12.0
Warner Losh
2021-10-18
1
-11
/
+0
*
bsd-user/target_os-user.h: Remove support for FreeBSD older than 12.0
Warner Losh
2021-10-18
1
-99
/
+1
*
meson: *-user: only descend into *-user when configured
Warner Losh
2021-10-18
1
-0
/
+4
*
bsd-user/mmap.c: assert that target_mprotect cannot fail
Warner Losh
2021-10-18
1
-4
/
+1
*
bsd-user/mmap.c: Implement MAP_EXCL, required by jemalloc in head
Kyle Evans
2021-10-18
1
-3
/
+7
*
bsd-user/mmap.c: Don't mmap fd == -1 independently from MAP_ANON flag
Warner Losh
2021-10-18
1
-5
/
+25
*
bsd-user/mmap.c: Convert to qemu_log logging for mmap debugging
Warner Losh
2021-10-18
1
-30
/
+23
[prev]
[next]