aboutsummaryrefslogtreecommitdiff
path: root/bsd-user/freebsd/os-proc.h
AgeCommit message (Expand)Author
2024-03-06{linux,bsd}-user: Pass pid to fork_end()Ilya Leoshkevich
2023-10-03bsd-user: Implement pdfork(2) system call.Stacey Son
2023-10-03bsd-user: Implement rfork(2) system call.Stacey Son
2023-10-03bsd-user: Implement fork(2) and vfork(2) system calls.Stacey Son
2023-10-03bsd-user: Implement pdgetpid(2) and the undocumented setugid.Stacey Son
2023-10-03bsd-user: Implement setloginclass(2) and getloginclass(2) system calls.Stacey Son
2023-10-03bsd-user: Implement wait4(2) and wait6(2) system calls.Stacey Son
2023-10-03bsd-user: Implement execve(2) and fexecve(2) system calls.Karim Taha