<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/regress/lib/libc/atexit, branch OPENBSD_6_5_BASE</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=OPENBSD_6_5_BASE</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=OPENBSD_6_5_BASE'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2017-07-27T15:08:37+00:00</updated>
<entry>
<title>Fix all clang warnings in libc regress and cleanup some make files.</title>
<updated>2017-07-27T15:08:37+00:00</updated>
<author>
<name>bluhm</name>
<email></email>
</author>
<published>2017-07-27T15:08:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=7341ba2e45310f77116d854ae4255ccbd506f6a9'/>
<id>urn:sha1:7341ba2e45310f77116d854ae4255ccbd506f6a9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Hide __atexit and __atexit_register_cleanup()</title>
<updated>2015-10-25T18:01:24+00:00</updated>
<author>
<name>guenther</name>
<email></email>
</author>
<published>2015-10-25T18:01:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=d26dd1386187b2be08c82b67e3a2199a67c82900'/>
<id>urn:sha1:d26dd1386187b2be08c82b67e3a2199a67c82900</id>
<content type='text'>
Wrap __cxa_{atexit,finalize}() so the call from exit() goes direct
Switch regress/lib/libc/atexit/ to be built with -static so that it can
  still access __atexit*

ok millert@ jca@
</content>
</entry>
<entry>
<title>Use dprintf() instead of fprintf() in the signal handler</title>
<updated>2015-10-25T04:11:00+00:00</updated>
<author>
<name>guenther</name>
<email></email>
</author>
<published>2015-10-25T04:11:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=6056d63625b6e74df458ac23f11f86a9452ed35b'/>
<id>urn:sha1:6056d63625b6e74df458ac23f11f86a9452ed35b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Always call atexit handlers as if they were registered with __cxa_atexit.</title>
<updated>2014-06-18T19:01:10+00:00</updated>
<author>
<name>kettenis</name>
<email></email>
</author>
<published>2014-06-18T19:01:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=944d3fa89a8a293a3a963cbf422a1e085e7f25df'/>
<id>urn:sha1:944d3fa89a8a293a3a963cbf422a1e085e7f25df</id>
<content type='text'>
The extra argument doesn't hurt genuine atexit handlers and this fixes a
bug where we didn't provide the argument (effectively passing garbage) for
functions registered with __cxa_atexit in the main executable.

Pointed out by Dmitriy Ivanov &lt;dimitry@google.com&gt; and Elliott Hughes
&lt;enh@google.com&gt;.

ok matthew@
</content>
</entry>
<entry>
<title>Adapt atexit() regress to recent changes and add __cxa_atexit() regress.</title>
<updated>2007-09-03T14:42:44+00:00</updated>
<author>
<name>millert</name>
<email></email>
</author>
<published>2007-09-03T14:42:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=b7b77a835b1b9da7ec261009d15f310b4e4c4249'/>
<id>urn:sha1:b7b77a835b1b9da7ec261009d15f310b4e4c4249</id>
<content type='text'>
__cxa_atexit() regress from kurt@
</content>
</entry>
<entry>
<title>add missing includes</title>
<updated>2003-09-02T23:52:16+00:00</updated>
<author>
<name>david</name>
<email></email>
</author>
<published>2003-09-02T23:52:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=907b17c42a136132a2e911e8c66258755cad4391'/>
<id>urn:sha1:907b17c42a136132a2e911e8c66258755cad4391</id>
<content type='text'>
ok deraadt@ tedu@ dhartmei@ krw@
</content>
</entry>
<entry>
<title>add missing CLEANFILES; ok deraadt@</title>
<updated>2003-07-31T22:46:59+00:00</updated>
<author>
<name>david</name>
<email></email>
</author>
<published>2003-07-31T22:46:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=5c60c89548f5fe068ab31cc82c3f4132cfd9bcf1'/>
<id>urn:sha1:5c60c89548f5fe068ab31cc82c3f4132cfd9bcf1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>various cleanups; david says results are same</title>
<updated>2003-07-31T21:48:04+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2003-07-31T21:48:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=33c506bfed3ead4cc96819ce600895082c214755'/>
<id>urn:sha1:33c506bfed3ead4cc96819ce600895082c214755</id>
<content type='text'>
</content>
</entry>
<entry>
<title>do not use an absolute path in include; dhartmei@ ok</title>
<updated>2002-10-21T20:40:50+00:00</updated>
<author>
<name>mickey</name>
<email></email>
</author>
<published>2002-10-21T20:40:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=39bf6988a4040725ab1edbf3af976135c611ab6f'/>
<id>urn:sha1:39bf6988a4040725ab1edbf3af976135c611ab6f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move __cleanup into mprotect'ed page to prevent unintentional modifications</title>
<updated>2002-09-14T22:03:14+00:00</updated>
<author>
<name>dhartmei</name>
<email></email>
</author>
<published>2002-09-14T22:03:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=99933708b28d8f1a889e6109eb237499bf59eba2'/>
<id>urn:sha1:99933708b28d8f1a889e6109eb237499bf59eba2</id>
<content type='text'>
similar to the atexit handlers. Idea and help deraadt@, ok deraadt@
</content>
</entry>
</feed>
