summary refs log tree commit diff stats
path: root/bsd-user/freebsd/os-proc.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* {linux,bsd}-user: Pass pid to fork_end()Ilya Leoshkevich2024-03-061-3/+3
* bsd-user: Implement pdfork(2) system call.Stacey Son2023-10-031-0/+32
* bsd-user: Implement rfork(2) system call.Stacey Son2023-10-031-0/+39
* bsd-user: Implement fork(2) and vfork(2) system calls.Stacey Son2023-10-031-0/+34
* bsd-user: Implement pdgetpid(2) and the undocumented setugid.Stacey Son2023-10-031-0/+23
* bsd-user: Implement setloginclass(2) and getloginclass(2) system calls.Stacey Son2023-10-031-0/+32
* bsd-user: Implement wait4(2) and wait6(2) system calls.Stacey Son2023-10-031-0/+84
* bsd-user: Implement execve(2) and fexecve(2) system calls.Karim Taha2023-10-031-0/+49