<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libc/stdlib/exit.c, branch OPENBSD_7_9</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=OPENBSD_7_9</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=OPENBSD_7_9'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2017-08-12T22:59:52+00:00</updated>
<entry>
<title>Minimize #includes, particularly to avoid thread_private.h</title>
<updated>2017-08-12T22:59:52+00:00</updated>
<author>
<name>guenther</name>
<email></email>
</author>
<published>2017-08-12T22:59:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=a6e24060b68da4965823f1fafe89dd446c9fa398'/>
<id>urn:sha1:a6e24060b68da4965823f1fafe89dd446c9fa398</id>
<content type='text'>
ok tedu@
</content>
</entry>
<entry>
<title>Wrap &lt;stdlib.h&gt; so that calls go direct and the symbols not in the</title>
<updated>2015-09-13T08:31:48+00:00</updated>
<author>
<name>guenther</name>
<email></email>
</author>
<published>2015-09-13T08:31:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=e85bde5645a66155108c2a88d25fa62993a3f2bb'/>
<id>urn:sha1:e85bde5645a66155108c2a88d25fa62993a3f2bb</id>
<content type='text'>
C standard are all weak.
Apply __{BEGIN,END}_HIDDEN_DECLS to gdtoa{,imp}.h, hiding the
arch-specific __strtorx, __ULtox_D2A, __strtorQ, __ULtoQ_D2A symbols.
</content>
</entry>
<entry>
<title>Add __cxa_atexit() support for gcc3.  This provides support for shared object destructors called at dlclose() time.  Inspired by similar changes in FreeBSD and NetBSD.</title>
<updated>2007-09-03T14:40:16+00:00</updated>
<author>
<name>millert</name>
<email></email>
</author>
<published>2007-09-03T14:40:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=7e0e6a2581ab1d1bca602865b8e38dfa2f54424a'/>
<id>urn:sha1:7e0e6a2581ab1d1bca602865b8e38dfa2f54424a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>zap remaining rcsid.</title>
<updated>2005-08-08T08:05:37+00:00</updated>
<author>
<name>espie</name>
<email></email>
</author>
<published>2005-08-08T08:05:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=d7398a270c9cd1b7b4d545ed70ea24384781a86c'/>
<id>urn:sha1:d7398a270c9cd1b7b4d545ed70ea24384781a86c</id>
<content type='text'>
Kill old files that are no longer compiled.

okay theo
</content>
</entry>
<entry>
<title>ansi + de-register</title>
<updated>2005-03-30T18:51:49+00:00</updated>
<author>
<name>pat</name>
<email></email>
</author>
<published>2005-03-30T18:51:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=894b6ab0099e7d9ca2ad9acb75246cd0a4542167'/>
<id>urn:sha1:894b6ab0099e7d9ca2ad9acb75246cd0a4542167</id>
<content type='text'>
ok otto deraadt
</content>
</entry>
<entry>
<title>Remove the advertising clause in the UCB license which Berkeley</title>
<updated>2003-06-02T20:18:38+00:00</updated>
<author>
<name>millert</name>
<email></email>
</author>
<published>2003-06-02T20:18:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=021d32a253720a2fcdb07690f59c7e08d1d661e6'/>
<id>urn:sha1:021d32a253720a2fcdb07690f59c7e08d1d661e6</id>
<content type='text'>
rescinded 22 July 1999.  Proofed by myself and Theo.
</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>
<entry>
<title>re-enable function pointer table protection, this time make sure that</title>
<updated>2002-08-30T07:58:08+00:00</updated>
<author>
<name>dhartmei</name>
<email></email>
</author>
<published>2002-08-30T07:58:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=b317bf50a10ff572164977749e56454ad595e904'/>
<id>urn:sha1:b317bf50a10ff572164977749e56454ad595e904</id>
<content type='text'>
malloc.c gets the first mmap() call (since it depends on that, for its
sbrk(0) use). ok deraadt@
</content>
</entry>
<entry>
<title>Back it out, it breaks something in perl (seen with spamassassin), debug</title>
<updated>2002-07-31T18:13:16+00:00</updated>
<author>
<name>dhartmei</name>
<email></email>
</author>
<published>2002-07-31T18:13:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=f5498364761a8d35366c6a7c7b4b9435539a308f'/>
<id>urn:sha1:f5498364761a8d35366c6a7c7b4b9435539a308f</id>
<content type='text'>
first.
</content>
</entry>
<entry>
<title>Replace atexit handler. mprotect() the pages so an attempt to modify the</title>
<updated>2002-07-29T19:54:42+00:00</updated>
<author>
<name>dhartmei</name>
<email></email>
</author>
<published>2002-07-29T19:54:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=647ec2253a1bdb04c0e60e9d5c78159c7df3fad8'/>
<id>urn:sha1:647ec2253a1bdb04c0e60e9d5c78159c7df3fad8</id>
<content type='text'>
function pointers from the outside will segfault. Idea, hints and feedback
from deraadt. ok deraadt.
</content>
</entry>
</feed>
