aboutsummaryrefslogtreecommitdiff
path: root/bsd-user/bsd-proc.h
AgeCommit message (Expand)Author
2023-10-05Merge tag 'pull-tcg-20231004' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi
2023-10-04build: Remove --enable-gprofRichard Henderson
2023-10-03bsd-user: Implement getpriority(2) and setpriority(2).Stacey Son
2023-10-03bsd-user: Add stubs for profil(2), ktrace(2), utrace(2) and ptrace(2).Stacey Son
2023-10-03bsd-user: Implement get/set[resuid/resgid/sid] and issetugid.Stacey Son
2023-10-03bsd-user: Implement several get/set system calls:Stacey Son
2023-10-03bsd-user: Implement getrlimit(2) and setrlimit(2)Stacey Son
2023-10-03bsd-user: Implement getrusage(2).Stacey Son
2023-10-03bsd-user: Implement umask(2), setlogin(2) and getlogin(2)Stacey Son
2023-10-03bsd-user: Implement getgroups(2) and setgroups(2) system calls.Stacey Son
2023-10-03bsd-user: Get number of cpus.Kyle Evans
2023-10-03bsd-user: Implement target_to_host_resource conversion functionStacey Son
2023-02-08bsd-user: Clean up includesMarkus Armbruster
2022-06-10bsd-user/freebsd/os-syscall.c: Implement exitWarner Losh