<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libdisk, branch releng/5.0</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>MFC: Use the type field gleaned from the GEOM dumpconf text output to set</title>
<updated>2003-01-13T21:10:22+00:00</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2003-01-13T21:10:22+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=283c506c2cb9ab913b8996049f38585f030eca51'/>
<id>283c506c2cb9ab913b8996049f38585f030eca51</id>
<content type='text'>
the subtype when adding part chunks in Open_Disk().

Approved by:	re
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the subtype when adding part chunks in Open_Disk().

Approved by:	re
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC: Workaround the case where we do a Create_Chunk_DWIM() in a freebsd</title>
<updated>2003-01-13T21:08:21+00:00</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2003-01-13T21:08:21+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=7dd9999442998b83882b09a047e00f37ca8de228'/>
<id>7dd9999442998b83882b09a047e00f37ca8de228</id>
<content type='text'>
chunk that has no child chunk.

Approved by:	re
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
chunk that has no child chunk.

Approved by:	re
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC: Return an error if the size of the sector is zero.</title>
<updated>2003-01-02T03:13:13+00:00</updated>
<author>
<name>Yoshihiro Takahashi</name>
<email>nyan@FreeBSD.org</email>
</author>
<published>2003-01-02T03:13:13+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=78d18610c03b08cbfedf91637a1304b76338c306'/>
<id>78d18610c03b08cbfedf91637a1304b76338c306</id>
<content type='text'>
Approved by:	re (jhb)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Approved by:	re (jhb)
</pre>
</div>
</content>
</entry>
<entry>
<title>This commit was manufactured by cvs2svn to create branch 'RELENG_5_0'.</title>
<updated>2002-12-13T06:54:34+00:00</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2002-12-13T06:54:34+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=d2f155c07e16e50966e66ae4dd29d1bad4863918'/>
<id>d2f155c07e16e50966e66ae4dd29d1bad4863918</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Consistently mark std(in|out|err) with .Dv, because that's how they</title>
<updated>2002-12-04T18:57:46+00:00</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2002-12-04T18:57:46+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=ae828962685b8ae9e5104ce8e7fe8b05effcb9ec'/>
<id>ae828962685b8ae9e5104ce8e7fe8b05effcb9ec</id>
<content type='text'>
are marked up in stdio(3), and because they are defined expressions
of type "FILE *".

Approved by:	re
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
are marked up in stdio(3), and because they are defined expressions
of type "FILE *".

Approved by:	re
</pre>
</div>
</content>
</entry>
<entry>
<title>Break up a bunch of crazy if statements to use a case statement instead</title>
<updated>2002-12-02T21:42:29+00:00</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2002-12-02T21:42:29+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=ba0b471d641446aef522d28938f104d7a31f219e'/>
<id>ba0b471d641446aef522d28938f104d7a31f219e</id>
<content type='text'>
to be cleaner.  Also, when deleting a chunk, try to find the mother chunk
as a whole chunk by default if this isn't a BSD partition or a unused or
whole chunk.  Before we just did this for FreeBSD and FAT slices, which
means that other chunk types such as EFI and mbr (mbr is used for slices
that don't have their own chunk type).

Submitted by:	nyan (mostly)
Approved by:	re
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
to be cleaner.  Also, when deleting a chunk, try to find the mother chunk
as a whole chunk by default if this isn't a BSD partition or a unused or
whole chunk.  Before we just did this for FreeBSD and FAT slices, which
means that other chunk types such as EFI and mbr (mbr is used for slices
that don't have their own chunk type).

Submitted by:	nyan (mostly)
Approved by:	re
</pre>
</div>
</content>
</entry>
<entry>
<title>- Ease sanity check to get cylinders.</title>
<updated>2002-11-17T13:51:22+00:00</updated>
<author>
<name>Yoshihiro Takahashi</name>
<email>nyan@FreeBSD.org</email>
</author>
<published>2002-11-17T13:51:22+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=1cfcbbd71cb8cc176709875ef105997f7e508bd6'/>
<id>1cfcbbd71cb8cc176709875ef105997f7e508bd6</id>
<content type='text'>
- Get the slice name from the result of kern.geom.conftxt.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Get the slice name from the result of kern.geom.conftxt.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed style(9)</title>
<updated>2002-11-15T13:24:29+00:00</updated>
<author>
<name>Yoshihiro Takahashi</name>
<email>nyan@FreeBSD.org</email>
</author>
<published>2002-11-15T13:24:29+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=021587f8c1a3070a8b179fa295a1a098ae3c0f18'/>
<id>021587f8c1a3070a8b179fa295a1a098ae3c0f18</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Handle EFI partitions the same as regular FAT partitions. The only</title>
<updated>2002-11-13T05:31:32+00:00</updated>
<author>
<name>Marcel Moolenaar</name>
<email>marcel@FreeBSD.org</email>
</author>
<published>2002-11-13T05:31:32+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=c3e6b1182b12c7c159a1999823e8ceebb43917c8'/>
<id>c3e6b1182b12c7c159a1999823e8ceebb43917c8</id>
<content type='text'>
difference between the two from a low-level point of view is that
the partition type is different. This change adds EFI related cases
to existing switch statements with existing FAT related cases.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
difference between the two from a low-level point of view is that
the partition type is different. This change adds EFI related cases
to existing switch statements with existing FAT related cases.
</pre>
</div>
</content>
</entry>
<entry>
<title>- Document the chunk_name() function that replaces chunk_n[].</title>
<updated>2002-11-11T19:37:19+00:00</updated>
<author>
<name>Chad David</name>
<email>davidc@FreeBSD.org</email>
</author>
<published>2002-11-11T19:37:19+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=86b62d35bf7d6cd5554a77398cbbbc0041d028af'/>
<id>86b62d35bf7d6cd5554a77398cbbbc0041d028af</id>
<content type='text'>
- Rearrange things a tiny bit.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Rearrange things a tiny bit.
</pre>
</div>
</content>
</entry>
</feed>
