<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sbin/dump, branch releng/10.3</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>MFC r271411:</title>
<updated>2014-10-09T23:43:13+00:00</updated>
<author>
<name>Hiroki Sato</name>
<email>hrs@FreeBSD.org</email>
</author>
<published>2014-10-09T23:43:13+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=e5a32be7cb6f0df6546c5926f91535c2bb418493'/>
<id>e5a32be7cb6f0df6546c5926f91535c2bb418493</id>
<content type='text'>
  Fix a bug which could break extended attributes in a dump output.
  This occurred when a file was &gt;892kB long and had a large data (&gt;1kB)
  in the extended attributes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  Fix a bug which could break extended attributes in a dump output.
  This occurred when a file was &gt;892kB long and had a large data (&gt;1kB)
  in the extended attributes.
</pre>
</div>
</content>
</entry>
<entry>
<title>Mark non-returning function as such</title>
<updated>2012-11-29T05:16:50+00:00</updated>
<author>
<name>Eitan Adler</name>
<email>eadler@FreeBSD.org</email>
</author>
<published>2012-11-29T05:16:50+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=4787668f1aaff6ffafc4f51b885355b6761787b7'/>
<id>4787668f1aaff6ffafc4f51b885355b6761787b7</id>
<content type='text'>
PR:		bin/172978
Approved by:	cperciva
MFC after:	3 days
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PR:		bin/172978
Approved by:	cperciva
MFC after:	3 days
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix sbin/ build with a 64-bit ino_t.</title>
<updated>2012-09-27T23:31:06+00:00</updated>
<author>
<name>Matthew D Fleming</name>
<email>mdf@FreeBSD.org</email>
</author>
<published>2012-09-27T23:31:06+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=e25a029eb2496de2e47cd3a936ad4c24bf0043ba'/>
<id>e25a029eb2496de2e47cd3a936ad4c24bf0043ba</id>
<content type='text'>
Original code by:	Gleb Kurtsou
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Original code by:	Gleb Kurtsou
</pre>
</div>
</content>
</entry>
<entry>
<title>mdoc: move two sentences from synopsis to description (where they really</title>
<updated>2012-05-23T15:06:13+00:00</updated>
<author>
<name>Joel Dahl</name>
<email>joel@FreeBSD.org</email>
</author>
<published>2012-05-23T15:06:13+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=a692c58a9075c65740b4ed1b6718f179c3e24bc4'/>
<id>a692c58a9075c65740b4ed1b6718f179c3e24bc4</id>
<content type='text'>
belong). With this change, mandoc now formats these manpages properly.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
belong). With this change, mandoc now formats these manpages properly.
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace index() and rindex() calls with strchr() and strrchr().</title>
<updated>2012-01-03T18:51:58+00:00</updated>
<author>
<name>Ed Schouten</name>
<email>ed@FreeBSD.org</email>
</author>
<published>2012-01-03T18:51:58+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=b3608ae18f1e5598bed81d0a10dd585a5080c40d'/>
<id>b3608ae18f1e5598bed81d0a10dd585a5080c40d</id>
<content type='text'>
The index() and rindex() functions were marked LEGACY in the 2001
revision of POSIX and were subsequently removed from the 2008 revision.
The strchr() and strrchr() functions are part of the C standard.

This makes the source code a lot more consistent, as most of these C
files also call into other str*() routines. In fact, about a dozen
already perform strchr() calls.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The index() and rindex() functions were marked LEGACY in the 2001
revision of POSIX and were subsequently removed from the 2008 revision.
The strchr() and strrchr() functions are part of the C standard.

This makes the source code a lot more consistent, as most of these C
files also call into other str*() routines. In fact, about a dozen
already perform strchr() calls.
</pre>
</div>
</content>
</entry>
<entry>
<title>The current /etc/dumpdates file restricts device names to 32 characters.</title>
<updated>2011-10-18T18:42:26+00:00</updated>
<author>
<name>Kirk McKusick</name>
<email>mckusick@FreeBSD.org</email>
</author>
<published>2011-10-18T18:42:26+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=23ad9069cbe6c94f331410c4638f5d6194b05676'/>
<id>23ad9069cbe6c94f331410c4638f5d6194b05676</id>
<content type='text'>
With the addition of various GEOM layers some device names now exceed
this length, for example /dev/mirror/encrypted.elig.journal. This
change expands the field to 53 bytes which brings the /etc/dumpdates
lines to 80 characters. Exceeding 80 characters makes the /etc/dumpdates
file much less human readable. A test is added to dump so that it
verifies that the device name will fit in the 53 character field
failing the dump if it is too long.

