<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/csu/alpha, 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>Back out the call to _init_tls() - something is broken there and it</title>
<updated>2004-08-21T08:22:00+00:00</updated>
<author>
<name>Doug Rabson</name>
<email>dfr@FreeBSD.org</email>
</author>
<published>2004-08-21T08:22:00+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=4a5a97e6258392f9e11b822d3e3962b267a12fa8'/>
<id>4a5a97e6258392f9e11b822d3e3962b267a12fa8</id>
<content type='text'>
prevents all static binaries from running.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
prevents all static binaries from running.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for TLS in statically linked programs.</title>
<updated>2004-08-15T16:18:52+00:00</updated>
<author>
<name>Doug Rabson</name>
<email>dfr@FreeBSD.org</email>
</author>
<published>2004-08-15T16:18:52+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=ccd13c49b55616e3f92a3cf37512dc24aeb41e0a'/>
<id>ccd13c49b55616e3f92a3cf37512dc24aeb41e0a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>make these more useful for lint(1). Minor diff-reductions while I'm</title>
<updated>2003-01-26T23:14:47+00:00</updated>
<author>
<name>Mark Murray</name>
<email>markm@FreeBSD.org</email>
</author>
<published>2003-01-26T23:14:47+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=818c8b696baa1adb5a3142ff2193217897558855'/>
<id>818c8b696baa1adb5a3142ff2193217897558855</id>
<content type='text'>
about it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
about it.
</pre>
</div>
</content>
</entry>
<entry>
<title>Drop support for COPY, -c has been the default mode of install(1)</title>
<updated>2002-07-29T09:40:17+00:00</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2002-07-29T09:40:17+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=d2893b161bbea64e099654c0dd78073cfb5667b0'/>
<id>d2893b161bbea64e099654c0dd78073cfb5667b0</id>
<content type='text'>
for a long time now.

Approved by:	bde
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
for a long time now.

Approved by:	bde
</pre>
</div>
</content>
</entry>
<entry>
<title>The main reason for this is to reduce diffs between all the crt1.c's.</title>
<updated>2002-07-16T12:28:50+00:00</updated>
<author>
<name>Mark Murray</name>
<email>markm@FreeBSD.org</email>
</author>
<published>2002-07-16T12:28:50+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=828191256bb97a4d690b144cb03a9e61fd8fd45a'/>
<id>828191256bb97a4d690b144cb03a9e61fd8fd45a</id>
<content type='text'>
Assembler macros are tidied up and made as similar as sanely possible.
The macros are translated into C (__inline static) functions for lint.

Declaration orders are made the same.
Declarations are all ISOfied and tidied up.

Comment contents have gratuitous diffs removed.

The net result is a bunch of crt1.c's that are 90% the same.
It may be possible to now encapsulate the differences in one
MD header, and have only one MI crt1.c file (although the macros
to do this may be ugly).

Helpful comments by:	obrien, bde
Alpha tested by:	des
i386-elf tested by:	markm
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Assembler macros are tidied up and made as similar as sanely possible.
The macros are translated into C (__inline static) functions for lint.

Declaration orders are made the same.
Declarations are all ISOfied and tidied up.

Comment contents have gratuitous diffs removed.

The net result is a bunch of crt1.c's that are 90% the same.
It may be possible to now encapsulate the differences in one
MD header, and have only one MI crt1.c file (although the macros
to do this may be ugly).

Helpful comments by:	obrien, bde
Alpha tested by:	des
i386-elf tested by:	markm
</pre>
</div>
</content>
</entry>
<entry>
<title>WARNS=6'ify.</title>
<updated>2002-06-25T18:05:16+00:00</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2002-06-25T18:05:16+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=c02ba8a8d29d00877841c73cac0ae64e02e2a50a'/>
<id>c02ba8a8d29d00877841c73cac0ae64e02e2a50a</id>
<content type='text'>
Style nits.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Style nits.
</pre>
</div>
</content>
</entry>
<entry>
<title>Prototype _start.</title>
<updated>2002-06-25T18:01:12+00:00</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2002-06-25T18:01:12+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=ad275bd7601a61056a8ffb6f24517aa1d0853fad'/>
<id>ad275bd7601a61056a8ffb6f24517aa1d0853fad</id>
<content type='text'>
Submitted by:	markm

Mark some _start formal parameters __unused.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Submitted by:	markm

Mark some _start formal parameters __unused.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed CLEANFILES after bsd.lib.mk sweep.</title>
<updated>2002-05-13T15:28:00+00:00</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2002-05-13T15:28:00+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=2020063860c278d1e200cb40e9b8d715fb2124de'/>
<id>2020063860c278d1e200cb40e9b8d715fb2124de</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>SOBJS are not used here for a long time, and were just</title>
<updated>2002-05-13T11:51:11+00:00</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2002-05-13T11:51:11+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=7893b524b92661b4fd7017853191eba95299d3b9'/>
<id>7893b524b92661b4fd7017853191eba95299d3b9</id>
<content type='text'>
pessimising the `install'.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
pessimising the `install'.
</pre>
</div>
</content>
</entry>
</feed>
