| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | {linux,bsd}-user: Pass pid to fork_end() | Ilya Leoshkevich | 2024-03-06 | 1 | -3/+3 |
| * | bsd-user: Implement pdfork(2) system call. | Stacey Son | 2023-10-03 | 1 | -0/+32 |
| * | bsd-user: Implement rfork(2) system call. | Stacey Son | 2023-10-03 | 1 | -0/+39 |
| * | bsd-user: Implement fork(2) and vfork(2) system calls. | Stacey Son | 2023-10-03 | 1 | -0/+34 |
| * | bsd-user: Implement pdgetpid(2) and the undocumented setugid. | Stacey Son | 2023-10-03 | 1 | -0/+23 |
| * | bsd-user: Implement setloginclass(2) and getloginclass(2) system calls. | Stacey Son | 2023-10-03 | 1 | -0/+32 |
| * | bsd-user: Implement wait4(2) and wait6(2) system calls. | Stacey Son | 2023-10-03 | 1 | -0/+84 |
| * | bsd-user: Implement execve(2) and fexecve(2) system calls. | Karim Taha | 2023-10-03 | 1 | -0/+49 |