<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sbin/newfs_msdos, branch upstream/11.0.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=upstream%2F11.0.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=upstream%2F11.0.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2016-04-19T04:57:57Z</updated>
<entry>
<title>Use nitems() from sys/param.h.</title>
<updated>2016-04-19T04:57:57Z</updated>
<author>
<name>Marcelo Araujo</name>
<email>araujo@FreeBSD.org</email>
</author>
<published>2016-04-19T04:57:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=564500def988c2497b9e10cf7a4d51b9d1160212'/>
<id>urn:sha1:564500def988c2497b9e10cf7a4d51b9d1160212</id>
<content type='text'>
MFC after:	2 weeks.
</content>
</entry>
<entry>
<title>Explicitly add more files to the 'runtime' package.</title>
<updated>2016-02-09T20:19:31Z</updated>
<author>
<name>Glen Barber</name>
<email>gjb@FreeBSD.org</email>
</author>
<published>2016-02-09T20:19:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=406d87b1c3c9fb02dc1256f4e634c0fc71a22799'/>
<id>urn:sha1:406d87b1c3c9fb02dc1256f4e634c0fc71a22799</id>
<content type='text'>
Sponsored by:	The FreeBSD Foundation
</content>
</entry>
<entry>
<title>Fix leak in mkfs_msdos(..) by initializing img to NULL and free'ing at the end</title>
<updated>2015-12-06T21:07:33Z</updated>
<author>
<name>Enji Cooper</name>
<email>ngie@FreeBSD.org</email>
</author>
<published>2015-12-06T21:07:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=170b1dd53e2f212e0165bcf64520139d86ca8087'/>
<id>urn:sha1:170b1dd53e2f212e0165bcf64520139d86ca8087</id>
<content type='text'>
of the function

Differential Revision: https://reviews.freebsd.org/D4405
MFC after: 1 week
PR: 204943
Reviewed by: emaste, jilles
Reported by: David Binderman &lt;dcb314@hotmail.com&gt;
Sponsored by: EMC / Isilon Storage Division
</content>
</entry>
<entry>
<title>Use netbsd usage() implementation in newfs_msdos</title>
<updated>2015-11-27T14:40:21Z</updated>
<author>
<name>Ed Maste</name>
<email>emaste@FreeBSD.org</email>
</author>
<published>2015-11-27T14:40:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=64953dd1dd1a9b791d5ab700883def59c799f0ea'/>
<id>urn:sha1:64953dd1dd1a9b791d5ab700883def59c799f0ea</id>
<content type='text'>
In r289629 newfs_msdos option descriptions are available in
mkfs_msdos.h.

Obtained from:	NetBSD
</content>
</entry>
<entry>
<title>mkfs_msdos: sync with NetBSD</title>
<updated>2015-11-27T14:20:32Z</updated>
<author>
<name>Ed Maste</name>
<email>emaste@FreeBSD.org</email>
</author>
<published>2015-11-27T14:20:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=937744df071361eb411f392d47bf1dada06f49f7'/>
<id>urn:sha1:937744df071361eb411f392d47bf1dada06f49f7</id>
<content type='text'>
Add a sanity test and clean up whitespace.

Obtained from:	NetBSD
</content>
</entry>
<entry>
<title>newfs_msdos: rework error handling for eventual use in makefs</title>
<updated>2015-11-23T18:58:00Z</updated>
<author>
<name>Ed Maste</name>
<email>emaste@FreeBSD.org</email>
</author>
<published>2015-11-23T18:58:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=99f4158c823c3dea612661de94ffce81751e7a68'/>
<id>urn:sha1:99f4158c823c3dea612661de94ffce81751e7a68</id>
<content type='text'>
Return -1 on errors from mkfs_msdos() instead of err()/errx(), to
allow different consumers to handle errors as appropriate.

Obtained from:	NetBSD
Sponsored by:	The FreeBSD Foundation
</content>
</entry>
<entry>
<title>Update $NetBSD$ ID</title>
<updated>2015-11-23T18:56:10Z</updated>
<author>
<name>Ed Maste</name>
<email>emaste@FreeBSD.org</email>
</author>
<published>2015-11-23T18:56:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b3e7589994794742d8dd06288d190af7c11cd6fe'/>
<id>urn:sha1:b3e7589994794742d8dd06288d190af7c11cd6fe</id>
<content type='text'>
NetBSD mkfs_msdos.h rev 1.3 removed the no-endorsement clause from the
license block, which had already been done in the source I imported in
r289629.
</content>
</entry>
<entry>
<title>newfs_msdos: use NetBSD's mkfs_msdos.h verbatim for makefs compatibility</title>
<updated>2015-10-20T13:32:09Z</updated>
<author>
<name>Ed Maste</name>
<email>emaste@FreeBSD.org</email>
</author>
<published>2015-10-20T13:32:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=160309f2c2665ae2954dd7e40b532d93979ddeae'/>
<id>urn:sha1:160309f2c2665ae2954dd7e40b532d93979ddeae</id>
<content type='text'>
Sponsored by:	The FreeBSD Foundation
</content>
</entry>
<entry>
<title>newfs_msdos: prefer snprintf to sprintf</title>
<updated>2015-10-16T15:19:36Z</updated>
<author>
<name>Ed Maste</name>
<email>emaste@FreeBSD.org</email>
</author>
<published>2015-10-16T15:19:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=59faa1e9fb8e18abf699a3f4df99fd2ce1a4d42e'/>
<id>urn:sha1:59faa1e9fb8e18abf699a3f4df99fd2ce1a4d42e</id>
<content type='text'>
Obtained from:	NetBSD
Sponsored by:	The FreeBSD Foundation
</content>
</entry>
<entry>
<title>newfs_msdos: move mkfs_msdos to separate file for later use in makefs</title>
<updated>2015-10-15T19:00:33Z</updated>
<author>
<name>Ed Maste</name>
<email>emaste@FreeBSD.org</email>
</author>
<published>2015-10-15T19:00:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=041b03daab7dbe6f1bf8d03dcc3ba0103a11a0b9'/>
<id>urn:sha1:041b03daab7dbe6f1bf8d03dcc3ba0103a11a0b9</id>
<content type='text'>
Sponsored by:	The FreeBSD Foundation
</content>
</entry>
</feed>
