aboutsummaryrefslogtreecommitdiff
path: root/bsd-user/bsd-proc.h
AgeCommit message (Expand)AuthorFilesLines
2023-10-05Merge tag 'pull-tcg-20231004' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi1-3/+0
2023-10-04build: Remove --enable-gprofRichard Henderson1-3/+0
2023-10-03bsd-user: Implement getpriority(2) and setpriority(2).Stacey Son1-0/+24
2023-10-03bsd-user: Add stubs for profil(2), ktrace(2), utrace(2) and ptrace(2).Stacey Son1-0/+28
2023-10-03bsd-user: Implement get/set[resuid/resgid/sid] and issetugid.Stacey Son1-0/+76
2023-10-03bsd-user: Implement several get/set system calls:Stacey Son1-0/+90
2023-10-03bsd-user: Implement getrlimit(2) and setrlimit(2)Stacey Son1-0/+59
2023-10-03bsd-user: Implement getrusage(2).Stacey Son1-0/+13
2023-10-03bsd-user: Implement umask(2), setlogin(2) and getlogin(2)Stacey Son1-0/+39
2023-10-03bsd-user: Implement getgroups(2) and setgroups(2) system calls.Stacey Son1-0/+44
2023-10-03bsd-user: Get number of cpus.Kyle Evans1-0/+2
2023-10-03bsd-user: Implement target_to_host_resource conversion functionStacey Son1-0/+4
2023-02-08bsd-user: Clean up includesMarkus Armbruster1-4/+0
2022-06-10bsd-user/freebsd/os-syscall.c: Implement exitWarner Losh1-0/+42