<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libdpv, branch releng/11.3</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F11.3</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F11.3'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2018-06-20T06:11:51Z</updated>
<entry>
<title>MFC r330878-r330879, r330939, r330948: Man-page updates</title>
<updated>2018-06-20T06:11:51Z</updated>
<author>
<name>Devin Teske</name>
<email>dteske@FreeBSD.org</email>
</author>
<published>2018-06-20T06:11:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=49f8ac71b668404415866a84908c99dbec91fb37'/>
<id>urn:sha1:49f8ac71b668404415866a84908c99dbec91fb37</id>
<content type='text'>
r330878: Fix typo and lint/igor warnings
r330879: Fix lint/igor warnings
r330939: Use full month in dpv(3), figpar(3), and bsdconfig(8) manuals
r330948: Bump copyright following recent changes

Sponsored by:	Smule, Inc.
</content>
</entry>
<entry>
<title>dpv(3): MFC r330943, r335264</title>
<updated>2018-06-20T05:45:41Z</updated>
<author>
<name>Devin Teske</name>
<email>dteske@FreeBSD.org</email>
</author>
<published>2018-06-20T05:45:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2af55a655a308dce575f9937b0f811240e7d0ff8'/>
<id>urn:sha1:2af55a655a308dce575f9937b0f811240e7d0ff8</id>
<content type='text'>
r330943:
Fix bad error messages from dpv(3)

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.

r335264:
Fix comparison between pointer and char literal

PR:		misc/204252
Reported by:	David Binderman &lt;dcb314@hotmail.com&gt;
Sponsored by:	Smule, Inc.
</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/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/commit/?id=d48a2d23039536ab9f92f88a72c27b9895796abf'/>
<id>urn:sha1:d48a2d23039536ab9f92f88a72c27b9895796abf</id>
<content type='text'>
Sponsored by:	EMC / Isilon Storage Division
</content>
</entry>
<entry>
<title>First pass through library packaging.</title>
<updated>2016-02-04T21:16:35Z</updated>
<author>
<name>Glen Barber</name>
<email>gjb@FreeBSD.org</email>
</author>
<published>2016-02-04T21:16:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a70cba95822f662d3f9da5119b6a0c433e8f70af'/>
<id>urn:sha1:a70cba95822f662d3f9da5119b6a0c433e8f70af</id>
<content type='text'>
Sponsored by:	The FreeBSD Foundation
</content>
</entry>
<entry>
<title>Fix fatal warn when compiling under GCC 5.2.0</title>
<updated>2016-01-27T15:28:23Z</updated>
<author>
<name>Devin Teske</name>
<email>dteske@FreeBSD.org</email>
</author>
<published>2016-01-27T15:28:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=116cc28a358fb1a1ad2992af08125e03baab2033'/>
<id>urn:sha1:116cc28a358fb1a1ad2992af08125e03baab2033</id>
<content type='text'>
GCC 5.2.0 generates the following [fatal] warning:
dialog_util.c:270:23: error:
zero-length gnu_printf format string [-Werror=format-zero-length]
   sprintf(dargv[n++], "");

Fix malloc argument while here, removing sprintf.

Reported by:	Ruslan Bukin &lt;ruslan.bukin at cl cam ac uk&gt;
</content>
</entry>
<entry>
<title>Fix a crash if `-D' is used without `-t title'</title>
<updated>2016-01-27T06:21:35Z</updated>
<author>
<name>Devin Teske</name>
<email>dteske@FreeBSD.org</email>
</author>
<published>2016-01-27T06:21:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b888adc78493115b32d09da614e61791cc780a47'/>
<id>urn:sha1:b888adc78493115b32d09da614e61791cc780a47</id>
<content type='text'>
dialog(3)'s dlg_reallocate_gauge(), used both by dialog(3)'s dialog_gauge()
and dialog(1)'s `--gauge', will segmentation fault in strlen(3) if no title
is set for the widget. Reproducible with `dialog --gauge hi 6 20' (adding
`--title ""' is enough to prevent segmentation fault).

MFC after:	3 days
X-MFC-to:	stable/10
</content>
</entry>
<entry>
<title>Remove unused function prototype</title>
<updated>2016-01-27T06:16:53Z</updated>
<author>
<name>Devin Teske</name>
<email>dteske@FreeBSD.org</email>
</author>
<published>2016-01-27T06:16:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=138b115fcba0f175be97dbeb0669e7dc20c29ec8'/>
<id>urn:sha1:138b115fcba0f175be97dbeb0669e7dc20c29ec8</id>
<content type='text'>
MFC after:	3 days
X-MFC-to:	stable/10
</content>
</entry>
<entry>
<title>Bump copyrights</title>
<updated>2016-01-27T00:02:51Z</updated>
<author>
<name>Devin Teske</name>
<email>dteske@FreeBSD.org</email>
</author>
<published>2016-01-27T00:02:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=1a5f047ab34ea7682aa8c2d756e76d5be69f4c57'/>
<id>urn:sha1:1a5f047ab34ea7682aa8c2d756e76d5be69f4c57</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add keep_tite configuration option</title>
<updated>2016-01-26T23:56:27Z</updated>
<author>
<name>Devin Teske</name>
<email>dteske@FreeBSD.org</email>
</author>
<published>2016-01-26T23:56:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=80f7300d7b70c869f82fe9df0b35807703914f5f'/>
<id>urn:sha1:80f7300d7b70c869f82fe9df0b35807703914f5f</id>
<content type='text'>
Similar to dialog(3) keep_tite option used to prevent visually disturbing
initialization or exit that could occur when run from a script using
dpv(3) by way of dpv(1) in sequence with other dialog(1) invocations.
</content>
</entry>
</feed>
