<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libc/stdlib, branch libressl-v2.5.2</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=libressl-v2.5.2</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=libressl-v2.5.2'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2017-03-26T09:21:33+00:00</updated>
<entry>
<title>Stop enumeration all allocation functions, just say "allocation functions"</title>
<updated>2017-03-26T09:21:33+00:00</updated>
<author>
<name>otto</name>
<email></email>
</author>
<published>2017-03-26T09:21:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=ec59f40a3b14e190dc7b190e492cf63cdb1c8628'/>
<id>urn:sha1:ec59f40a3b14e190dc7b190e492cf63cdb1c8628</id>
<content type='text'>
ok jmc@ deraadt@
</content>
</entry>
<entry>
<title>add a helper function to print all pools #ifdef MALLOC_STATS</title>
<updated>2017-03-24T16:23:05+00:00</updated>
<author>
<name>otto</name>
<email></email>
</author>
<published>2017-03-24T16:23:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=461d6ff4a5d26a1f9df33d390c4adf991ae10616'/>
<id>urn:sha1:461d6ff4a5d26a1f9df33d390c4adf991ae10616</id>
<content type='text'>
from David CARLIER
</content>
</entry>
<entry>
<title>document new recallocarray diagnostic; zap a few diagnostics that should</title>
<updated>2017-03-24T16:17:50+00:00</updated>
<author>
<name>otto</name>
<email></email>
</author>
<published>2017-03-24T16:17:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=fdf371b4345601ade1791e202a6db6eeb03aa86e'/>
<id>urn:sha1:fdf371b4345601ade1791e202a6db6eeb03aa86e</id>
<content type='text'>
never occur
</content>
</entry>
<entry>
<title>move recallocarray to malloc.c and</title>
<updated>2017-03-24T16:15:31+00:00</updated>
<author>
<name>otto</name>
<email></email>
</author>
<published>2017-03-24T16:15:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=46f72410b43cd5a1ff1d3da7bb4a7b291baf244b'/>
<id>urn:sha1:46f72410b43cd5a1ff1d3da7bb4a7b291baf244b</id>
<content type='text'>
- use internal meta-data to do more consistency checking (especially with
  option C)
- use cheap free if possible
ok deraadt@
</content>
</entry>
<entry>
<title>remove unneccessary macro;</title>
<updated>2017-03-17T18:33:04+00:00</updated>
<author>
<name>jmc</name>
<email></email>
</author>
<published>2017-03-17T18:33:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=e544d3375a158284535329d0e6e1f7e1151f6e7b'/>
<id>urn:sha1:e544d3375a158284535329d0e6e1f7e1151f6e7b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Strengthen description of recallocarray(3) behaviour, hoping that readers</title>
<updated>2017-03-17T17:00:38+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2017-03-17T17:00:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=39dae6bdc1f4322df23a553b4f3dd1b9e4a7d1b3'/>
<id>urn:sha1:39dae6bdc1f4322df23a553b4f3dd1b9e4a7d1b3</id>
<content type='text'>
make the behaviour -&gt; use case connection.
help from jmc and jsing
</content>
</entry>
<entry>
<title>Some tweaks from jmc@ and describe better what recallocarray does;</title>
<updated>2017-03-07T06:07:50+00:00</updated>
<author>
<name>otto</name>
<email></email>
</author>
<published>2017-03-07T06:07:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=cfcfab851673299bea759c10bc1fac9d1cc1c204'/>
<id>urn:sha1:cfcfab851673299bea759c10bc1fac9d1cc1c204</id>
<content type='text'>
help and ok from tom@ and deraadt@
</content>
</entry>
<entry>
<title>Introducing recallocarray(3), a blend of calloc(3) and reallocarray(3)</title>
<updated>2017-03-06T18:44:21+00:00</updated>
<author>
<name>otto</name>
<email></email>
</author>
<published>2017-03-06T18:44:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=0dbf4a31aa2becc157a25e82d3291c6494b3667e'/>
<id>urn:sha1:0dbf4a31aa2becc157a25e82d3291c6494b3667e</id>
<content type='text'>
with the added feature that released memory is cleared. Much input from various
developers. ok deraadt@ tom@
</content>
</entry>
<entry>
<title>Add a NULL test to wrterror() to avoid a NULL deref when called from a</title>
<updated>2017-02-15T12:31:57+00:00</updated>
<author>
<name>jsg</name>
<email></email>
</author>
<published>2017-02-15T12:31:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=6e7e594e65dc4fd8bd52c87affccd5f2f8da7266'/>
<id>urn:sha1:6e7e594e65dc4fd8bd52c87affccd5f2f8da7266</id>
<content type='text'>
free() error path.

ok otto@
</content>
</entry>
<entry>
<title>malloc does not *need* to return page-aligned objects for size &gt;=</title>
<updated>2017-02-12T10:46:09+00:00</updated>
<author>
<name>otto</name>
<email></email>
</author>
<published>2017-02-12T10:46:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=f673e0b62273caf5f3149539a058d72da8900e76'/>
<id>urn:sha1:f673e0b62273caf5f3149539a058d72da8900e76</id>
<content type='text'>
a page.  This is not required by any standard and other malloc
implementation do not document (or implement) this. ok deraadt@
</content>
</entry>
</feed>
