<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/gnu, branch releng/9.2</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>- Set stable/9 branch to -PRERELEASE status.</title>
<updated>2013-07-11T19:04:19+00:00</updated>
<author>
<name>Glen Barber</name>
<email>gjb@FreeBSD.org</email>
</author>
<published>2013-07-11T19:04:19+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=b00756346123ee29a988e96599e3bf9211860168'/>
<id>b00756346123ee29a988e96599e3bf9211860168</id>
<content type='text'>
- Add 9.2 mdoc(7) macro.

Approved by:	re (implicit)
Approved by:	kib (mentor)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Add 9.2 mdoc(7) macro.

Approved by:	re (implicit)
Approved by:	kib (mentor)
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC r244236,r244408,r244915,r247054,r251512:</title>
<updated>2013-07-05T19:35:51+00:00</updated>
<author>
<name>Ed Maste</name>
<email>emaste@FreeBSD.org</email>
</author>
<published>2013-07-05T19:35:51+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=5f229aac38dfafaa759448fbb25e2220af7e611e'/>
<id>5f229aac38dfafaa759448fbb25e2220af7e611e</id>
<content type='text'>
  Add a new knob WITH_DEBUG_FILES to control the building of standalone
  debug files for userland programs and libraries.  The "-g" debug flag
  is automatically applied when WITH_DEBUG_FILES is set.

  The debug files are named ${prog}.debug and ${shlib}.debug for                  consistency with other systems and documentation.  In addition they are
  installed under /usr/lib/debug, to simplify the process of installing
  them if needed after a crash.  Users of bsd.{prog,lib}.mk outside of the
  base system place the standalone debug files in a .debug subdirectory.
  GDB automatically searches both of these directories for standalone
  debug files.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  Add a new knob WITH_DEBUG_FILES to control the building of standalone
  debug files for userland programs and libraries.  The "-g" debug flag
  is automatically applied when WITH_DEBUG_FILES is set.

  The debug files are named ${prog}.debug and ${shlib}.debug for                  consistency with other systems and documentation.  In addition they are
  installed under /usr/lib/debug, to simplify the process of installing
  them if needed after a crash.  Users of bsd.{prog,lib}.mk outside of the
  base system place the standalone debug files in a .debug subdirectory.
  GDB automatically searches both of these directories for standalone
  debug files.
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC r251820.  This fixes some symbol visibility issues with libsupc++ that broke</title>
<updated>2013-06-23T14:36:12+00:00</updated>
<author>
<name>David Chisnall</name>
<email>theraven@FreeBSD.org</email>
</author>
<published>2013-06-23T14:36:12+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=6e84b5b4c31b7aa26d2ca7449e5ffa7b7027d8bf'/>
<id>6e84b5b4c31b7aa26d2ca7449e5ffa7b7027d8bf</id>
<content type='text'>
 compilation of GNUstep libobjc.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 compilation of GNUstep libobjc.
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC	r251212, r251480:</title>
<updated>2013-06-22T02:22:12+00:00</updated>
<author>
<name>Pedro F. Giffuni</name>
<email>pfg@FreeBSD.org</email>
</author>
<published>2013-06-22T02:22:12+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=f1379254be8f901b4c4b86a14aa53e1a16e18928'/>
<id>f1379254be8f901b4c4b86a14aa53e1a16e18928</id>
<content type='text'>
GCC: bring back experimental support for amdfam10/barcelona CPUs.

This is a revised subset of the support initially brought in in r236962
and later reverted. The collateral efects seem to have disappeared but
it is still recommended to set the CPUTYPE with caution.

While here also install AMD intrinsics header ammintrin.h

Reviewed by:	jkim (ages ago)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
GCC: bring back experimental support for amdfam10/barcelona CPUs.

This is a revised subset of the support initially brought in in r236962
and later reverted. The collateral efects seem to have disappeared but
it is still recommended to set the CPUTYPE with caution.

While here also install AMD intrinsics header ammintrin.h

Reviewed by:	jkim (ages ago)
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC	r250823:</title>
<updated>2013-05-23T16:39:42+00:00</updated>
<author>
<name>Pedro F. Giffuni</name>
<email>pfg@FreeBSD.org</email>
</author>
<published>2013-05-23T16:39:42+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=150d1eef195576ed017439f8d75dec74679b5dc0'/>
<id>150d1eef195576ed017439f8d75dec74679b5dc0</id>
<content type='text'>
grep: change some int types.