This change has been checked to verify that its /etc/dumpdates file
is compatible with older versions of dump.

Reported by: Martin Sugioarto &lt;martin@sugioarto.com&gt;
PR:          kern/160678
MFC after:   3 weeks
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
With the addition of various GEOM layers some device names now exceed
this length, for example /dev/mirror/encrypted.elig.journal. This
change expands the field to 53 bytes which brings the /etc/dumpdates
lines to 80 characters. Exceeding 80 characters makes the /etc/dumpdates
file much less human readable. A test is added to dump so that it
verifies that the device name will fit in the 53 character field
failing the dump if it is too long.

This change has been checked to verify that its /etc/dumpdates file
is compatible with older versions of dump.

Reported by: Martin Sugioarto &lt;martin@sugioarto.com&gt;
PR:          kern/160678
MFC after:   3 weeks
</pre>
</div>
</content>
</entry>
<entry>
<title>The dump, fsck_ffs, fsdb, fsirand, newfs, makefs, and quot utilities</title>
<updated>2011-01-24T06:17:05+00:00</updated>
<author>
<name>Kirk McKusick</name>
<email>mckusick@FreeBSD.org</email>
</author>
<published>2011-01-24T06:17:05+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=7649cb0043cb41571f2748bc287da294a8c3b870'/>
<id>7649cb0043cb41571f2748bc287da294a8c3b870</id>
<content type='text'>
include sys/time.h instead of time.h. This include is incorrect as
per the manpages for the APIs and the POSIX definitions. This commit
replaces sys/time.h where necessary with time.h.

The commit also includes some minor style(9) header fixup in newfs.

This commit is part of a larger effort by Garrett Cooper started in
//depot/user/gcooper/posix-conformance-work/ -- to make FreeBSD more
POSIX compliant.

Submitted by:  Garrett Cooper   yanegomi at gmail dot com
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
include sys/time.h instead of time.h. This include is incorrect as
per the manpages for the APIs and the POSIX definitions. This commit
replaces sys/time.h where necessary with time.h.

The commit also includes some minor style(9) header fixup in newfs.

This commit is part of a larger effort by Garrett Cooper started in
//depot/user/gcooper/posix-conformance-work/ -- to make FreeBSD more
POSIX compliant.

Submitted by:  Garrett Cooper   yanegomi at gmail dot com
</pre>
</div>
</content>
</entry>
<entry>
<title>Plug two memory leaks in error case.</title>
<updated>2010-02-03T23:56:12+00:00</updated>
<author>
<name>Xin LI</name>
<email>delphij@FreeBSD.org</email>
</author>
<published>2010-02-03T23:56:12+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=80ca1f34b544d286ef35507af2df6b285bebaf0e'/>
<id>80ca1f34b544d286ef35507af2df6b285bebaf0e</id>
<content type='text'>
MFC after:	1 month
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
MFC after:	1 month
</pre>
</div>
</content>
</entry>
<entry>
<title>Switch the default WARNS level for sbin/ to 6.</title>
<updated>2009-10-19T16:00:24+00:00</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2009-10-19T16:00:24+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=106d839190bf604806e084ce5e7dd8ee8142c1d9'/>
<id>106d839190bf604806e084ce5e7dd8ee8142c1d9</id>
<content type='text'>
Submitted by:	Ulrich Spörlein
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Submitted by:	Ulrich Spörlein
</pre>
</div>
</content>
</entry>
<entry>
<title>Make dump -W show the level correctly.</title>
<updated>2009-05-29T07:26:44+00:00</updated>
<author>
<name>Brian Somers</name>
<email>brian@FreeBSD.org</email>
</author>
<published>2009-05-29T07:26:44+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=c2a41f436794147b58452ee77dde1c716209ef6b'/>
<id>c2a41f436794147b58452ee77dde1c716209ef6b</id>
<content type='text'>
PR:		129110
Submitted by:	Mike Voorhis &lt;mvoorhis@cs.wpi.edu&gt;
MFC after:	3 weeks
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PR:		129110
Submitted by:	Mike Voorhis &lt;mvoorhis@cs.wpi.edu&gt;
MFC after:	3 weeks
</pre>
</div>
</content>
</entry>
</feed>
