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: Create setup_sigframe_arch to setup sigframe context
Warner Losh
2022-01-28
3
-0
/
+29
*
bsd-user: Complete FreeBSD siginfo
Warner Losh
2022-01-28
1
-1
/
+14
*
user: move common-user includes to a subdirectory of {bsd,linux}-user/
Paolo Bonzini
2022-01-12
2
-1
/
+1
*
bsd-user/freebsd/target_os_ucontext.h: Require TARGET_*CONTEXT_SIZE
Warner Losh
2022-01-08
1
-2
/
+0
*
bsd-user/arm/signal.c: arm get_ucontext_sigreturn
Warner Losh
2022-01-08
1
-0
/
+9
*
bsd-user/arm/signal.c: arm set_mcontext
Warner Losh
2022-01-08
1
-0
/
+76
*
bsd-user/arm/signal.c: arm get_mcontext
Warner Losh
2022-01-08
1
-0
/
+51
*
bsd-user/arm/signal.c: arm set_sigtramp_args
Warner Losh
2022-01-08
1
-0
/
+60
*
bsd-user/arm/target_arch_signal.h: Define size of *context_t
Warner Losh
2022-01-08
1
-0
/
+3
*
bsd-user/arm/target_arch_signal.h: arm machine context and trapframe for signals
Warner Losh
2022-01-08
1
-0
/
+28
*
bsd-user/arm/target_arch_signal.h: arm specific signal registers and stack
Warner Losh
2022-01-08
1
-0
/
+57
*
bsd-user/arm/target_arch_elf.h: arm get_hwcap2 impl
Warner Losh
2022-01-08
1
-0
/
+22
*
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
[prev]
[next]