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
/
syscall_defs.h
Age
Commit message (
Expand
)
Author
2023-10-03
bsd-user: Implment madvise(2) to match the linux-user implementation.
Karim Taha
2023-10-03
bsd-user: Implement struct target_shmid_ds
Stacey Son
2023-10-03
bsd-user: Implement struct target_ipc_perm
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-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-09
linux-user: Use ARRAY_SIZE with bitmask_transtbl
Richard Henderson
2022-06-13
bsd-user: Implement open, openat and close
Warner Losh
2022-05-11
Clean up ill-advised or unusual header guards
Markus Armbruster
2022-02-26
bsd-user: Add safe system call macros
Warner Losh
2022-01-28
bsd-user/signal.c: Implement dump_core_and_abort
Warner Losh
2021-09-10
bsd-user: Rewrite target system call definintion glue
Warner Losh
2021-09-10
bsd-user: *BSD specific siginfo defintions
Warner Losh
2009-10-18
bsd-user: FreeBSD update
Juergen Lock
2008-10-26
Preliminary BSD user emulator support
blueswir1