isil-oz
isil-oz
@paulcallen Is it a good idea to measure the memory requirement for each syscall statically and then map each one to a different stack size (2 or more)?
@vtikoo If we have the pselect6 implemented in mystikos, what is the expected behavior? We have the implementation of select which is similar to [pselect](https://man7.org/linux/man-pages/man3/pselect.3p.html), I thought we can have...
Thanks for guidance @vtikoo. TIOCGPGRP gets, and TIOCSPGRP sets the foreground process group ID of the terminal. We have the `myst_process_self()` inside mystikos, is it the foreground process? Additionally, there...