Change several int variables to size_t, ssize_t, or ptrdiff_t.
This should fix the bug described in CVE-2012-5667 when an input
line is so long that its length cannot be stored in an int
variable.

Obtained from:	NetBSD
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
grep: change some int types.

Change several int variables to size_t, ssize_t, or ptrdiff_t.
This should fix the bug described in CVE-2012-5667 when an input
line is so long that its length cannot be stored in an int
variable.

Obtained from:	NetBSD
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert r250821 - This was not meant to be a direct commit.</title>
<updated>2013-05-20T03:03:23+00:00</updated>
<author>
<name>Pedro F. Giffuni</name>
<email>pfg@FreeBSD.org</email>
</author>
<published>2013-05-20T03:03:23+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=226d495989ed1b1cca53b70f9a1fcee891be9d93'/>
<id>226d495989ed1b1cca53b70f9a1fcee891be9d93</id>
<content type='text'>
(wrong tree)

Pointy hat:	me
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(wrong tree)

Pointy hat:	me
</pre>
</div>
</content>
</entry>
<entry>
<title>grep: change some int types.</title>
<updated>2013-05-20T02:34:45+00:00</updated>
<author>
<name>Pedro F. Giffuni</name>
<email>pfg@FreeBSD.org</email>
</author>
<published>2013-05-20T02:34:45+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=89bc9d9c13e93ffcd2c26ca4ba429069c88c5456'/>
<id>89bc9d9c13e93ffcd2c26ca4ba429069c88c5456</id>
<content type='text'>
Change several int variables to size_t, ssize_t, or ptrdiff_t.
This should fix the bug described in CVE-2012-5667 when an input
line is so long that its length cannot be stored in an int
variable.

This is based on NetBSD's revision which says:

This change to NetBSD's version of GNU grep 2.5.1 (licenced under
GPLv2) was made without direct reference to any code licenced
under GPLv3.

Obtained from:	NetBSD
MFC after:	3 days
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change several int variables to size_t, ssize_t, or ptrdiff_t.
This should fix the bug described in CVE-2012-5667 when an input
line is so long that its length cannot be stored in an int
variable.

This is based on NetBSD's revision which says:

This change to NetBSD's version of GNU grep 2.5.1 (licenced under
GPLv2) was made without direct reference to any code licenced
under GPLv3.

Obtained from:	NetBSD
MFC after:	3 days
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC r250393:</title>
<updated>2013-05-15T20:59:00+00:00</updated>
<author>
<name>Dimitry Andric</name>
<email>dim@FreeBSD.org</email>
</author>
<published>2013-05-15T20:59:00+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=c6eedb7e83bab6ad25e42e63d893d6766b4a4879'/>
<id>c6eedb7e83bab6ad25e42e63d893d6766b4a4879</id>
<content type='text'>
When gcc 4.2.0 was imported, the 3DNow intrinsics header &lt;mm3dnow.h&gt; was
not added to the list of intrinsics headers to install, so belatedly (5
years :) add it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When gcc 4.2.0 was imported, the 3DNow intrinsics header &lt;mm3dnow.h&gt; was
not added to the list of intrinsics headers to install, so belatedly (5
years :) add it.
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC r249281: Add FreeBSD 8.4.</title>
<updated>2013-04-24T10:18:56+00:00</updated>
<author>
<name>Sergey Kandaurov</name>
<email>pluknet@FreeBSD.org</email>
</author>
<published>2013-04-24T10:18:56+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=051a0d452333c51dd054c1430a4d6196afab35e9'/>
<id>051a0d452333c51dd054c1430a4d6196afab35e9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>libstdc++: Revert the expl addition from r246857.</title>
<updated>2013-04-20T14:55:48+00:00</updated>
<author>
<name>Pedro F. Giffuni</name>
<email>pfg@FreeBSD.org</email>
</author>
<published>2013-04-20T14:55:48+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=f4c2c1a988fa396da830c07128017bfba6b1c890'/>
<id>f4c2c1a988fa396da830c07128017bfba6b1c890</id>
<content type='text'>
When the needed configuration update to libstdc++ was done.
we overlooked  that expl hasn't been merged. This is causing
breakage in  some ports.

Reported by:	Diane Bruce
Reviewed by:	dim
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When the needed configuration update to libstdc++ was done.
we overlooked  that expl hasn't been merged. This is causing
breakage in  some ports.

Reported by:	Diane Bruce
Reviewed by:	dim
</pre>
</div>
</content>
</entry>
</feed>
