about summary refs log tree commit diff
path: root/pwait.c
Commit message (Expand)AuthorAgeFilesLines
* update copyright yearLeah Neukirchen2019-02-081-1/+1
* pwait: move installation of SIGINT signal handler just before the loopLeah Neukirchen2018-09-191-2/+2
* pwait: verify pid as late as possibleLeah Neukirchen2018-09-171-8/+15
* pwait: free pids array at the endLeah Neukirchen2018-09-171-0/+1
* pwait: prefix error messages with "pwait:"Leah Neukirchen2018-09-171-6/+9
* pwait: verify pids exist at parse timeLeah Neukirchen2018-09-171-0/+7
* pwait: pid 0 is invalid tooLeah Neukirchen2018-09-171-1/+1
* pwait: styleLeah Neukirchen2018-09-171-2/+2
* pwait: exit with status 1 if no valid pid is givenLeah Neukirchen2018-09-171-0/+3
* pwait: don't store pid 0 for invalid pidsLeah Neukirchen2018-09-171-5/+5
* pwait: update copyright yearLeah Neukirchen2018-09-171-1/+1
* styleLeah Neukirchen2017-08-311-11/+11
* LeahizeLeah Neukirchen2017-04-251-1/+1
* pwait: silence a warning v0.2Christian Neukirchen2016-06-131-1/+2
* pwait: add -cChristian Neukirchen2014-10-201-3/+10
* add pwait(1)Christian Neukirchen2014-10-201-0/+283