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
/
qemu.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace TARGET_WORDS_BIGENDIAN
Marc-André Lureau
2022-04-06
1
-1
/
+1
*
Replace GCC_FMT_ATTR with G_GNUC_PRINTF
Marc-André Lureau
2022-03-22
1
-1
/
+1
*
bsd-user: Define target_arg64
Warner Losh
2022-02-27
1
-0
/
+13
*
bsd-user: introduce target.h
Warner Losh
2022-02-27
1
-0
/
+1
*
bsd-user/freebsd/os-syscall.c: Add get_errno and host_to_target_errno
Warner Losh
2022-02-26
1
-1
/
+2
*
bsd-user: Remove bsd_type
Warner Losh
2022-02-26
1
-7
/
+0
*
bsd-user/signal.c: handle_pending_signal
Warner Losh
2022-01-28
1
-0
/
+7
*
bsd-user/signal.c: setup_frame
Warner Losh
2022-01-28
1
-1
/
+2
*
bsd-user/signal.c: Fill in queue_signal
Warner Losh
2022-01-28
1
-0
/
+5
*
bsd-user/strace.c: print_taken_signal
Warner Losh
2022-01-28
1
-0
/
+10
*
bsd-user/signal.c: Implement rewind_if_in_safe_syscall
Warner Losh
2022-01-28
1
-0
/
+2
*
bsd-user/signal.c: Implement signal_init()
Warner Losh
2022-01-28
1
-0
/
+7
*
bsd-user/signal-common.h: Move signal functions prototypes to here
Warner Losh
2022-01-28
1
-8
/
+0
*
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
1
-12
/
+1
*
bsd-user/signal: Create a dummy signal queueing function
Warner Losh
2021-10-18
1
-1
/
+1
*
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
1
-0
/
+3
*
bsd-user: Add stop_all_tasks
Warner Losh
2021-10-18
1
-0
/
+1
*
bsd-user: Remove used from TaskState
Warner Losh
2021-10-18
1
-1
/
+0
*
bsd-user: export get_errno and is_error from syscall.c
Warner Losh
2021-10-18
1
-0
/
+4
*
bsd-user: Update mapping to handle reserved and starting conditions
Warner Losh
2021-09-10
1
-2
/
+3
*
bsd-user: add stubbed out core dump support
Warner Losh
2021-09-10
1
-0
/
+6
*
bsd-user: elf cleanup
Warner Losh
2021-09-10
1
-0
/
+1
*
bsd-user: *BSD specific siginfo defintions
Warner Losh
2021-09-10
1
-0
/
+1
*
bsd-user: Add system independent stack, data and text limiting
Warner Losh
2021-09-10
1
-1
/
+6
*
bsd-user: Create target specific vmparam.h
Warner Losh
2021-09-10
1
-0
/
+1
*
bsd-user: define max args in terms of pages
Warner Losh
2021-09-10
1
-4
/
+11
*
bsd-user: Include more things in qemu.h
Warner Losh
2021-09-10
1
-2
/
+4
*
bsd-user: Move per-cpu code into target_arch_cpu.h
Warner Losh
2021-09-10
1
-0
/
+1
*
bsd-user: save the path to the qemu emulator
Warner Losh
2021-09-10
1
-0
/
+1
*
bsd-user: assume pthreads and support of __thread
Warner Losh
2021-09-10
1
-9
/
+1
*
bsd-user: remove a.out support
Warner Losh
2021-09-10
1
-1
/
+1
*
bsd-user: Eliminate elf personality
Warner Losh
2021-09-10
1
-1
/
+0
*
bsd-user: implement path searching
Warner Losh
2021-09-10
1
-1
/
+2
*
bsd-user: pass the bsd_param into loader_exec
Warner Losh
2021-09-10
1
-1
/
+2
*
bsd-user: rename linux_binprm to bsd_binprm
Warner Losh
2021-05-11
1
-3
/
+3
*
bsd-user: remove target_signal.h, it's unused
Warner Losh
2021-05-11
1
-1
/
+0
*
bsd-user: style tweak: use {} for all if statements, format else correctly
Warner Losh
2021-05-11
1
-7
/
+13
*
bsd-user: style tweak: don't assign in if statements
Warner Losh
2021-05-11
1
-2
/
+4
*
bsd-user: style tweak: Use preferred block comments
Warner Losh
2021-05-11
1
-31
/
+43
*
bsd-user: style tweak: remove spacing after '*' and add after }
Warner Losh
2021-05-11
1
-9
/
+9
*
bsd-user: style tweak: move extern to header file
Warner Losh
2021-05-11
1
-0
/
+2
*
bsd-user: Remove commented out code
Warner Losh
2021-05-11
1
-4
/
+0
*
bsd-user: style tweak: keyword space (
Warner Losh
2021-04-30
1
-2
/
+2
*
exec: Use cpu_untagged_addr in g2h; split out g2h_untagged
Richard Henderson
2021-02-16
1
-4
/
+4
*
bsd-user: Tidy VERIFY_READ/VERIFY_WRITE
Richard Henderson
2021-02-16
1
-5
/
+4
*
misc: Replace zero-length arrays with flexible array member (automatic)
Philippe Mathieu-Daudé
2020-03-16
1
-1
/
+1
*
target: Do not include "exec/exec-all.h" if it is not necessary
Philippe Mathieu-Daudé
2018-06-01
1
-1
/
+0
*
qom/cpu: remove host_tid field
Alex Bennée
2017-07-14
1
-0
/
+2
[next]