Skip to content

Releases: andreacorbellini/waitpid

v0.3

08 Jan 19:20
Compare
Choose a tag to compare
  • Added a new waitall program that lets you specify programs by name, rather than by PID (this is similar to what killall(1) does).
  • Switched from the GNU GPL v3 license to the BSD 2-clause license.
  • Minor changes:
    • The --verbose option displays a warning if ptrace(2) is not available.

v0.2

08 Jan 19:19
Compare
Choose a tag to compare
  • Added support for waiting multiple PIDs.
  • The new --verbose option can be specified both to inspect the exit status of the traced processes and to trace the signals sent to them.
  • waitpid can now be used even if ptrace(2) is not available (through --verbose won't report exit statuses and signals in this situation).
  • A new --force option has been added to allow the specification of nonexistent PIDs.

v0.1

08 Jan 19:15
Compare
Choose a tag to compare

Initial release.