index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bsd-user
Age
Commit message (
Expand
)
Author
2023-09-08
trace-events: Fix the name of the tracing.rst file
Thomas Huth
2023-08-31
bulk: Do not declare function prototypes using 'extern' keyword
Philippe Mathieu-Daudé
2023-08-30
bsd-user: Move PRAGMA_DISABLE_PACKED_WARNING etc to qemu.h
Warner Losh
2023-08-28
bsd-user: Add missing break after do_bsd_preadv
Warner Losh
2023-08-28
bsd-user: Add getdents and fcntl related system calls
Warner Losh
2023-08-28
bsd-user: Add glue for statfs related system calls
Warner Losh
2023-08-28
bsd-user: Add glue for getfh and related syscalls
Warner Losh
2023-08-28
bsd-user: Add glue for the freebsd11_stat syscalls
Warner Losh
2023-08-28
bsd-user: Add os-stat.c to the build
Karim Taha
2023-08-28
bsd-user: Implement do_freebsd_realpathat syscall
Mikaël Urankar
2023-08-28
bsd-user: Implement freebsd11 netbsd stat related syscalls
Michal Meloun
2023-08-28
bsd-user: Implement freebsd11 getdirents related syscalls
Michal Meloun
2023-08-28
bsd-user: Implement freebsd11 statfs related syscalls
Michal Meloun
2023-08-28
bsd-user: Implement freebsd11 fstat and fhstat related syscalls
Michal Meloun
2023-08-28
bsd-user: Implement freebsd11 stat related syscalls
Michal Meloun
2023-08-28
bsd-user: Implement stat related syscalls
Stacey Son
2023-08-28
bsd-user: Implement getdents related syscalls
Stacey Son
2023-08-28
bsd-user: Implement statfs related syscalls
Stacey Son
2023-08-28
bsd-user: Implement statfh related syscalls
Stacey Son
2023-08-28
bsd-user: Implement stat related syscalls
Stacey Son
2023-08-28
bsd-uesr: Implement h2t_freebsd_stat and h2t_freebsd_statfs functions
Michal Meloun
2023-08-28
bsd-user: Implement target_to_host_fcntl_cmd
Stacey Son
2023-08-28
bsd-user: Implement h2t_freebds11_statfs
Stacey Son
2023-08-28
bsd-user: Implement h2t_freebsd_fhandle t2h_freebsd_fhandle
Stacey Son
2023-08-28
bsd-user: Implement h2t_freebsd11_stat h2t_freebsd_nstat
Stacey Son
2023-08-28
bsd-user: Rename target_freebsd_time_t to target_time_t
Warner Losh
2023-08-28
bsd-user: Define safe_fcntl macro in bsd-user/syscall_defs.h
Kyle Evans
2023-08-28
bsd-user: Add struct target_freebsd_fhandle and fcntl flags
Stacey Son
2023-08-28
bsd-user: Add struct target_statfs
Michal Meloun
2023-08-28
bsd-user: Add structs target_freebsd11_{nstat,statfs}
Stacey Son
2023-08-28
bsd-user: Add struct target_stat to bsd-user/syscall_defs.h
Michal Meloun
2023-08-28
bsd-user: Add struct target_freebsd11_stat to bsd-user/syscall_defs
Stacey Son
2023-08-28
bsd-user: Declarations of h2t and t2h conversion functions.
Stacey Son
2023-08-28
bsd-user; Update the definitions of __put_user and __get_user macros
Warner Losh
2023-08-28
bsd-user: Move _WANT_FREEBSD macros to include/qemu/osdep.h
Warner Losh
2023-08-28
bsd-user: Remove image_info.start_brk
Richard Henderson
2023-08-28
bsd-user: Remove image_info.mmap
Richard Henderson
2023-08-28
bsd-user: Remove ELF_START_MMAP and image_info.start_mmap
Richard Henderson
2023-08-09
linux-user: Use ARRAY_SIZE with bitmask_transtbl
Richard Henderson
2023-08-06
bsd-user: Remove last_brk
Richard Henderson
2023-07-31
bsd-user: Specify host page alignment if none specified
Warner Losh
2023-07-31
bsd-user: Allocate guest virtual address space
Richard Henderson
2023-07-23
include/exec: Add WITH_MMAP_LOCK_GUARD
Richard Henderson
2023-07-15
accel/tcg: Return bool from page_check_range
Richard Henderson
2023-07-15
bsd-user: Use page_find_range_empty for mmap_find_vma_reserved
Richard Henderson
2023-07-15
bsd-user: Use page_check_range_empty for MAP_EXCL
Richard Henderson
2023-06-26
target/i386: implement SYSCALL/SYSRET in 32-bit emulators
Paolo Bonzini
2023-06-13
linux-user, bsd-user: Preserve incoming order of environment variables in the...
Andreas Schwab
2023-06-01
*-user: remove the guest_user_syscall tracepoints
Alex Bennée
2023-05-11
disas: Remove target_ulong from the interface
Richard Henderson
[next]