<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/sparc64, branch release/6.0.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F6.0.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F6.0.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2005-11-03T00:35:26Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2005-11-03T00:35:26Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2005-11-03T00:35:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3640cb54210edbb7edbf1b12ef0127ecfcea967d'/>
<id>urn:sha1:3640cb54210edbb7edbf1b12ef0127ecfcea967d</id>
<content type='text'>
'RELENG_6_0_0_RELEASE'.

This commit was manufactured to restore the state of the 6.0-RELEASE image.
</content>
</entry>
<entry>
<title>MFC r1.20:</title>
<updated>2005-10-17T00:19:30Z</updated>
<author>
<name>Kris Kennaway</name>
<email>kris@FreeBSD.org</email>
</author>
<published>2005-10-17T00:19:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=191bfb282f0e421855ed08148ad2a9d403644c3d'/>
<id>urn:sha1:191bfb282f0e421855ed08148ad2a9d403644c3d</id>
<content type='text'>
Add a default value for VM_BCACHE_SIZE_MAX of 400MB.  This is copied from
amd64, and is a factor of 3 less than the value previously auto-sized on
a 12GB machine, which would cause an overflow in calculations involving the
maxbcache int, causing bufinit() to loop forever at boot.

Approved by:	re (kensmith)
</content>
</entry>
<entry>
<title>MFC: Add atomic_fetchadd(9) operation for types int and 32.</title>
<updated>2005-10-06T18:12:06Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2005-10-06T18:12:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d18aa8f911a44a2dbe1284e71a32a4d1f19133d9'/>
<id>urn:sha1:d18aa8f911a44a2dbe1284e71a32a4d1f19133d9</id>
<content type='text'>
Other small updates to atomic(9) include:
- Note that arm and ppc don't provide 64-bit atomic ops.
- Update sample code.

Approved by:	re (scottl)
</content>
</entry>
<entry>
<title>Fix a whitespace screw-up I made when doing the MFC of COMPAT_FREEBSD5.</title>
<updated>2005-09-22T12:36:39Z</updated>
<author>
<name>Ken Smith</name>
<email>kensmith@FreeBSD.org</email>
</author>
<published>2005-09-22T12:36:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=eeaff9ededefdad4c068d4a442732db6309c12d4'/>
<id>urn:sha1:eeaff9ededefdad4c068d4a442732db6309c12d4</id>
<content type='text'>
It's supposed to be "option", "space", "tab"; not "option", "tab", "tab".

Approved by:	re (scottl)
Pointed out by:	rwatson
Pointy hat:	kensmith
</content>
</entry>
<entry>
<title>Now that our showstopper list has shrunk, take another step closer to the</title>
<updated>2005-09-18T03:37:59Z</updated>
<author>
<name>Scott Long</name>
<email>scottl@FreeBSD.org</email>
</author>
<published>2005-09-18T03:37:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=84e108840b8470f9212a92ac85cb0c17cff3194a'/>
<id>urn:sha1:84e108840b8470f9212a92ac85cb0c17cff3194a</id>
<content type='text'>
release and turn off kernel debugging.  Also turn off SMP on i386 and amd64
and add an SMP kernel config.

Approved by: re (implicit)
</content>
</entry>
<entry>
<title>MFC:	1.98</title>
<updated>2005-08-27T18:04:43Z</updated>
<author>
<name>Marius Strobl</name>
<email>marius@FreeBSD.org</email>
</author>
<published>2005-08-27T18:04:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=8ca50a3f98d964edb403527b91de66c23ad1227d'/>
<id>urn:sha1:8ca50a3f98d964edb403527b91de66c23ad1227d</id>
<content type='text'>
Now that at least some screen savers work on sparc64 sync with other
archs and enable splash(4) by default.

Approved by:	re (scottl)
</content>
</entry>
<entry>
<title>MFC: Add extra constraints to inform the compiler that the memory being</title>
<updated>2005-08-05T19:46:13Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2005-08-05T19:46:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d35f842ecd1523c8dca78d6ca39e7180d56c0645'/>
<id>urn:sha1:d35f842ecd1523c8dca78d6ca39e7180d56c0645</id>
<content type='text'>
modified is an input and output rather than just the register holding the
pointer being the input and output.

Approved by:	re (kensmith)
</content>
</entry>
<entry>
<title>MFC: Convert the atomic pointer operations to operate on uintptr_t rather</title>
<updated>2005-08-05T19:44:00Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2005-08-05T19:44:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=95b1c1e157778c489ab6051ab991c831c38bd863'/>
<id>urn:sha1:95b1c1e157778c489ab6051ab991c831c38bd863</id>
<content type='text'>
than void *.

Approved by:	re (kensmith)
</content>
</entry>
<entry>
<title>MFC addition of the COMPAT_FREEBSD5 option.  Specific versions</title>
<updated>2005-07-18T12:23:42Z</updated>
<author>
<name>Ken Smith</name>
<email>kensmith@FreeBSD.org</email>
</author>
<published>2005-07-18T12:23:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2c50af1e2f1e0eeef11397e0ad79fb76fd532788'/>
<id>urn:sha1:2c50af1e2f1e0eeef11397e0ad79fb76fd532788</id>
<content type='text'>
being MFCed:

&gt; Path                          Revision
&gt; src/sys/alpha/conf/GENERIC    1.187
&gt; src/sys/amd64/conf/GENERIC    1.440
&gt; src/sys/i386/conf/GENERIC     1.430
&gt; src/sys/ia64/conf/GENERIC     1.73
&gt; src/sys/pc98/conf/GENERIC     1.270
&gt; src/sys/powerpc/conf/GENERIC  1.49
&gt; src/sys/sparc64/conf/GENERIC  1.97

Approved by:    re (scottl)
</content>
</entry>
<entry>
<title>This commit was manufactured by cvs2svn to create branch 'RELENG_6'.</title>
<updated>2005-07-11T04:14:43Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2005-07-11T04:14:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=6ac68e81ff340e851cccd941b1ed36e2391039d9'/>
<id>urn:sha1:6ac68e81ff340e851cccd941b1ed36e2391039d9</id>
<content type='text'>
</content>
</entry>
</feed>
