<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libc_r/uthread/uthread_autoinit.cc, branch main</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=main</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2002-05-11T08:13:42Z</updated>
<entry>
<title>Use GCC's __attribute__ ((constructor)) mechanism to invoke the pthread</title>
<updated>2002-05-11T08:13:42Z</updated>
<author>
<name>Alfred Perlstein</name>
<email>alfred@FreeBSD.org</email>
</author>
<published>2002-05-11T08:13:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e5ba687a2c58bc32c58d93213d5dd315a04af026'/>
<id>urn:sha1:e5ba687a2c58bc32c58d93213d5dd315a04af026</id>
<content type='text'>
startup code rather than a static C++ object since c++ seems to be broken.

This doesn't seem to work for staticically linked program just yet, I'll
give that some more work when I get a chance.
</content>
</entry>
<entry>
<title>Change REGENTS -&gt; AUTHOR in the copyright.</title>
<updated>2000-01-06T12:16:16Z</updated>
<author>
<name>Daniel Eischen</name>
<email>deischen@FreeBSD.org</email>
</author>
<published>2000-01-06T12:16:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=171eec1876b8c1cf601856138ec2f53771c1e32b'/>
<id>urn:sha1:171eec1876b8c1cf601856138ec2f53771c1e32b</id>
<content type='text'>
Add $FreeBSD$.

I missed this file in a previous commit.

Pointed out by:		tg
</content>
</entry>
<entry>
<title>Fix description of the _thread_autoinit_dummy_decl trick.</title>
<updated>1999-08-17T09:50:21Z</updated>
<author>
<name>Ralf S. Engelschall</name>
<email>rse@FreeBSD.org</email>
</author>
<published>1999-08-17T09:50:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=526148f2b903504ef725490c368adc99ef260b1f'/>
<id>urn:sha1:526148f2b903504ef725490c368adc99ef260b1f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added a new module "uthread_autoinit.cc".  This is a small C++ module.</title>
<updated>1996-02-17T02:19:37Z</updated>
<author>
<name>John Polstra</name>
<email>jdp@FreeBSD.org</email>
</author>
<published>1996-02-17T02:19:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=82d29a82b5564bfb3fc44cf7c4ccf3469304f8cc'/>
<id>urn:sha1:82d29a82b5564bfb3fc44cf7c4ccf3469304f8cc</id>
<content type='text'>
It uses a static constructor to call _thread_init() at program start-up
time.  That eliminates the need for any initialization hooks in crt0.o.

Added a symbol reference in "uthread_init.c", to ensure that the new
module will always be pulled in when the archive version of the library
is used.

In "Makefile.inc", defined CPLUSPLUSLIB, so that the constructor will be
properly invoked in the shared library.

Suggested by: Christopher Provenzano, Peter Wemm, and others.
</content>
</entry>
</feed>
