Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2023-10-03 | bsd-user: Implement pdfork(2) system call. | Stacey Son | 1 | -0/+32 |
2023-10-03 | bsd-user: Implement rfork(2) system call. | Stacey Son | 1 | -0/+39 |
2023-10-03 | bsd-user: Implement fork(2) and vfork(2) system calls. | Stacey Son | 1 | -0/+34 |
2023-10-03 | bsd-user: Implement pdgetpid(2) and the undocumented setugid. | Stacey Son | 1 | -0/+23 |
2023-10-03 | bsd-user: Implement setloginclass(2) and getloginclass(2) system calls. | Stacey Son | 1 | -0/+32 |
2023-10-03 | bsd-user: Implement wait4(2) and wait6(2) system calls. | Stacey Son | 1 | -0/+84 |
2023-10-03 | bsd-user: Implement execve(2) and fexecve(2) system calls. | Karim Taha | 1 | -0/+49 |