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/sycall.c: Now obsolete, remove
Warner Losh
2022-02-26
1
-516
/
+0
*
bsd-user: Move system call building to os-syscall.c
Warner Losh
2022-02-26
2
-1
/
+1
*
bsd-user/freebsd/os-syscall.c: Move syscall processing here
Warner Losh
2022-02-26
1
-0
/
+69
*
bsd-user: Remove bsd_type
Warner Losh
2022-02-26
2
-9
/
+0
*
bsd-user/x86_64/target_arch_thread.h: Assume a FreeBSD target
Warner Losh
2022-02-26
1
-3
/
+1
*
bsd-user/arm/target_arch_thread.h: Assume a FreeBSD target
Warner Losh
2022-02-26
1
-3
/
+1
*
bsd-user/arm/target_arch_cpu.h: Only support FreeBSD sys calls
Warner Losh
2022-02-26
1
-73
/
+66
*
bsd-user/i386/target_arch_cpu.h: Remove openbsd syscall
Warner Losh
2022-02-26
1
-47
/
+37
*
bsd-user/x86_64/target_arch_cpu.h: Remove openbsd syscall
Warner Losh
2022-02-26
1
-19
/
+8
*
bsd-user/x86_64/target_arch_cpu.h: int $80 never was a BSD system call on amd64
Warner Losh
2022-02-26
1
-58
/
+0
*
bsd-user/main.c: Drop syscall flavor arg -bsd
Warner Losh
2022-02-26
1
-12
/
+0
*
exec/exec-all: Move 'qemu/log.h' include in units requiring it
Philippe Mathieu-Daudé
2022-02-21
1
-0
/
+1
*
bsd-user/signal.c: Only copy the _capsicum for FreeBSD_version > 1400026
Warner Losh
2022-02-01
2
-0
/
+10
*
bsd-user/freebsd/target_os_ucontext.h: Prefer env as arg name for CPUArchStat...
Warner Losh
2022-01-31
1
-3
/
+3
*
bsd-user: Rename arg name for target_cpu_reset to env
Warner Losh
2022-01-31
3
-5
/
+5
*
bsd-user/signal.c: do_sigaltstack
Warner Losh
2022-01-31
1
-5
/
+67
*
bsd-user/signal.c: implement do_sigaction
Warner Losh
2022-01-31
2
-0
/
+104
*
bsd-user/signal.c: implement do_sigreturn
Warner Losh
2022-01-31
2
-1
/
+57
*
bsd-user/signal.c: process_pending_signals
Warner Losh
2022-01-28
1
-1
/
+55
*
bsd-user/signal.c: tswap_siginfo
Warner Losh
2022-01-28
1
-0
/
+53
*
bsd-user/signal.c: handle_pending_signal
Warner Losh
2022-01-28
2
-0
/
+94
*
bsd-user/signal.c: setup_frame
Warner Losh
2022-01-28
3
-1
/
+90
*
bsd-user/signal.c: sigset manipulation routines.
Warner Losh
2022-01-28
2
-0
/
+76
*
bsd-user/signal.c: Fill in queue_signal
Warner Losh
2022-01-28
2
-1
/
+17
*
bsd-user/signal.c: Implement dump_core_and_abort
Warner Losh
2022-01-28
2
-0
/
+77
*
bsd-user/strace.c: print_taken_signal
Warner Losh
2022-01-28
2
-0
/
+107
*
bsd-user/signal.c: Implement host_signal_handler
Warner Losh
2022-01-28
1
-0
/
+105
*
bsd-user/signal.c: Implement rewind_if_in_safe_syscall
Warner Losh
2022-01-28
2
-1
/
+14
*
bsd-user/signal.c: host_to_target_siginfo_noswap
Warner Losh
2022-01-28
1
-0
/
+113
*
bsd-user: Add trace events for bsd-user
Warner Losh
2022-01-28
3
-0
/
+13
*
bsd-user: Add host signals to the build
Warner Losh
2022-01-28
1
-0
/
+1
*
bsd-user/host/x86_64/host-signal.h: Implement host_signal_*
Warner Losh
2022-01-28
1
-0
/
+37
*
bsd-user/host/i386/host-signal.h: Implement host_signal_*
Warner Losh
2022-01-28
1
-0
/
+37
*
bsd-user/host/arm/host-signal.h: Implement host_signal_*
Warner Losh
2022-01-28
1
-0
/
+35
*
bsd-user/signal.c: Add si_type argument to queue_signal
Warner Losh
2022-01-28
2
-3
/
+28
*
bsd-user/signal.c: Implement signal_init()
Warner Losh
2022-01-28
2
-0
/
+74
*
bsd-user/signal.c: implement abstract target / host signal translation
Warner Losh
2022-01-28
2
-0
/
+18
*
bsd-user/arm/target_arch_cpu.h: Implement data faults
Warner Losh
2022-01-28
1
-10
/
+35
*
bsd-user/arm/target_arch_cpu.h: Use force_sig_fault for EXCP_UDEF
Warner Losh
2022-01-28
1
-12
/
+13
*
bsd-user/arm/target_arch_cpu.h: Correct code pointer
Warner Losh
2022-01-28
1
-1
/
+1
*
bsd-user/arm/arget_arch_cpu.h: Move EXCP_DEBUG and EXCP_BKPT together
Warner Losh
2022-01-28
1
-20
/
+2
*
bsd-user/signal.c: implement cpu_loop_exit_sigbus
Warner Losh
2022-01-28
1
-3
/
+9
*
bsd-user/signal.c: Implement cpu_loop_exit_sigsegv
Warner Losh
2022-01-28
1
-3
/
+12
*
bsd-user/signal-common.h: Move signal functions prototypes to here
Warner Losh
2022-01-28
5
-8
/
+9
*
bsd-user/signal.c: implement force_sig_fault
Warner Losh
2022-01-28
2
-0
/
+32
*
bsd-user/arm/target_arch_cpu.h: Move EXCP_ATOMIC to match linux-user
Warner Losh
2022-01-28
1
-3
/
+3
*
bsd-user: Bring in docs from linux-user for signal_pending
Warner Losh
2022-01-28
1
-1
/
+8
*
bsd-user: Remove vestiges of signal queueing code
Warner Losh
2022-01-28
2
-20
/
+2
*
bsd-user/arm/signal.c: get_mcontext should zero vfp data
Warner Losh
2022-01-28
1
-0
/
+9
*
bsd-user/arm/signal.c: Implement setup_sigframe_arch for arm
Warner Losh
2022-01-28
1
-17
/
+33
[prev]
[next]