<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test/lib/libdpv, 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>2019-12-11T17:37:53Z</updated>
<entry>
<title>Update Makefile.depend files</title>
<updated>2019-12-11T17:37:53Z</updated>
<author>
<name>Simon J. Gerraty</name>
<email>sjg@FreeBSD.org</email>
</author>
<published>2019-12-11T17:37:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=2c9a9dfc187d171de6b92654d71b977f067ed641'/>
<id>urn:sha1:2c9a9dfc187d171de6b92654d71b977f067ed641</id>
<content type='text'>
Update a bunch of Makefile.depend files as
a result of adding Makefile.depend.options files

Reviewed by:	 bdrewery
MFC after:	1 week
Sponsored by:   Juniper Networks
Differential Revision:  https://reviews.freebsd.org/D22494
</content>
</entry>
<entry>
<title>pkgbase: Add a FreeBSD-dpv package</title>
<updated>2019-07-19T15:10:53Z</updated>
<author>
<name>Emmanuel Vadot</name>
<email>manu@FreeBSD.org</email>
</author>
<published>2019-07-19T15:10:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=be6a4fc6645b85be5313555ff1b272520e08f8c9'/>
<id>urn:sha1:be6a4fc6645b85be5313555ff1b272520e08f8c9</id>
<content type='text'>
Move the dpv related files from FreeBSD-runtime to a new package named
FreeBSD-dpv
The only consumer is bsdinstall which is already in it's own package.

Reviewed by:	bapt, gjb
Differential Revision:	https://reviews.freebsd.org/D20960
</content>
</entry>
<entry>
<title>Fix comparison between pointer and char literal</title>
<updated>2018-06-16T20:00:41Z</updated>
<author>
<name>Devin Teske</name>
<email>dteske@FreeBSD.org</email>
</author>
<published>2018-06-16T20:00:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=a0d7de3b114c0819ce0921c10fb5bdaf2ee9976a'/>
<id>urn:sha1:a0d7de3b114c0819ce0921c10fb5bdaf2ee9976a</id>
<content type='text'>
PR:		misc/204252
Reported by:	David Binderman &lt;dcb314@hotmail.com&gt;
MFC after:	3 days
X-MFC-to:	stable/11, stable/10
</content>
</entry>
<entry>
<title>Bump copyright following recent changes</title>
<updated>2018-03-14T20:55:28Z</updated>
<author>
<name>Devin Teske</name>
<email>dteske@FreeBSD.org</email>
</author>
<published>2018-03-14T20:55:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=eee6300f1aad4cec495e20b734b5c2b7f468e944'/>
<id>urn:sha1:eee6300f1aad4cec495e20b734b5c2b7f468e944</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix bad error messages from dpv(3)</title>
<updated>2018-03-14T19:23:17Z</updated>
<author>
<name>Devin Teske</name>
<email>dteske@FreeBSD.org</email>
</author>
<published>2018-03-14T19:23:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=cfeecda0a9b4fa43827226ceb00b6e041ad300e8'/>
<id>urn:sha1:cfeecda0a9b4fa43827226ceb00b6e041ad300e8</id>
<content type='text'>
Before = dpv: &lt;__func__&gt;: posix_spawnp(3): No such file or directory
 After = dpv: &lt;path/cmd&gt;: No such file or directory

Most notably, show the 2nd argument being passed to posix_spawnp(3)
so we know what path/cmd failed.

Also, we don't need to have "posix_spawnp(3)" in the error message
nor the function because that can [a] change and [b] traversed using
a debugger if necessary.
</content>
</entry>
<entry>
<title>Use full month in dpv(3), figpar(3), and bsdconfig(8) manuals</title>
<updated>2018-03-14T19:09:06Z</updated>
<author>
<name>Devin Teske</name>
<email>dteske@FreeBSD.org</email>
</author>
<published>2018-03-14T19:09:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=5d8a56406ba6642cb84de29119a62345a4647098'/>
<id>urn:sha1:5d8a56406ba6642cb84de29119a62345a4647098</id>
<content type='text'>
Reported by:	maxim
</content>
</entry>
<entry>
<title>Fix typo and lint/igor warnings</title>
<updated>2018-03-13T20:31:07Z</updated>
<author>
<name>Devin Teske</name>
<email>dteske@FreeBSD.org</email>
</author>
<published>2018-03-13T20:31:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=19be69c56f64f2750daa9f33a7c9ed6c7c196df9'/>
<id>urn:sha1:19be69c56f64f2750daa9f33a7c9ed6c7c196df9</id>
<content type='text'>
</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>
<entry>
<title>MFH</title>
<updated>2016-03-02T16:14:46Z</updated>
<author>
<name>Glen Barber</name>
<email>gjb@FreeBSD.org</email>
</author>
<published>2016-03-02T16:14:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=52259a98adba7622f236db46a330e61df0c84fb1'/>
<id>urn:sha1:52259a98adba7622f236db46a330e61df0c84fb1</id>
<content type='text'>
Sponsored by:	The FreeBSD Foundation
</content>
</entry>
<entry>
<title>Remove WARNS inherited fine by ../Makefile.inc.</title>
<updated>2016-02-26T22:14:23Z</updated>
<author>
<name>Bryan Drewery</name>
<email>bdrewery@FreeBSD.org</email>
</author>
<published>2016-02-26T22:14:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=d48a2d23039536ab9f92f88a72c27b9895796abf'/>
<id>urn:sha1:d48a2d23039536ab9f92f88a72c27b9895796abf</id>
<content type='text'>
Sponsored by:	EMC / Isilon Storage Division
</content>
</entry>
</feed>
