<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libc, branch libressl-v2.9.0</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=libressl-v2.9.0</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=libressl-v2.9.0'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2018-12-10T07:57:49+00:00</updated>
<entry>
<title>Improve speed for the multi-threaded case by reducing lock contention.</title>
<updated>2018-12-10T07:57:49+00:00</updated>
<author>
<name>otto</name>
<email></email>
</author>
<published>2018-12-10T07:57:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=e0a6e1a675a8779862b6efd50bfae854b7e5ec92'/>
<id>urn:sha1:e0a6e1a675a8779862b6efd50bfae854b7e5ec92</id>
<content type='text'>
tested by many; ok florian@
</content>
</entry>
<entry>
<title>style; OK otto</title>
<updated>2018-12-09T11:32:02+00:00</updated>
<author>
<name>florian</name>
<email></email>
</author>
<published>2018-12-09T11:32:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=f73e08ba21e8fc91965e6f4f7223f9b4ecf5ae70'/>
<id>urn:sha1:f73e08ba21e8fc91965e6f4f7223f9b4ecf5ae70</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove a stray line accidentally left behind in rev. 1.120;</title>
<updated>2018-12-05T17:11:59+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2018-12-05T17:11:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=bb05d579ad9f40088a4a17d20b4e6c42c8885f56'/>
<id>urn:sha1:bb05d579ad9f40088a4a17d20b4e6c42c8885f56</id>
<content type='text'>
patch from Hiltjo Posthuma &lt;hiltjo at codemadness dot org&gt;
</content>
</entry>
<entry>
<title>Refactor "find the right pool" code into a function. ok djm@ tb@</title>
<updated>2018-11-27T17:29:55+00:00</updated>
<author>
<name>otto</name>
<email></email>
</author>
<published>2018-11-27T17:29:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=df589015ce8498eea97628dcddf139bf3983e3bf'/>
<id>urn:sha1:df589015ce8498eea97628dcddf139bf3983e3bf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fold the contents of malloc.conf.5 into malloc.3 and sysctl.2,</title>
<updated>2018-11-21T09:22:58+00:00</updated>
<author>
<name>jmc</name>
<email></email>
</author>
<published>2018-11-21T09:22:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=832db10c7eec76c2d877de16144d9855ad294293'/>
<id>urn:sha1:832db10c7eec76c2d877de16144d9855ad294293</id>
<content type='text'>
now that there is essentially no malloc.conf;

text tweaked by deraadt; ok otto deraadt
</content>
</entry>
<entry>
<title>Introducing malloc_usable_size() was a mistake. While some other</title>
<updated>2018-11-21T06:57:04+00:00</updated>
<author>
<name>otto</name>
<email></email>
</author>
<published>2018-11-21T06:57:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=a945275c9231635eb80ae0051017756c9e083b37'/>
<id>urn:sha1:a945275c9231635eb80ae0051017756c9e083b37</id>
<content type='text'>
libs have it, it is a function that is considered harmful, so:

Delete malloc_usable_size(). It is a function that blurs the line
between malloc managed memory and application managed memory and
exposes some of the internal workings of malloc.  If an application
relies on that, it is likely to break using another implementation
of malloc.  If you want usable size x, just allocate x bytes. ok
deraadt@ and other devs
</content>
</entry>
<entry>
<title>Fix compilation on alpha, where DEF_WEAK() really must be paired with</title>
<updated>2018-11-19T22:50:24+00:00</updated>
<author>
<name>guenther</name>
<email></email>
</author>
<published>2018-11-19T22:50:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=2aceb79bcea2b521506207ee08481893378cd518'/>
<id>urn:sha1:2aceb79bcea2b521506207ee08481893378cd518</id>
<content type='text'>
PROTO_NORMAL().  Problem noted by deraadt@
</content>
</entry>
<entry>
<title>Implement malloc_usable_size(); ok millert@ deraadt@ and jmc@ for the man page</title>
<updated>2018-11-18T16:15:18+00:00</updated>
<author>
<name>otto</name>
<email></email>
</author>
<published>2018-11-18T16:15:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=3f260df0a3b115bc89d93cef66762f54df0df050'/>
<id>urn:sha1:3f260df0a3b115bc89d93cef66762f54df0df050</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove ethers(5) YP support bits from libc as it makes it difficult to</title>
<updated>2018-11-09T17:49:32+00:00</updated>
<author>
<name>brynet</name>
<email></email>
</author>
<published>2018-11-09T17:49:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=6372cdd7190c2285e7d31b38164710116267291e'/>
<id>urn:sha1:6372cdd7190c2285e7d31b38164710116267291e</id>
<content type='text'>
effectively use pledge(2) in some programs.

approval from many, thanks!

idea by &amp; ok deraadt@
</content>
</entry>
<entry>
<title>zap last remains of malloc.conf; prompted by and ok jmc@</title>
<updated>2018-11-08T05:58:21+00:00</updated>
<author>
<name>otto</name>
<email></email>
</author>
<published>2018-11-08T05:58:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=42308e951a7be850aa4bb3fcad4bb7a5f273bb5c'/>
<id>urn:sha1:42308e951a7be850aa4bb3fcad4bb7a5f273bb5c</id>
<content type='text'>
</content>
</entry>
</feed>
