<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libdisk/create_chunk.c, branch release/2.2.7_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F2.2.7_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F2.2.7_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>1998-07-24T04:57:32Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>1998-07-24T04:57:32Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>1998-07-24T04:57:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a8a3fe17f40c9b40fdba5b5a54eccb48a980e821'/>
<id>urn:sha1:a8a3fe17f40c9b40fdba5b5a54eccb48a980e821</id>
<content type='text'>
'RELENG_2_2_7_RELEASE'.

This commit was manufactured to restore the state of the 2.2.7-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
</content>
</entry>
<entry>
<title>MFC: doc fixes, casts, cosmetic.</title>
<updated>1998-07-19T06:51:50Z</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>1998-07-19T06:51:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=24797bfa8880a603a125d014ef6f838beb3883f8'/>
<id>urn:sha1:24797bfa8880a603a125d014ef6f838beb3883f8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Deal with device names &gt; 2 chars in length.</title>
<updated>1998-03-21T00:32:20Z</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>1998-03-21T00:32:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=9f918aee67c28f5622409c5911908dd350bd0846'/>
<id>urn:sha1:9f918aee67c28f5622409c5911908dd350bd0846</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Teach libdisk about wfd drives.</title>
<updated>1998-03-20T23:27:20Z</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>1998-03-20T23:27:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=534868f7e84e8b6e808c0beb9ab7ab127bc984fa'/>
<id>urn:sha1:534868f7e84e8b6e808c0beb9ab7ab127bc984fa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC: verbose major/minor check.</title>
<updated>1998-02-10T17:19:52Z</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>1998-02-10T17:19:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=9b14c24177247ccd55dc18d688efae725fca8ae5'/>
<id>urn:sha1:9b14c24177247ccd55dc18d688efae725fca8ae5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>YAMFC</title>
<updated>1996-12-14T11:59:07Z</updated>
<author>
<name>Joerg Wunsch</name>
<email>joerg@FreeBSD.org</email>
</author>
<published>1996-12-14T11:59:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=03ae2d20fdba9b0810c5e99b0ae90ad31143b061'/>
<id>urn:sha1:03ae2d20fdba9b0810c5e99b0ae90ad31143b061</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move some warn()'s into DEBUG space since I don't need them coming</title>
<updated>1996-04-29T05:03:02Z</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>1996-04-29T05:03:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d402093152f568e53edac91e4b8534d846d37f43'/>
<id>urn:sha1:d402093152f568e53edac91e4b8534d846d37f43</id>
<content type='text'>
out in my curses interfaces and spamming my screen.
</content>
</entry>
<entry>
<title>Make libdisk C++ aware:</title>
<updated>1996-03-24T18:55:39Z</updated>
<author>
<name>Joerg Wunsch</name>
<email>joerg@FreeBSD.org</email>
</author>
<published>1996-03-24T18:55:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e2c8e21d6b2b8722d57a5640a29e5208e5096b06'/>
<id>urn:sha1:e2c8e21d6b2b8722d57a5640a29e5208e5096b06</id>
<content type='text'>
- add __BEGIN_DECLS and __END_DECLS,
- add a bunch of ``const'' qualifiers all over the place,
- rename the `private' struct member into `private_data' to avoid the
  clash with the C++ keyword.
</content>
</entry>
<entry>
<title>Update the -current sources from the 2.1 branch.</title>
<updated>1995-12-07T10:34:59Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1995-12-07T10:34:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=40b0c0d936b1fb9878b178e19028ab6a045fe8bc'/>
<id>urn:sha1:40b0c0d936b1fb9878b178e19028ab6a045fe8bc</id>
<content type='text'>
Approved (in spirit) by: jkh
</content>
</entry>
<entry>
<title>Merge RELENG_2_0_5 into HEAD</title>
<updated>1995-06-11T19:33:05Z</updated>
<author>
<name>Rodney W. Grimes</name>
<email>rgrimes@FreeBSD.org</email>
</author>
<published>1995-06-11T19:33:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d3628763db3974826e46a036aa54333147fbe238'/>
<id>urn:sha1:d3628763db3974826e46a036aa54333147fbe238</id>
<content type='text'>
</content>
</entry>
</feed>
