<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sbin, branch releng/5.1</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F5.1</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F5.1'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2004-01-27T19:33:16Z</updated>
<entry>
<title>MFC (1.6): preserve existing options on the mountpoint we're snapshotting.</title>
<updated>2004-01-27T19:33:16Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2004-01-27T19:33:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=5a6300bbcbc3f7d32bb79f2e7a2ff5dd761a9438'/>
<id>urn:sha1:5a6300bbcbc3f7d32bb79f2e7a2ff5dd761a9438</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC 1.97: unbreak support for ia64.</title>
<updated>2003-06-04T02:26:55Z</updated>
<author>
<name>Marcel Moolenaar</name>
<email>marcel@FreeBSD.org</email>
</author>
<published>2003-06-04T02:26:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=014c8592d1e207aed0902374f35736fe0a7be498'/>
<id>urn:sha1:014c8592d1e207aed0902374f35736fe0a7be498</id>
<content type='text'>
Approved by: re@ (scottl)
</content>
</entry>
<entry>
<title>MFC:	Change handling to support strong alignment architectures such as alpha and</title>
<updated>2003-06-04T02:19:36Z</updated>
<author>
<name>Bernd Walter</name>
<email>ticso@FreeBSD.org</email>
</author>
<published>2003-06-04T02:19:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=93844861a6ce33e68f98e93de1dcabe247ed6868'/>
<id>urn:sha1:93844861a6ce33e68f98e93de1dcabe247ed6868</id>
<content type='text'>
	sparc64.
	src/sbin/ipfw/ipfw2.c (1.24)
	src/sys/netinet/ip_dummynet.c (1.64)
	src/sys/netinet/ip_fw.h (1.77)
	src/sys/netinet/ip_fw2.c (1.30)

Approved by:	re (scottl)
</content>
</entry>
<entry>
<title>This commit was manufactured by cvs2svn to create branch 'RELENG_5_1'.</title>
<updated>2003-05-31T11:28:29Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2003-05-31T11:28:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4b38df05470b4d78dd0a2a026ab8f90299ec8382'/>
<id>urn:sha1:4b38df05470b4d78dd0a2a026ab8f90299ec8382</id>
<content type='text'>
</content>
</entry>
<entry>
<title>mdoc(7) fixes.</title>
<updated>2003-05-24T19:53:08Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2003-05-24T19:53:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=734ac3b54318ce3afa6b8ced253b7e78317a9987'/>
<id>urn:sha1:734ac3b54318ce3afa6b8ced253b7e78317a9987</id>
<content type='text'>
Approved by:	re (blanket)
</content>
</entry>
<entry>
<title>Add amd64 to the MACHINE_ARCH list of systems that link bsdlabel to</title>
<updated>2003-05-23T06:08:28Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>2003-05-23T06:08:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=59fb3d10558eb781537bca22d590a95e4cbc7afb'/>
<id>urn:sha1:59fb3d10558eb781537bca22d590a95e4cbc7afb</id>
<content type='text'>
disklabel.  I just got burnt again by having an old disklabel binary
kicking around.

Discussed with: phk
Approved by:    re (safe amd64 stuff)
</content>
</entry>
<entry>
<title>When newfs'ing a partition with UFS2 that had previously been newfs'ed</title>
<updated>2003-05-22T18:38:54Z</updated>
<author>
<name>Doug Barton</name>
<email>dougb@FreeBSD.org</email>
</author>
<published>2003-05-22T18:38:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a32bb1b53a1341fd3d4dc5e9c097269ba45a0efe'/>
<id>urn:sha1:a32bb1b53a1341fd3d4dc5e9c097269ba45a0efe</id>
<content type='text'>
with UFS1, the UFS1 superblocks were not deleted. This allowed any
RELENG_4 (or other non-UFS2-aware) fsck to think it knew how to "fix"
the file system, resulting in severe data scrambling.

This patch is a more advanced version than the one originally submitted.
Lukas improved it based on feedback from Kirk, and testing by me. It
blanks all UFS1 superblocks (if any) during a UFS2 newfs, thereby causing
fsck's that are not UFS2 aware to generate the "SEARCH FOR ALTERNATE
SUPER-BLOCK FAILED" message, and exit without damaging the fs.

PR:		bin/51619
Submitted by:	Lukas Ertl &lt;l.ertl@univie.ac.at&gt;
Reviewed by:	kirk
Approved by:	re (scottl)
</content>
</entry>
<entry>
<title>mdoc(7) fixes: Fixed the markup in the BUGS section, bumped document date.</title>
<updated>2003-05-19T20:03:28Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2003-05-19T20:03:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4a3284a150774a28e1c38733860ede6d00fa1a52'/>
<id>urn:sha1:4a3284a150774a28e1c38733860ede6d00fa1a52</id>
<content type='text'>
</content>
</entry>
<entry>
<title>mdoc(7) fixes: Fix the markup in the recently added ENVIRONMENT section.</title>
<updated>2003-05-19T19:58:29Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2003-05-19T19:58:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=865df8ffec27b2f35eb0c0618439bb1ef6ce8f18'/>
<id>urn:sha1:865df8ffec27b2f35eb0c0618439bb1ef6ce8f18</id>
<content type='text'>
</content>
</entry>
<entry>
<title>mdoc(7) fixes: Mark "gated" with the .Nm macro.</title>
<updated>2003-05-19T19:54:00Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2003-05-19T19:54:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=69ae49609a805bee570e7d6e57ab1186d0ea773e'/>
<id>urn:sha1:69ae49609a805bee570e7d6e57ab1186d0ea773e</id>
<content type='text'>
Approved by:	re (blanket)
</content>
</entry>
</feed>
