<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/sbin/dump, branch release/5.2.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F5.2.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F5.2.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2003-11-18T00:36:40Z</updated>
<entry>
<title>Document that the live dump command (`dump -L') creates its snapshot</title>
<updated>2003-11-18T00:36:40Z</updated>
<author>
<name>Kirk McKusick</name>
<email>mckusick@FreeBSD.org</email>
</author>
<published>2003-11-18T00:36:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=b17f40bbda6fee5e88662d68a7d8d372929f4986'/>
<id>urn:sha1:b17f40bbda6fee5e88662d68a7d8d372929f4986</id>
<content type='text'>
in the .snap directory in the root of the filesystem being dumped.
Document that if the .snap directory is missing that it must be
created manually and that it should be owned by user root and
group operator and set to mode 770 before a live dump can be run.
</content>
</entry>
<entry>
<title>Convert the live dump command (`dump -L') to use mksnap_ffs instead</title>
<updated>2003-11-16T08:01:58Z</updated>
<author>
<name>Kirk McKusick</name>
<email>mckusick@FreeBSD.org</email>
</author>
<published>2003-11-16T08:01:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=d46b52859a428843e008ff82b223f7f0af1fb44b'/>
<id>urn:sha1:d46b52859a428843e008ff82b223f7f0af1fb44b</id>
<content type='text'>
of trying to directly create the snapshot itself. This change allows
users logged into the system as operator to run live dumps.

Note that dump no longer tries to create the snapshot in the root of
the filesystem, but rather in a .snap directory in the root of the
filesystem. The reason is that the operator is usually not permitted
to write into the root of the filesystem. The newfs command and
background fsck have both been modified to create a .snap directory
in the root of the filesystem, but if neither of these have been run,
then the .snap directory must be created manually by the superuser
before a live dump can be run. The .snap directory should be owned
by user root and group operator and set to mode 770.
</content>
</entry>
<entry>
<title>Make this WARNS=2 clean by</title>
<updated>2003-11-14T13:07:38Z</updated>
<author>
<name>Johan Karlsson</name>
<email>johan@FreeBSD.org</email>
</author>
<published>2003-11-14T13:07:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=8a0453d61423c4af12f923508df8b182b48f85f2'/>
<id>urn:sha1:8a0453d61423c4af12f923508df8b182b48f85f2</id>
<content type='text'>
	- using (intmax_t) and %j
	- giving a non-empty format string to msg()

Include &lt;stdint.h&gt; directly instead of depending on &lt;inttypes.h&gt;
to do it.

Tested by:	make universe
</content>
</entry>
<entry>
<title>	- add explanation of what an active file system is</title>
<updated>2003-11-05T22:17:37Z</updated>
<author>
<name>Ken Smith</name>
<email>kensmith@FreeBSD.org</email>
</author>
<published>2003-11-05T22:17:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=5324d49a71b4205a31db3f3d87819580d1a0fa3d'/>
<id>urn:sha1:5324d49a71b4205a31db3f3d87819580d1a0fa3d</id>
<content type='text'>
	- explain the reason for permitting 32 read errors for a dump

PR:		docs/35602 and docs/35607
Reviewed by:	jhb
Approved by:	blackend (mentor)
</content>
</entry>
<entry>
<title>In mapdirs(), do not use the `dp' inode pointer after searchdir()</title>
<updated>2003-11-04T14:20:14Z</updated>
<author>
<name>Ian Dowse</name>
<email>iedowse@FreeBSD.org</email>
</author>
<published>2003-11-04T14:20:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=155ea0634cb08753e7aa434e02c83873b19fd792'/>
<id>urn:sha1:155ea0634cb08753e7aa434e02c83873b19fd792</id>
<content type='text'>
has been called, since it points to a shared inode buffer that may
be overwritten. The two cases where `dp' was used incorrectly appear
to have been overlooked when "nodump" inheritance was first added
in revision 1.12.

This is reported to correct propagation of the nodump flag on
directories that are larger than one block in size.

PR:		bin/58912
Submitted by:	Volker Paepcke &lt;vpaepcke@incore.de&gt;
MFC after:	1 week
</content>
</entry>
<entry>
<title>Add missing prototype for cread().</title>
<updated>2003-11-04T12:27:18Z</updated>
<author>
<name>Ian Dowse</name>
<email>iedowse@FreeBSD.org</email>
</author>
<published>2003-11-04T12:27:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=ec3f495c761be9455ca4791ebc3c6cc1700c7450'/>
<id>urn:sha1:ec3f495c761be9455ca4791ebc3c6cc1700c7450</id>
<content type='text'>
</content>
</entry>
<entry>
<title>revert to version 1.25 and use va_copy to obtain another copy of the</title>
<updated>2003-09-21T22:14:49Z</updated>
<author>
<name>Paul Saab</name>
<email>ps@FreeBSD.org</email>
</author>
<published>2003-09-21T22:14:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=4036f9e297d7e7c0890ca6c2ce68f4e98f984844'/>
<id>urn:sha1:4036f9e297d7e7c0890ca6c2ce68f4e98f984844</id>
<content type='text'>
variable arguments. version 1.26 incorrectly truncated the message if
the buffer was too long.

Requested by:	bde
</content>
</entry>
<entry>
<title>Fix improper use of varargs.</title>
<updated>2003-09-20T23:35:37Z</updated>
<author>
<name>Paul Saab</name>
<email>ps@FreeBSD.org</email>
</author>
<published>2003-09-20T23:35:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=926074e580140962a3046e0c64b5de6b20327acb'/>
<id>urn:sha1:926074e580140962a3046e0c64b5de6b20327acb</id>
<content type='text'>
Reviewed by:	peter
</content>
</entry>
<entry>
<title>Remove reference to max block size.  dump no longer limits the block size.</title>
<updated>2003-07-14T02:22:55Z</updated>
<author>
<name>Greg Lehey</name>
<email>grog@FreeBSD.org</email>
</author>
<published>2003-07-14T02:22:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=17fe3d1d422977fc9ca7b9b1cb00ae32a29710f0'/>
<id>urn:sha1:17fe3d1d422977fc9ca7b9b1cb00ae32a29710f0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add section number to .Xr</title>
<updated>2003-06-08T12:51:28Z</updated>
<author>
<name>Philippe Charnier</name>
<email>charnier@FreeBSD.org</email>
</author>
<published>2003-06-08T12:51:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=9680d7b695c2a29dc3807d65060c43394236ef9d'/>
<id>urn:sha1:9680d7b695c2a29dc3807d65060c43394236ef9d</id>
<content type='text'>
</content>
</entry>
</feed>
