index
:
qemu
loongarch64
master
or1k
QEMU development tree
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bsd-user
/
qemu.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
bsd-user:Add AArch64 improvements and signal handling functions
Stacey Son
2024-07-23
1
-0
/
+3
*
user: Declare get_task_state() once in 'accel/tcg/vcpu-state.h'
Philippe Mathieu-Daudé
2024-05-06
1
-5
/
+1
*
user: Forward declare TaskState type definition
Philippe Mathieu-Daudé
2024-05-06
1
-2
/
+2
*
exec/cpu: Extract page-protection definitions to page-protection.h
Philippe Mathieu-Daudé
2024-05-06
1
-0
/
+1
*
user: Move 'thunk.h' from 'exec/user' to 'user'
Philippe Mathieu-Daudé
2024-05-03
1
-1
/
+1
*
user: Move 'abitypes.h' from 'exec/user' to 'user'
Philippe Mathieu-Daudé
2024-05-03
1
-1
/
+1
*
meson: Make DEBUG_REMAP a meson option
Ilya Leoshkevich
2024-04-24
1
-4
/
+2
*
{linux,bsd}-user: Pass pid to fork_end()
Ilya Leoshkevich
2024-03-06
1
-1
/
+1
*
{linux,bsd}-user: Introduce get_task_state()
Ilya Leoshkevich
2024-03-06
1
-0
/
+5
*
cpu: Remove page_size_init
Richard Henderson
2024-02-29
1
-0
/
+7
*
bsd-user: Implement shmat(2) and shmdt(2)
Stacey Son
2023-10-03
1
-0
/
+1
*
bsd-user: Implement freebsd_exec_common, used in implementing execve/fexecve.
Stacey Son
2023-10-03
1
-0
/
+1
*
bsd-user: Add freebsd_exec_common and do_freebsd_procctl to qemu.h.
Stacey Son
2023-10-03
1
-0
/
+6
*
bsd-user: spelling fixes
Michael Tokarev
2023-09-20
1
-1
/
+1
*
bsd-user: Move PRAGMA_DISABLE_PACKED_WARNING etc to qemu.h
Warner Losh
2023-08-30
1
-0
/
+27
*
bsd-user: Declarations of h2t and t2h conversion functions.
Stacey Son
2023-08-28
1
-0
/
+1
*
bsd-user; Update the definitions of __put_user and __get_user macros
Warner Losh
2023-08-28
1
-47
/
+34
*
bsd-user: Remove image_info.start_brk
Richard Henderson
2023-08-28
1
-1
/
+0
*
bsd-user: Remove image_info.mmap
Richard Henderson
2023-08-28
1
-1
/
+0
*
bsd-user: Remove ELF_START_MMAP and image_info.start_mmap
Richard Henderson
2023-08-28
1
-1
/
+0
*
bsd-user: Remove last_brk
Richard Henderson
2023-08-06
1
-1
/
+0
*
accel/tcg: Return bool from page_check_range
Richard Henderson
2023-07-15
1
-1
/
+1
*
bsd-user: implement sysctlbyname(2)
Kyle Evans
2023-03-01
1
-0
/
+3
*
bsd-user: do_freebsd_sysctl helper for sysctl(2)
Kyle Evans
2023-03-01
1
-0
/
+2
*
bsd-user/mmap: use TSA_NO_TSA to suppress clang TSA warnings in FreeBSD
Emanuele Giuseppe Esposito
2023-02-17
1
-2
/
+3
*
bsd-user: Clean up includes
Markus Armbruster
2023-02-08
1
-1
/
+0
*
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-26
1
-0
/
+13
*
bsd-user: introduce target.h
Warner Losh
2022-02-26
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
[next]