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
/
bsd-proc.h
Age
Commit message (
Expand
)
Author
2023-10-05
Merge tag 'pull-tcg-20231004' of https://gitlab.com/rth7680/qemu into staging
Stefan Hajnoczi
2023-10-04
build: Remove --enable-gprof
Richard Henderson
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 target_to_host_resource conversion function
Stacey Son
2023-02-08
bsd-user: Clean up includes
Markus Armbruster
2022-06-10
bsd-user/freebsd/os-syscall.c: Implement exit
Warner Losh