<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys, branch stable/3</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>MFC: Don't set the COMPLETE flag in an inodedep structure before the</title>
<updated>2005-08-26T20:40:31+00:00</updated>
<author>
<name>Tor Egge</name>
<email>tegge@FreeBSD.org</email>
</author>
<published>2005-08-26T20:40:31+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=0b22bdff854f0537b495a9f5f5cd86d8bbed0214'/>
<id>0b22bdff854f0537b495a9f5f5cd86d8bbed0214</id>
<content type='text'>
     related inode has been written.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
     related inode has been written.
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC (1.405: quick fix for most of the pessimization in rev.1.194).</title>
<updated>2003-12-02T06:18:37+00:00</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>2003-12-02T06:18:37+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=2d0a65fb5823f4a5e277a0133f8f21bba2a67b48'/>
<id>2d0a65fb5823f4a5e277a0133f8f21bba2a67b48</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid depending on a gas bug, so that this file works when assembled</title>
<updated>2003-12-01T13:21:47+00:00</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>2003-12-01T13:21:47+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=4214fd368836e55665c39d44af029e016bed8403'/>
<id>4214fd368836e55665c39d44af029e016bed8403</id>
<content type='text'>
by current versions of gas that don't have the bug as well as by the
RELENG_3 version.  A 32-bit load of %esp in 16-bit mode was mangled.
The current version of gas still produces a different object file due
to related (but harmless) bugs involving bogus operand size prefixes
for segment registers.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
by current versions of gas that don't have the bug as well as by the
RELENG_3 version.  A 32-bit load of %esp in 16-bit mode was mangled.
The current version of gas still produces a different object file due
to related (but harmless) bugs involving bogus operand size prefixes
for segment registers.
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC 1.24: Validate the iBCS2 statfs(2) length parameter.</title>
<updated>2003-08-10T23:35:21+00:00</updated>
<author>
<name>Jacques Vidrine</name>
<email>nectar@FreeBSD.org</email>
</author>
<published>2003-08-10T23:35:21+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=5282423a4af2d919f0b6bb1f63bdf9db9c8b9fc8'/>
<id>5282423a4af2d919f0b6bb1f63bdf9db9c8b9fc8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC: 1.94 and 1.125 (don't use hard newlines in string literals, and fix</title>
<updated>2003-08-05T07:07:37+00:00</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>2003-08-05T07:07:37+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=8daec3f7eade840f068945158d6276921291fe4c'/>
<id>8daec3f7eade840f068945158d6276921291fe4c</id>
<content type='text'>
some style bugs on the same lines).

This completes making some RELENG_3 kernels work when compiled by gcc-3.3.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
some style bugs on the same lines).

This completes making some RELENG_3 kernels work when compiled by gcc-3.3.
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC locore.s 1.172-1.174 (don't hide the name of tmpstk, and clear the</title>
<updated>2003-08-02T14:54:49+00:00</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>2003-08-02T14:54:49+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=ad3dbee7a166a2a2c51e63d6b1ff3f15850766b4'/>
<id>ad3dbee7a166a2a2c51e63d6b1ff3f15850766b4</id>
<content type='text'>
bss properly) with adjustments for RELENG_3.  The adjustments are the
same as for RELENG_4.

This is part of some making RELENG_3 kernels work when compiled by gcc-3.3.
Fixing bss clearing and ATOMIC_ASM constrains are the only nontrivial parts.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
bss properly) with adjustments for RELENG_3.  The adjustments are the
same as for RELENG_4.

This is part of some making RELENG_3 kernels work when compiled by gcc-3.3.
Fixing bss clearing and ATOMIC_ASM constrains are the only nontrivial parts.
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC (1.24: pass in the constraints on the V parameter so that the char</title>
<updated>2003-07-30T19:31:11+00:00</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>2003-07-30T19:31:11+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=e81dc827312ff1562e1db3bb907c6e4309f60578'/>
<id>e81dc827312ff1562e1db3bb907c6e4309f60578</id>
<content type='text'>
versions can be given different, non-bogus constraints).

This is part of making some RELENG_3 kernels work when compiled by gcc-3.3.
I started out only wanting them to compile, but had to test them for
delicate changes like this.  This change makes no difference for LINT
compiled by the RELENG_3 compiler, except for vfs_cluster.o where it
gives some differences related to register selection near an
atomic_add_char().
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
versions can be given different, non-bogus constraints).

This is part of making some RELENG_3 kernels work when compiled by gcc-3.3.
I started out only wanting them to compile, but had to test them for
delicate changes like this.  This change makes no difference for LINT
compiled by the RELENG_3 compiler, except for vfs_cluster.o where it
gives some differences related to register selection near an
atomic_add_char().
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC (1.15: missing FREE()).  This was supposed to be MFC'ed in 1.3.2.5,</title>
<updated>2003-07-29T20:44:35+00:00</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>2003-07-29T20:44:35+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=23047d3472fb2771f3d19ac94d33fc8b83c506be'/>
<id>23047d3472fb2771f3d19ac94d33fc8b83c506be</id>
<content type='text'>
but FREE was misspelled so this file has just not compiled since 1.3.2.5.

This finishes making LINT compile in RELENG_3.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
but FREE was misspelled so this file has just not compiled since 1.3.2.5.

This finishes making LINT compile in RELENG_3.
</pre>
</div>
</content>
</entry>
<entry>
<title>Commented out olpt devices so that LINT is almost compilable in RELENG_3.</title>
<updated>2003-07-29T19:35:50+00:00</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>2003-07-29T19:35:50+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=f732d57b47c3fa5de4b3319fe0954ab5e2c296a8'/>
<id>f732d57b47c3fa5de4b3319fe0954ab5e2c296a8</id>
<content type='text'>
olpt devices never worked in RELENG_3, if anywhere, since a driver's
namespace is not affected by changing only the driver's name.  LINT
apparently hasn't been buildable in RELENG_3 since rev.1.539.2.14
(between 3.1R and 3.2R).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
olpt devices never worked in RELENG_3, if anywhere, since a driver's
namespace is not affected by changing only the driver's name.  LINT
apparently hasn't been buildable in RELENG_3 since rev.1.539.2.14
(between 3.1R and 3.2R).
</pre>
</div>
</content>
</entry>
<entry>
<title>MFoldC (a tiny part of 1.61: translate to C: don't use hard newlines in</title>
<updated>2003-07-29T10:38:14+00:00</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>2003-07-29T10:38:14+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=f417cb4888076185cc181f5b9a08e049c4723f43'/>
<id>f417cb4888076185cc181f5b9a08e049c4723f43</id>
<content type='text'>
a string literal).

This is part of making some RELENG_3 kernels compilable by gcc-3.3.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
a string literal).

This is part of making some RELENG_3 kernels compilable by gcc-3.3.
</pre>
</div>
</content>
</entry>
</feed>
