<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/sys, branch release/4.6.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F4.6.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F4.6.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2002-07-03T13:01:43Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2002-07-03T13:01:43Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2002-07-03T13:01:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=148a348454a0bbec0dab6f790e7d47c9850c0128'/>
<id>urn:sha1:148a348454a0bbec0dab6f790e7d47c9850c0128</id>
<content type='text'>
'RELENG_4_6_0_RELEASE'.
</content>
</entry>
<entry>
<title>This commit was manufactured by cvs2svn to create branch 'RELENG_4_6'.</title>
<updated>2002-07-03T13:01:42Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2002-07-03T13:01:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=db0a3b09965d55f9dee7a58fb04e31df42b6ae73'/>
<id>urn:sha1:db0a3b09965d55f9dee7a58fb04e31df42b6ae73</id>
<content type='text'>
</content>
</entry>
<entry>
<title>This commit was manufactured by cvs2svn to create branch 'RELENG_4'.</title>
<updated>2002-07-03T13:01:41Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2002-07-03T13:01:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=7194701a4d8d2a0fc75c1b41fcb2a9447ed3a4ca'/>
<id>urn:sha1:7194701a4d8d2a0fc75c1b41fcb2a9447ed3a4ca</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC rev 1.131 - add another chip rev.</title>
<updated>2002-07-03T05:26:45Z</updated>
<author>
<name>Mike Silbersack</name>
<email>silby@FreeBSD.org</email>
</author>
<published>2002-07-03T05:26:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=69f431560045c97ae755f0956cccef33042d571a'/>
<id>urn:sha1:69f431560045c97ae755f0956cccef33042d571a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC: Fix GCC warnings caused by initializing a zero length array.</title>
<updated>2002-07-02T23:44:03Z</updated>
<author>
<name>Archie Cobbs</name>
<email>archie@FreeBSD.org</email>
</author>
<published>2002-07-02T23:44:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=dfdf974036aa931fc579ed8b81913d4918374f20'/>
<id>urn:sha1:dfdf974036aa931fc579ed8b81913d4918374f20</id>
<content type='text'>
In the process, simply things a bit by getting rid of 'struct
ng_parse_struct_info' which was useless because it only contained
one field.
</content>
</entry>
<entry>
<title>Adjust the previous commit so that the value of SI_SUB_DRIVERS doesn't change,</title>
<updated>2002-07-02T23:00:30Z</updated>
<author>
<name>Archie Cobbs</name>
<email>archie@FreeBSD.org</email>
</author>
<published>2002-07-02T23:00:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=59b901238e2c4030cbf161269658b6ec69638237'/>
<id>urn:sha1:59b901238e2c4030cbf161269658b6ec69638237</id>
<content type='text'>
to avoid binary compatibility problems with 3rd party drivers.

Requested by:	julian
</content>
</entry>
<entry>
<title>MFC: Const'ify variables to make it clear we're not writing to the mbuf data.</title>
<updated>2002-07-02T22:17:18Z</updated>
<author>
<name>Archie Cobbs</name>
<email>archie@FreeBSD.org</email>
</author>
<published>2002-07-02T22:17:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=ae7cb07148b953178abc8f46647e2fb2844b107f'/>
<id>urn:sha1:ae7cb07148b953178abc8f46647e2fb2844b107f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC: (rev. 1.70) Initialize mbuf subsystem before initializing drivers.</title>
<updated>2002-07-02T20:39:14Z</updated>
<author>
<name>Archie Cobbs</name>
<email>archie@FreeBSD.org</email>
</author>
<published>2002-07-02T20:39:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=b6b147249a2b11ab90d652db957e94db55e24abd'/>
<id>urn:sha1:b6b147249a2b11ab90d652db957e94db55e24abd</id>
<content type='text'>
PR:	kern/38745
</content>
</entry>
<entry>
<title>MFC: (rev. 1.90) Fix M_TRAILINGSPACE() to return zero if !M_WRITABLE(m).</title>
<updated>2002-07-02T20:31:52Z</updated>
<author>
<name>Archie Cobbs</name>
<email>archie@FreeBSD.org</email>
</author>
<published>2002-07-02T20:31:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=bafd6e4e51f2c9d09f4a1c291962a39cb538c4b0'/>
<id>urn:sha1:bafd6e4e51f2c9d09f4a1c291962a39cb538c4b0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC: (rev. 1.92) Don't set "m-&gt;m_ext.ext_size" to zero in m_split().</title>
<updated>2002-07-02T20:31:21Z</updated>
<author>
<name>Archie Cobbs</name>
<email>archie@FreeBSD.org</email>
</author>
<published>2002-07-02T20:31:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=ff4843f0676dc126b2ad783c7e2548764ee245c4'/>
<id>urn:sha1:ff4843f0676dc126b2ad783c7e2548764ee245c4</id>
<content type='text'>
</content>
</entry>
</feed>
