<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libufs/type.c, branch release/5.3.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2004-11-04T19:12:42+00:00</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2004-11-04T19:12:42+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=3f86d8a2ea3f3265afaa1fd263b0004c5c000e69'/>
<id>3f86d8a2ea3f3265afaa1fd263b0004c5c000e69</id>
<content type='text'>
'RELENG_5_3_0_RELEASE'.

This commit was manufactured to restore the state of the 5.3-RELEASE image.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
'RELENG_5_3_0_RELEASE'.

This commit was manufactured to restore the state of the 5.3-RELEASE image.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove ufs_disk_ctor and ufs_disk_dtor, they never came to fruition.  I do</title>
<updated>2003-06-09T09:47:38+00:00</updated>
<author>
<name>Juli Mallett</name>
<email>jmallett@FreeBSD.org</email>
</author>
<published>2003-06-09T09:47:38+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=b52f85e7436d1072b5a63be4fb4901b82f6ebc6d'/>
<id>b52f85e7436d1072b5a63be4fb4901b82f6ebc6d</id>
<content type='text'>
not know of any software using them, and there is no "published API" for
libufs, as it were.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
not know of any software using them, and there is no "published API" for
libufs, as it were.
</pre>
</div>
</content>
</entry>
<entry>
<title>Reduce diffs with code in Perforce:</title>
<updated>2003-06-09T09:32:29+00:00</updated>
<author>
<name>Juli Mallett</name>
<email>jmallett@FreeBSD.org</email>
</author>
<published>2003-06-09T09:32:29+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=1081253fa0d38c8e91b704fac81243aae9d547b6'/>
<id>1081253fa0d38c8e91b704fac81243aae9d547b6</id>
<content type='text'>
	Parenthesise return values.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	Parenthesise return values.
</pre>
</div>
</content>
</entry>
<entry>
<title>Close the disk file descriptor that is RO before trying to open the</title>
<updated>2003-03-28T01:50:11+00:00</updated>
<author>
<name>Juli Mallett</name>
<email>jmallett@FreeBSD.org</email>
</author>
<published>2003-03-28T01:50:11+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=7a51271b681096b1477621a3aef82b0a8322396f'/>
<id>7a51271b681096b1477621a3aef82b0a8322396f</id>
<content type='text'>
new one, and do not fall back to the RO fd.  There was a bug here
in that the RO fd was never closed, if the RDRW open succeeded, but
this code is bogus anyway, and it breaks newfs of floppies, at least
for me, due to "Device busy."  Anything that wants to fall back is
doing something significantly odd that it should have some more complex
code on its end.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
new one, and do not fall back to the RO fd.  There was a bug here
in that the RO fd was never closed, if the RDRW open succeeded, but
this code is bogus anyway, and it breaks newfs of floppies, at least
for me, due to "Device busy."  Anything that wants to fall back is
doing something significantly odd that it should have some more complex
code on its end.
</pre>
</div>
</content>
</entry>
<entry>
<title>Missing "return 0"</title>
<updated>2003-01-30T00:10:24+00:00</updated>
<author>
<name>Juli Mallett</name>
<email>jmallett@FreeBSD.org</email>
</author>
<published>2003-01-30T00:10:24+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=9e4789cc2f555899eb020e55445861306a1224a6'/>
<id>9e4789cc2f555899eb020e55445861306a1224a6</id>
<content type='text'>
Big pointy hat to:	jmallett
Spotted by:		peter
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Big pointy hat to:	jmallett
Spotted by:		peter
</pre>
</div>
</content>
</entry>
<entry>
<title>API for opening (and tracking) writable file descriptors per disk.</title>
<updated>2003-01-29T23:19:46+00:00</updated>
<author>
<name>Juli Mallett</name>
<email>jmallett@FreeBSD.org</email>
</author>
<published>2003-01-29T23:19:46+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=7dc95357f8ead71486742a81bf3500482fad7778'/>
<id>7dc95357f8ead71486742a81bf3500482fad7778</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>API to fillout a blank disk.  For e.g. newfs.</title>
<updated>2003-01-23T21:32:56+00:00</updated>
<author>
<name>Juli Mallett</name>
<email>jmallett@FreeBSD.org</email>
</author>
<published>2003-01-23T21:32:56+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=d934deeff98d3d201cf2a3a015fdd447019762cc'/>
<id>d934deeff98d3d201cf2a3a015fdd447019762cc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Store not only the current cylinder group in the series (i.e. next that needs</title>
<updated>2003-01-19T05:46:23+00:00</updated>
<author>
<name>Juli Mallett</name>
<email>jmallett@FreeBSD.org</email>
</author>
<published>2003-01-19T05:46:23+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=cc3dd52898c0ec5f192ce466461fc186db1764e2'/>
<id>cc3dd52898c0ec5f192ce466461fc186db1764e2</id>
<content type='text'>
to be read in) but also the last cylinder group in the series (i.e. what is
stored in the structure).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
to be read in) but also the last cylinder group in the series (i.e. what is
stored in the structure).
</pre>
</div>
</content>
</entry>
<entry>
<title>Add facility to read one, or a string of, cylinger groups.</title>
<updated>2003-01-19T01:31:26+00:00</updated>
<author>
<name>Juli Mallett</name>
<email>jmallett@FreeBSD.org</email>
</author>
<published>2003-01-19T01:31:26+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=22ec2ef3bb873d7d4cb5c36da6a65069fa2ee871'/>
<id>22ec2ef3bb873d7d4cb5c36da6a65069fa2ee871</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Hunt for a disk to operate on, if we're passed a partition mountpoint, etc.</title>
<updated>2003-01-19T00:43:17+00:00</updated>
<author>
<name>Juli Mallett</name>
<email>jmallett@FreeBSD.org</email>
</author>
<published>2003-01-19T00:43:17+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=656128586d46b1ce8ff315062a35f95d3fc97378'/>
<id>656128586d46b1ce8ff315062a35f95d3fc97378</id>
<content type='text'>
Concept reviewed by:	phk
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Concept reviewed by:	phk
</pre>
</div>
</content>
</entry>
</feed>
