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