summary refs log tree commit diff stats
path: root/bsd-user/bsd-proc.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pull-tcg-20231004' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi2023-10-051-3/+0
|\
| * build: Remove --enable-gprofRichard Henderson2023-10-041-3/+0
* | bsd-user: Implement getpriority(2) and setpriority(2).Stacey Son2023-10-031-0/+24
* | bsd-user: Add stubs for profil(2), ktrace(2), utrace(2) and ptrace(2).Stacey Son2023-10-031-0/+28
* | bsd-user: Implement get/set[resuid/resgid/sid] and issetugid.Stacey Son2023-10-031-0/+76
* | bsd-user: Implement several get/set system calls:Stacey Son2023-10-031-0/+90
* | bsd-user: Implement getrlimit(2) and setrlimit(2)Stacey Son2023-10-031-0/+59
* | bsd-user: Implement getrusage(2).Stacey Son2023-10-031-0/+13
* | bsd-user: Implement umask(2), setlogin(2) and getlogin(2)Stacey Son2023-10-031-0/+39
* | bsd-user: Implement getgroups(2) and setgroups(2) system calls.Stacey Son2023-10-031-0/+44
* | bsd-user: Get number of cpus.Kyle Evans2023-10-031-0/+2
* | bsd-user: Implement target_to_host_resource conversion functionStacey Son2023-10-031-0/+4
|/
* bsd-user: Clean up includesMarkus Armbruster2023-02-081-4/+0
* bsd-user/freebsd/os-syscall.c: Implement exitWarner Losh2022-06-101-0/+42