<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libc/stdlib, branch OPENBSD_3_2_BASE</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=OPENBSD_3_2_BASE</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=OPENBSD_3_2_BASE'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2002-09-14T22:03:14+00:00</updated>
<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>missing include, ok theo</title>
<updated>2002-09-06T22:48:34+00:00</updated>
<author>
<name>henning</name>
<email></email>
</author>
<published>2002-09-06T22:48:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=dd40e0369f8b4631697b942f5abc0e0b4dbdf09e'/>
<id>urn:sha1:dd40e0369f8b4631697b942f5abc0e0b4dbdf09e</id>
<content type='text'>
</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>Suggest better types in examples; from NetBSD</title>
<updated>2002-08-19T22:29:52+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2002-08-19T22:29:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=56e9c4a1b42447447b0a7dcd0adde13e3f9bca54'/>
<id>urn:sha1:56e9c4a1b42447447b0a7dcd0adde13e3f9bca54</id>
<content type='text'>
</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>permit calloc(0, N) and calloc(N, 0) -- malloc(0) does the right thing; markus miod ok</title>
<updated>2002-07-31T09:19:04+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2002-07-31T09:19:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=a61a213f9ae18d6b4d22d37d67709147cf7506f6'/>
<id>urn:sha1:a61a213f9ae18d6b4d22d37d67709147cf7506f6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>return failure if integer overflow happens.  sigh; too people had to</title>
<updated>2002-07-30T00:11:07+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2002-07-30T00:11:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=4eb350f99f2e7e654669cca4a9c1cce8e0d77e9e'/>
<id>urn:sha1:4eb350f99f2e7e654669cca4a9c1cce8e0d77e9e</id>
<content type='text'>
help get this right.
</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>
<entry>
<title>Replace strtou?q() with the more standard strtou?ll(), using weak</title>
<updated>2002-06-29T00:20:11+00:00</updated>
<author>
<name>millert</name>
<email></email>
</author>
<published>2002-06-29T00:20:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=6adefe10f90940abb77fbd207bd42c11497679b9'/>
<id>urn:sha1:6adefe10f90940abb77fbd207bd42c11497679b9</id>
<content type='text'>
aliases to fake up strtou?q().  espie@ OK.
</content>
</entry>
<entry>
<title>unsigned vs unsigned int</title>
<updated>2002-05-27T03:13:23+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2002-05-27T03:13:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=6cb8e09414eccca14ec7833069cbe5fba323906b'/>
<id>urn:sha1:6cb8e09414eccca14ec7833069cbe5fba323906b</id>
<content type='text'>
</content>
</entry>
</feed>
