<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/lib/libdisk/libdisk.3, branch release/5.3.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F5.3.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F5.3.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2004-11-04T19:12:42Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2004-11-04T19:12:42Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2004-11-04T19:12:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=3f86d8a2ea3f3265afaa1fd263b0004c5c000e69'/>
<id>urn:sha1: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>
</entry>
<entry>
<title>Mechanically kill hard sentence breaks.</title>
<updated>2004-07-02T23:52:20Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2004-07-02T23:52:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=1a0a934547909744a6a2fa4cfd5b795ec6394f05'/>
<id>urn:sha1:1a0a934547909744a6a2fa4cfd5b795ec6394f05</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change libdisk and sysinstall to use d_addr_t rather than u_long for disk</title>
<updated>2004-03-16T17:07:06Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2004-03-16T17:07:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=707e509a1e1d79fb387c3480fd8a67d40e4e2db7'/>
<id>urn:sha1:707e509a1e1d79fb387c3480fd8a67d40e4e2db7</id>
<content type='text'>
addresses.  For arch's with 64-bit longs, this is a nop, but for i386 this
allows sysinstall to properly handle disks and filesystems &gt; 1 TB.

Changes from the original patch include:
- Use d_addr_t rather than inventing a blkcnt type based on int64_t.
- Use strtoimax() rather than strtoull() to parse d_addr_t's from config
  files.
- Use intmax_t casts and %jd rather than %llu to printf d_addr_t values.

Tested on:	i386
Tested by:	kuriyama
Submitted by:	julian
MFC after:	1 month
</content>
</entry>
<entry>
<title>The .Nm library</title>
<updated>2003-03-24T16:01:01Z</updated>
<author>
<name>Philippe Charnier</name>
<email>charnier@FreeBSD.org</email>
</author>
<published>2003-03-24T16:01:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=592bb5e477f30354d5cbbabebe24ac7d05ba7e7e'/>
<id>urn:sha1:592bb5e477f30354d5cbbabebe24ac7d05ba7e7e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Consistently mark std(in|out|err) with .Dv, because that's how they</title>
<updated>2002-12-04T18:57:46Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2002-12-04T18:57:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=ae828962685b8ae9e5104ce8e7fe8b05effcb9ec'/>
<id>urn:sha1:ae828962685b8ae9e5104ce8e7fe8b05effcb9ec</id>
<content type='text'>
are marked up in stdio(3), and because they are defined expressions
of type "FILE *".

Approved by:	re
</content>
</entry>
<entry>
<title>- Document the chunk_name() function that replaces chunk_n[].</title>
<updated>2002-11-11T19:37:19Z</updated>
<author>
<name>Chad David</name>
<email>davidc@FreeBSD.org</email>
</author>
<published>2002-11-11T19:37:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=86b62d35bf7d6cd5554a77398cbbbc0041d028af'/>
<id>urn:sha1:86b62d35bf7d6cd5554a77398cbbbc0041d028af</id>
<content type='text'>
- Rearrange things a tiny bit.
</content>
</entry>
<entry>
<title>Swing the weed-whacker around libdisk:</title>
<updated>2002-10-22T09:13:02Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2002-10-22T09:13:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=fa9e908771585cd48cb5efa278a51c0026a4446d'/>
<id>urn:sha1:fa9e908771585cd48cb5efa278a51c0026a4446d</id>
<content type='text'>
Constify some things.
Staticize some things.
Remove some unused things.
Prototype some things.
Don't install a gazillion man-pages links.
Drop support for ON-TRACK disk-manager.
</content>
</entry>
<entry>
<title>Fixed bitrot in synopsis.  The change of the return type of</title>
<updated>2001-10-03T03:49:48Z</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>2001-10-03T03:49:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=1457ddda12ca5d034aec4ea1717b2f3ee242361b'/>
<id>urn:sha1:1457ddda12ca5d034aec4ea1717b2f3ee242361b</id>
<content type='text'>
Set_Boot_Blocks() from void to int had not reached here.  Callers
still don't check the new return value.
</content>
</entry>
<entry>
<title>mdoc(7) police: Use the new .In macro for #include statements.</title>
<updated>2001-10-01T16:09:29Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2001-10-01T16:09:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=32eef9aeb1f39a1623cea55da147c89abbd5b9a5'/>
<id>urn:sha1:32eef9aeb1f39a1623cea55da147c89abbd5b9a5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>mdoc(7) police: s/BSD/.Bx/ where appropriate.</title>
<updated>2001-08-14T10:01:54Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2001-08-14T10:01:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=753d686d34e90c2a4fe6afa14bd5f19d94f17699'/>
<id>urn:sha1:753d686d34e90c2a4fe6afa14bd5f19d94f17699</id>
<content type='text'>
</content>
</entry>
</feed>
