<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libstand, branch release/6.0.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>2005-11-03T00:35:26+00:00</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2005-11-03T00:35:26+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=3640cb54210edbb7edbf1b12ef0127ecfcea967d'/>
<id>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>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
'RELENG_6_0_0_RELEASE'.

This commit was manufactured to restore the state of the 6.0-RELEASE image.
</pre>
</div>
</content>
</entry>
<entry>
<title>Match sys/boot in ensure GCC does not use x86 FP registers in integer code.</title>
<updated>2005-06-03T06:55:22+00:00</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2005-06-03T06:55:22+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=b9a30e80438983ff0b5a799a9c5f793d78b0b34d'/>
<id>b9a30e80438983ff0b5a799a9c5f793d78b0b34d</id>
<content type='text'>
Submitted by:	Pawel Worach &lt;pawel.worach@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Submitted by:	Pawel Worach &lt;pawel.worach@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Back out revision 1.51, it is wrong.  We don't litter -I's within lib</title>
<updated>2005-05-31T20:39:53+00:00</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2005-05-31T20:39:53+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=c0a87c26b3de47a0423dba0702df9aa1bc0a5ec1'/>
<id>c0a87c26b3de47a0423dba0702df9aa1bc0a5ec1</id>
<content type='text'>
Makefiles to get headers from /usr/src vs. the standard include paths.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Makefiles to get headers from /usr/src vs. the standard include paths.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use %z to print size_t values.</title>
<updated>2005-05-31T20:01:58+00:00</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2005-05-31T20:01:58+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=ac0a0594f6c29bb8358fcca162e6e23a594e899e'/>
<id>ac0a0594f6c29bb8358fcca162e6e23a594e899e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Just use uintptr_t and intptr_t rather than requiring each arch to provide</title>
<updated>2005-05-31T20:01:18+00:00</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2005-05-31T20:01:18+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=7ab17e6d01594f70d37544ae15b2977294985fcd'/>
<id>7ab17e6d01594f70d37544ae15b2977294985fcd</id>
<content type='text'>
explicit int/long typedefs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
explicit int/long typedefs.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make bzip2 support working again after bzip2 upgrade. This time commit</title>
<updated>2005-05-29T21:56:38+00:00</updated>
<author>
<name>Maxim Sobolev</name>
<email>sobomax@FreeBSD.org</email>
</author>
<published>2005-05-29T21:56:38+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=55f88dd25e8b4fad6bb2effd3ae55dd687b0903e'/>
<id>55f88dd25e8b4fad6bb2effd3ae55dd687b0903e</id>
<content type='text'>
BZ_NO_COMPRESS support to the bzip2 sources directly (yes, this takes file
off the vendor branch, but looks like bzip2 maintainer doesn't care), so that
it will not be removed when the next upgrade is performed. Also, add a short
note on how to test bzip2 support.

Pointy hat to:  obrien

Correct comment (libz -&gt; libbz2) and remove useless full path to zutil.h
while I am here.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
BZ_NO_COMPRESS support to the bzip2 sources directly (yes, this takes file
off the vendor branch, but looks like bzip2 maintainer doesn't care), so that
it will not be removed when the next upgrade is performed. Also, add a short
note on how to test bzip2 support.

Pointy hat to:  obrien

Correct comment (libz -&gt; libbz2) and remove useless full path to zutil.h
while I am here.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add missed ${.CURDIR}/../../contrib/bzip2 into include search path, otherwise</title>
<updated>2005-05-29T21:05:58+00:00</updated>
<author>
<name>Maxim Sobolev</name>
<email>sobomax@FreeBSD.org</email>
</author>
<published>2005-05-29T21:05:58+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=422d5081e12576005a2f2a8474ba1c73ee270e03'/>
<id>422d5081e12576005a2f2a8474ba1c73ee270e03</id>
<content type='text'>
old version of bzlib.h can be picked up from the /usr/include.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
old version of bzlib.h can be picked up from the /usr/include.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unused variable. Shorten the path to WARNS=6 compliance.</title>
<updated>2005-05-20T12:55:38+00:00</updated>
<author>
<name>Philippe Charnier</name>
<email>charnier@FreeBSD.org</email>
</author>
<published>2005-05-20T12:55:38+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=e479377e63a93d9d5f9aeeca10f413ecf028f12c'/>
<id>e479377e63a93d9d5f9aeeca10f413ecf028f12c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix libstand on amd64.  Rev 1.46 (obrien) removed the -I. that the</title>
<updated>2005-05-20T03:18:19+00:00</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>2005-05-20T03:18:19+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=d9d99c547803b2a2acac09bee17e3757f65448bd'/>
<id>d9d99c547803b2a2acac09bee17e3757f65448bd</id>
<content type='text'>
bzip2 support provided, and amd64 depended on.  Amd64 has a custom
${.OBJDIR}/machine symlink in it and the -I. picked this up.  Without
it, the libstand code was being compiled in 32 bit mode, but with 64 bit
machine headers.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
bzip2 support provided, and amd64 depended on.  Amd64 has a custom
${.OBJDIR}/machine symlink in it and the -I. picked this up.  Without
it, the libstand code was being compiled in 32 bit mode, but with 64 bit
machine headers.
</pre>
</div>
</content>
</entry>
<entry>
<title>Clean up an additional file.</title>
<updated>2005-05-17T17:48:26+00:00</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2005-05-17T17:48:26+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=af753a20e9a9a201a7f6b4228739a2767a471b5e'/>
<id>af753a20e9a9a201a7f6b4228739a2767a471b5e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
