User Details
- User Since
- Jun 6 2021, 5:11 PM (270 w, 3 d)
Mon, Aug 10
Sun, Aug 9
Nice work. Some feedback is attached.
For example, the build-option survey is not trying to solve an equation but test for combinations of build-options that break the build when combined together.
Sat, Aug 8
I'm relieved, I never managed to find time to get one.
Fri, Aug 7
Please post the commit message you plan to use so I can then give approval for commit.
Thu, Aug 6
It sounds like this could perhaps be simplified by having a pdsyscall system call that executes a system call on the given process descriptor. Then all manipulations on the zygote process just become normal system calls carried out through pdsyscall and activating a process image becomes a call to execve() or similar through pdsyscall. In particular this avoids having to add new stuff every time we come up with something new that we want to set up before sending off the new process.