Age | Commit message (Expand) | Author |
---|---|---|
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 |