Commit graph

3 commits

Author SHA1 Message Date
Thomas Weißschuh
0d3bc6fdbd waitpid: add support for already exited PIDs 2023-01-09 13:16:30 +00:00
Thomas Weißschuh
8528bd29aa waitpid: add timeout support 2023-01-06 14:37:55 +00:00
Thomas Weißschuh
550d32c49e waitpid: add new command
This command implements waiting for the exit of multiple processes.
Especially it allows to wait for process that are not children of the
current process.

In contrast to wait(1P) it does not allow to retrieve the processes exit
codes.
2023-01-04 01:18:33 +00:00