<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/include/Makefile, branch release/5.3.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2004-11-04T19:12:42+00:00</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2004-11-04T19:12:42+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=3f86d8a2ea3f3265afaa1fd263b0004c5c000e69'/>
<id>3f86d8a2ea3f3265afaa1fd263b0004c5c000e69</id>
<content type='text'>
'RELENG_5_3_0_RELEASE'.

This commit was manufactured to restore the state of the 5.3-RELEASE image.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
'RELENG_5_3_0_RELEASE'.

This commit was manufactured to restore the state of the 5.3-RELEASE image.
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC the BIND 9 import and chroot-by-default work up to date.</title>
<updated>2004-09-30T23:36:11+00:00</updated>
<author>
<name>Doug Barton</name>
<email>dougb@FreeBSD.org</email>
</author>
<published>2004-09-30T23:36:11+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=40f4a63f15872cde735e901786f93c1a653c2c67'/>
<id>40f4a63f15872cde735e901786f93c1a653c2c67</id>
<content type='text'>
This includes:
1. More granular NO_BIND_* make knobs.
2. WITH_BIND_LIBS make knob.
3. Run in an automatically configured chroot dir by default.
4. Edit paths in man pages, and install man pages for liblwres.
5. Improve named.conf and make it work with the new structure.
6. Install the bind9 docs.
7. A few Makefile style fixes.

Approved by:	re (scottl)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This includes:
1. More granular NO_BIND_* make knobs.
2. WITH_BIND_LIBS make knob.
3. Run in an automatically configured chroot dir by default.
4. Edit paths in man pages, and install man pages for liblwres.
5. Improve named.conf and make it work with the new structure.
6. Install the bind9 docs.
7. A few Makefile style fixes.

Approved by:	re (scottl)
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC: Make sure we use the correct make(1) binary in newvers.sh.</title>
<updated>2004-09-20T17:39:02+00:00</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2004-09-20T17:39:02+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=b920345dd32368c60a3804504f087685558d2bee'/>
<id>b920345dd32368c60a3804504f087685558d2bee</id>
<content type='text'>
Approved by:	re (scottl)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Approved by:	re (scottl)
</pre>
</div>
</content>
</entry>
<entry>
<title>Connect RAID3 GEOM class to the build.</title>
<updated>2004-08-16T06:36:21+00:00</updated>
<author>
<name>Pawel Jakub Dawidek</name>
<email>pjd@FreeBSD.org</email>
</author>
<published>2004-08-16T06:36:21+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=e81856c34ce4d9628776efda1a45b14b359dbba0'/>
<id>e81856c34ce4d9628776efda1a45b14b359dbba0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Sort in dictionary order.</title>
<updated>2004-08-12T12:36:04+00:00</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2004-08-12T12:36:04+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=8bdfc6bf38a1040ee75a6ad9b182e763da7e1ec3'/>
<id>8bdfc6bf38a1040ee75a6ad9b182e763da7e1ec3</id>
<content type='text'>
Suggested by:	ru
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Suggested by:	ru
</pre>
</div>
</content>
</entry>
<entry>
<title>Move some internal macros and inlines from ctype.h to a new file, _ctype.h,</title>
<updated>2004-08-12T09:33:47+00:00</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2004-08-12T09:33:47+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=16133e1530309622f8593c1411f7c4ed1847e672'/>
<id>16133e1530309622f8593c1411f7c4ed1847e672</id>
<content type='text'>
which has been repo-copied from ctype.h. This will allow us to remove
namespace pollution from &lt;wctype.h&gt; and to make wcwidth() an inline function
without introducing more pollution.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
which has been repo-copied from ctype.h. This will allow us to remove
namespace pollution from &lt;wctype.h&gt; and to make wcwidth() an inline function
without introducing more pollution.
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement C99's standard header &lt;tgmath.h&gt;.  It provides type-generic macros</title>
<updated>2004-08-08T20:05:47+00:00</updated>
<author>
<name>Stefan Farfeleder</name>
<email>stefanf@FreeBSD.org</email>
</author>
<published>2004-08-08T20:05:47+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=b902e8b239be392c308d8099220da051d3d4d919'/>
<id>b902e8b239be392c308d8099220da051d3d4d919</id>
<content type='text'>
for the &lt;math.h&gt; and &lt;complex.h&gt; functions that have float, double and long
double implementations.  Such type-generic macros expand to an actual
function, depending on the types of the macro arguments, eg. if &lt;tgmath.h&gt;
is included, the invocation cos(1.0f) calls the function cosf().
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
for the &lt;math.h&gt; and &lt;complex.h&gt; functions that have float, double and long
double implementations.  Such type-generic macros expand to an actual
function, depending on the types of the macro arguments, eg. if &lt;tgmath.h&gt;
is included, the invocation cos(1.0f) calls the function cosf().
</pre>
</div>
</content>
</entry>
<entry>
<title>Connect GEOM_MIRROR class to the build.</title>
<updated>2004-07-30T23:18:53+00:00</updated>
<author>
<name>Pawel Jakub Dawidek</name>
<email>pjd@FreeBSD.org</email>
</author>
<published>2004-07-30T23:18:53+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=8a8fbaca32286119424e183b92f6633143fc5c4d'/>
<id>8a8fbaca32286119424e183b92f6633143fc5c4d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add proc_service.h, the common file both debugger and libthread_db will</title>
<updated>2004-07-15T03:43:18+00:00</updated>
<author>
<name>David Xu</name>
<email>davidxu@FreeBSD.org</email>
</author>
<published>2004-07-15T03:43:18+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=a3d4136ade72506e1eac453dfe5e7eef13ff908f'/>
<id>a3d4136ade72506e1eac453dfe5e7eef13ff908f</id>
<content type='text'>
use, program wants to load libthread_db.so should provid proc service
interface.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
use, program wants to load libthread_db.so should provid proc service
interface.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add implementations of ftw(3) and nftw(3) and the corresponding header</title>
<updated>2004-07-05T23:13:16+00:00</updated>
<author>
<name>David Schultz</name>
<email>das@FreeBSD.org</email>
</author>
<published>2004-07-05T23:13:16+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=b03b864ac9de9984511f4e6583b35c59b391a9c3'/>
<id>b03b864ac9de9984511f4e6583b35c59b391a9c3</id>
<content type='text'>
ftw.h.  This is the implementation written by Joel Baker
&lt;fenton@debian.org&gt; for inclusion in NetBSD, but with several
bugfixes.

Obtained from:	Debian
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ftw.h.  This is the implementation written by Joel Baker
&lt;fenton@debian.org&gt; for inclusion in NetBSD, but with several
bugfixes.

Obtained from:	Debian
</pre>
</div>
</content>
</entry>
</feed>
