<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test/bin/pwait, branch main</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test/atom?h=main</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/'/>
<updated>2020-10-05T13:35:34Z</updated>
<entry>
<title>pwait(1): Add EXAMPLES section to man page</title>
<updated>2020-10-05T13:35:34Z</updated>
<author>
<name>Fernando Apesteguía</name>
<email>fernape@FreeBSD.org</email>
</author>
<published>2020-10-05T13:35:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=270a486931f9987bfee6b3214e6897577d1bd96c'/>
<id>urn:sha1:270a486931f9987bfee6b3214e6897577d1bd96c</id>
<content type='text'>
* Add small EXAMPLES section to the man page showing the different
  flags and exit codes.

* Complete description for -v flag.

Approved by:	manpages (bcr@)
</content>
</entry>
<entry>
<title>Remove unused include.</title>
<updated>2020-02-02T20:51:28Z</updated>
<author>
<name>Xin LI</name>
<email>delphij@FreeBSD.org</email>
</author>
<published>2020-02-02T20:51:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=778ac8d3711fd1f968479b6be867ad938cedd24a'/>
<id>urn:sha1:778ac8d3711fd1f968479b6be867ad938cedd24a</id>
<content type='text'>
MFC after:	2 weeks
</content>
</entry>
<entry>
<title>Restore previous usage presentation (without "pwait: " prefix).</title>
<updated>2020-02-01T09:13:11Z</updated>
<author>
<name>Pawel Jakub Dawidek</name>
<email>pjd@FreeBSD.org</email>
</author>
<published>2020-02-01T09:13:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=d731a314d3aa9cb283c03be82ba6526c1c2f1d8e'/>
<id>urn:sha1:d731a314d3aa9cb283c03be82ba6526c1c2f1d8e</id>
<content type='text'>
Pointed out by:	jilles
</content>
</entry>
<entry>
<title>Style changes, mostly usage of braces around single line statements -</title>
<updated>2020-01-26T11:13:34Z</updated>
<author>
<name>Pawel Jakub Dawidek</name>
<email>pjd@FreeBSD.org</email>
</author>
<published>2020-01-26T11:13:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=967735479078884908dbb9eed0ab40f84371570a'/>
<id>urn:sha1:967735479078884908dbb9eed0ab40f84371570a</id>
<content type='text'>
it is safer and allowed for some time now by style(9).

Sponsored by:	Fudo Security
</content>
</entry>
<entry>
<title>Implement tests for the newly added -o flag.</title>
<updated>2020-01-26T11:03:45Z</updated>
<author>
<name>Pawel Jakub Dawidek</name>
<email>pjd@FreeBSD.org</email>
</author>
<published>2020-01-26T11:03:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=dee496fc37873c18f33eaf7d12ee0b085179cadd'/>
<id>urn:sha1:dee496fc37873c18f33eaf7d12ee0b085179cadd</id>
<content type='text'>
Sponsored by:	Fudo Security
</content>
</entry>
<entry>
<title>Implement -o flag which tells pwait(1) to exit if any of the given processes</title>
<updated>2020-01-26T11:02:51Z</updated>
<author>
<name>Pawel Jakub Dawidek</name>
<email>pjd@FreeBSD.org</email>
</author>
<published>2020-01-26T11:02:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=2362bc2cf533639c55165e3d5b870109ec69976f'/>
<id>urn:sha1:2362bc2cf533639c55165e3d5b870109ec69976f</id>
<content type='text'>
has terminated.

Sponsored by:	Fudo Security
</content>
</entry>
<entry>
<title>Don't setup a timeout if we are exiting.</title>
<updated>2020-01-26T10:54:16Z</updated>
<author>
<name>Pawel Jakub Dawidek</name>
<email>pjd@FreeBSD.org</email>
</author>
<published>2020-01-26T10:54:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=5e2e2222aed13580ec1aa86c68997e15a3b85596'/>
<id>urn:sha1:5e2e2222aed13580ec1aa86c68997e15a3b85596</id>
<content type='text'>
Sponsored by:	Fudo Security
</content>
</entry>
<entry>
<title>Check for duplicated PID without using additional variable.</title>
<updated>2020-01-26T10:51:57Z</updated>
<author>
<name>Pawel Jakub Dawidek</name>
<email>pjd@FreeBSD.org</email>
</author>
<published>2020-01-26T10:51:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=3f50bbaf51f0cc6e9eebae0161f526324e7a9366'/>
<id>urn:sha1:3f50bbaf51f0cc6e9eebae0161f526324e7a9366</id>
<content type='text'>
Sponsored by:	Fudo Security
</content>
</entry>
<entry>
<title>- Be consistent with using sysexits(3) codes.</title>
<updated>2020-01-26T10:49:24Z</updated>
<author>
<name>Pawel Jakub Dawidek</name>
<email>pjd@FreeBSD.org</email>
</author>
<published>2020-01-26T10:49:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=532b3f47916726029a5bc2df405089de9c6d7c0d'/>
<id>urn:sha1:532b3f47916726029a5bc2df405089de9c6d7c0d</id>
<content type='text'>
- Turn fprintf()+exit() into errx().

Sponsored by:	Fudo Security
</content>
</entry>
<entry>
<title>DIRDEPS_BUILD: Update dependencies.</title>
<updated>2017-10-31T00:07:04Z</updated>
<author>
<name>Bryan Drewery</name>
<email>bdrewery@FreeBSD.org</email>
</author>
<published>2017-10-31T00:07:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=ea825d02749f382c3f7e17f28247f20a48733eab'/>
<id>urn:sha1:ea825d02749f382c3f7e17f28247f20a48733eab</id>
<content type='text'>
Sponsored by:	Dell EMC Isilon
</content>
</entry>
</feed>
