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-10-03
bsd-user: Implement wait4(2) and wait6(2) system calls.
Stacey Son
2023-10-03
bsd-user: Implement execve(2) and fexecve(2) system calls.
Karim Taha
2023-10-03
bsd-user: Implement procctl(2) along with necessary conversion functions.
Stacey Son
2023-10-03
bsd-user: Implement freebsd_exec_common, used in implementing execve/fexecve.
Stacey Son
2023-10-03
bsd-user: Implement get_filename_from_fd.
Karim Taha
2023-10-03
bsd-user: Implement getpriority(2) and setpriority(2).
Stacey Son
2023-10-03
bsd-user: Add stubs for profil(2), ktrace(2), utrace(2) and ptrace(2).
Stacey Son
2023-10-03
bsd-user: Implement get/set[resuid/resgid/sid] and issetugid.
Stacey Son
2023-10-03
bsd-user: Implement several get/set system calls:
Stacey Son
2023-10-03
bsd-user: Implement getrlimit(2) and setrlimit(2)
Stacey Son
2023-10-03
bsd-user: Implement getrusage(2).
Stacey Son
2023-10-03
bsd-user: Implement umask(2), setlogin(2) and getlogin(2)
Stacey Son
2023-10-03
bsd-user: Implement getgroups(2) and setgroups(2) system calls.
Stacey Son
2023-10-03
bsd-user: Get number of cpus.
Kyle Evans
2023-10-03
bsd-user: Implement host_to_target_waitstatus conversion.
Stacey Son
2023-10-03
bsd-user: Implement host_to_target_rusage and host_to_target_wrusage.
Stacey Son
2023-10-03
bsd-user: Implement target_to_host_rlim and host_to_target_rlim conversion.
Stacey Son
2023-10-03
bsd-user: Implement target_to_host_resource conversion function
Stacey Son
2023-10-03
bsd-user: add extern declarations for bsd-proc.c conversion functions
Stacey Son
2023-10-03
bsd-user: Add freebsd_exec_common and do_freebsd_procctl to qemu.h.
Stacey Son
2023-10-03
bsd-user: Implement host_to_target_siginfo.
Stacey Son
2023-10-03
bsd-user: Define procctl(2) related structs
Stacey Son
2023-10-03
bsd-user: define TARGET_RFSPAWN for rfork to use vfork(2) semantics, and fix ...
Karim Taha
2023-09-20
bsd-user: spelling fixes
Michael Tokarev
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
[prev]
[next]