index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bsd-user
/
qemu.h
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-03
bsd-user: Implement shmat(2) and shmdt(2)
Stacey Son
1
-0
/
+1
2023-10-03
bsd-user: Implement freebsd_exec_common, used in implementing execve/fexecve.
Stacey Son
1
-0
/
+1
2023-10-03
bsd-user: Add freebsd_exec_common and do_freebsd_procctl to qemu.h.
Stacey Son
1
-0
/
+6
2023-09-20
bsd-user: spelling fixes
Michael Tokarev
1
-1
/
+1
2023-08-30
bsd-user: Move PRAGMA_DISABLE_PACKED_WARNING etc to qemu.h
Warner Losh
1
-0
/
+27
2023-08-28
bsd-user: Declarations of h2t and t2h conversion functions.
Stacey Son
1
-0
/
+1
2023-08-28
bsd-user; Update the definitions of __put_user and __get_user macros
Warner Losh
1
-47
/
+34
2023-08-28
bsd-user: Remove image_info.start_brk
Richard Henderson
1
-1
/
+0
2023-08-28
bsd-user: Remove image_info.mmap
Richard Henderson
1
-1
/
+0
2023-08-28
bsd-user: Remove ELF_START_MMAP and image_info.start_mmap
Richard Henderson
1
-1
/
+0
2023-08-06
bsd-user: Remove last_brk
Richard Henderson
1
-1
/
+0
2023-07-15
accel/tcg: Return bool from page_check_range
Richard Henderson
1
-1
/
+1
2023-03-01
bsd-user: implement sysctlbyname(2)
Kyle Evans
1
-0
/
+3
2023-03-01
bsd-user: do_freebsd_sysctl helper for sysctl(2)
Kyle Evans
1
-0
/
+2
2023-02-17
bsd-user/mmap: use TSA_NO_TSA to suppress clang TSA warnings in FreeBSD
Emanuele Giuseppe Esposito
1
-2
/
+3
2023-02-08
bsd-user: Clean up includes
Markus Armbruster
1
-1
/
+0
2022-04-06
Replace TARGET_WORDS_BIGENDIAN
Marc-André Lureau
1
-1
/
+1
2022-03-22
Replace GCC_FMT_ATTR with G_GNUC_PRINTF
Marc-André Lureau
1
-1
/
+1
2022-02-26
bsd-user: Define target_arg64
Warner Losh
1
-0
/
+13
2022-02-26
bsd-user: introduce target.h
Warner Losh
1
-0
/
+1
2022-02-26
bsd-user/freebsd/os-syscall.c: Add get_errno and host_to_target_errno
Warner Losh
1
-1
/
+2
2022-02-26
bsd-user: Remove bsd_type
Warner Losh
1
-7
/
+0
2022-01-28
bsd-user/signal.c: handle_pending_signal
Warner Losh
1
-0
/
+7
2022-01-28
bsd-user/signal.c: setup_frame
Warner Losh
1
-1
/
+2
2022-01-28
bsd-user/signal.c: Fill in queue_signal
Warner Losh
1
-0
/
+5
2022-01-28
bsd-user/strace.c: print_taken_signal
Warner Losh
1
-0
/
+10
2022-01-28
bsd-user/signal.c: Implement rewind_if_in_safe_syscall
Warner Losh
1
-0
/
+2
2022-01-28
bsd-user/signal.c: Implement signal_init()
Warner Losh
1
-0
/
+7
2022-01-28
bsd-user/signal-common.h: Move signal functions prototypes to here
Warner Losh
1
-8
/
+0
2022-01-28
bsd-user: Bring in docs from linux-user for signal_pending
Warner Losh
1
-1
/
+8
2022-01-28
bsd-user: Remove vestiges of signal queueing code
Warner Losh
1
-12
/
+1
2021-10-18
bsd-user/signal: Create a dummy signal queueing function
Warner Losh
1
-1
/
+1
2021-10-18
bsd-user: Rename sigqueue to qemu_sigqueue
Warner Losh
1
-7
/
+7
2021-10-18
bsd-user/sysarch: Move to using do_freebsd_arch_sysarch interface
Warner Losh
1
-0
/
+3
2021-10-18
bsd-user: Add stop_all_tasks
Warner Losh
1
-0
/
+1
2021-10-18
bsd-user: Remove used from TaskState
Warner Losh
1
-1
/
+0
2021-10-18
bsd-user: export get_errno and is_error from syscall.c
Warner Losh
1
-0
/
+4
2021-09-10
bsd-user: Update mapping to handle reserved and starting conditions
Warner Losh
1
-2
/
+3
2021-09-10
bsd-user: add stubbed out core dump support
Warner Losh
1
-0
/
+6
2021-09-10
bsd-user: elf cleanup
Warner Losh
1
-0
/
+1
2021-09-10
bsd-user: *BSD specific siginfo defintions
Warner Losh
1
-0
/
+1
2021-09-10
bsd-user: Add system independent stack, data and text limiting
Warner Losh
1
-1
/
+6
2021-09-10
bsd-user: Create target specific vmparam.h
Warner Losh
1
-0
/
+1
2021-09-10
bsd-user: define max args in terms of pages
Warner Losh
1
-4
/
+11
2021-09-10
bsd-user: Include more things in qemu.h
Warner Losh
1
-2
/
+4
2021-09-10
bsd-user: Move per-cpu code into target_arch_cpu.h
Warner Losh
1
-0
/
+1
2021-09-10
bsd-user: save the path to the qemu emulator
Warner Losh
1
-0
/
+1
2021-09-10
bsd-user: assume pthreads and support of __thread
Warner Losh
1
-9
/
+1
2021-09-10
bsd-user: remove a.out support
Warner Losh
1
-1
/
+1
2021-09-10
bsd-user: Eliminate elf personality
Warner Losh
1
-1
/
+0
[next]