<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libc/stdlib, branch libressl-v3.6.0</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=libressl-v3.6.0</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=libressl-v3.6.0'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2022-09-11T06:38:11+00:00</updated>
<entry>
<title>.Li -&gt; .Vt where appropriate;</title>
<updated>2022-09-11T06:38:11+00:00</updated>
<author>
<name>jmc</name>
<email></email>
</author>
<published>2022-09-11T06:38:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=62590e3e551e5acaf5ee4726dac3ed5fadbdf680'/>
<id>urn:sha1:62590e3e551e5acaf5ee4726dac3ed5fadbdf680</id>
<content type='text'>
from josiah frentsos, tweaked by schwarze

ok schwarze
</content>
</entry>
<entry>
<title>For putenv(3), return an error if string starts with a '=' character.</title>
<updated>2022-08-08T22:40:03+00:00</updated>
<author>
<name>millert</name>
<email></email>
</author>
<published>2022-08-08T22:40:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=3eee6c6c9c6bff990c7c1142c7a5e5e160a3cc0c'/>
<id>urn:sha1:3eee6c6c9c6bff990c7c1142c7a5e5e160a3cc0c</id>
<content type='text'>
Both FreeBSD and NetBSD have this behavior.  OK deraadt@
</content>
</entry>
<entry>
<title>change some 4.4BSD references to earlier releases</title>
<updated>2022-08-04T06:20:24+00:00</updated>
<author>
<name>jsg</name>
<email></email>
</author>
<published>2022-08-04T06:20:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=565db72607d44c0861e65fd71ea986de9a762d52'/>
<id>urn:sha1:565db72607d44c0861e65fd71ea986de9a762d52</id>
<content type='text'>
ok schwarze@
</content>
</entry>
<entry>
<title>If a command or interface first appeared in PWB/UNIX, UNIX System III or</title>
<updated>2022-07-25T02:25:55+00:00</updated>
<author>
<name>jsg</name>
<email></email>
</author>
<published>2022-07-25T02:25:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=a1b27470e9335406e9e74b121d5d9aad911cb397'/>
<id>urn:sha1:a1b27470e9335406e9e74b121d5d9aad911cb397</id>
<content type='text'>
UNIX System V mention it.  Only do so in manual pages with a
pre-existing HISTORY section.

Prompted by the comparison of System V and BSD commands and interfaces
in Sun's "System V Enhancements Overview" document.

checked against manuals on bitsavers, TUHS archive and CSRG archive CDs

ok jmc@ schwarze@
</content>
</entry>
<entry>
<title>To figure our whether a large allocation can be grown into the</title>
<updated>2022-06-30T17:15:48+00:00</updated>
<author>
<name>guenther</name>
<email></email>
</author>
<published>2022-06-30T17:15:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=bba78d9dd5b00312f2056cd821f67a63db27dad5'/>
<id>urn:sha1:bba78d9dd5b00312f2056cd821f67a63db27dad5</id>
<content type='text'>
following page(s) we've been first mquery()ing for it, mmapp()ing
w/o MAP_FIXED if available, and then munmap()ing if there was a
race.  Instead, just try it directly with
mmap(MAP_FIXED | __MAP_NOREPLACE)

tested in snaps for weeks

ok deraadt@
</content>
</entry>
<entry>
<title>system(3) should ignore SIGINT and SIGQUIT until the shell exits.</title>
<updated>2022-05-21T00:53:53+00:00</updated>
<author>
<name>millert</name>
<email></email>
</author>
<published>2022-05-21T00:53:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=8441124e76190c2ec4fcefa7dbcf7d58e9073703'/>
<id>urn:sha1:8441124e76190c2ec4fcefa7dbcf7d58e9073703</id>
<content type='text'>
This got broken when system.c was converted from signal(3) to sigaction(2).
Also add SIGINT and SIGQUIT to the set of blocked signals and unblock
them in the parent after the signal handlers are installed.
Based on a diff from Leon Fischer.  OK deraadt@
</content>
</entry>
<entry>
<title>man pages: add missing commas between subordinate and main clauses</title>
<updated>2022-03-31T17:27:26+00:00</updated>
<author>
<name>naddy</name>
<email></email>
</author>
<published>2022-03-31T17:27:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=3d8be07546f5ec331a0f851b0ea88212376ebb95'/>
<id>urn:sha1:3d8be07546f5ec331a0f851b0ea88212376ebb95</id>
<content type='text'>
jmc@ dislikes a comma before "then" in a conditional, so leave those
untouched.

ok jmc@
</content>
</entry>
<entry>
<title>man pages: add missing word, The foo() ... -&gt; The foo() function ...</title>
<updated>2022-03-29T18:15:52+00:00</updated>
<author>
<name>naddy</name>
<email></email>
</author>
<published>2022-03-29T18:15:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=bdf85107fe61cee7a4395de94b85298d6592c8ae'/>
<id>urn:sha1:bdf85107fe61cee7a4395de94b85298d6592c8ae</id>
<content type='text'>
ok jmc@ schwarze@
</content>
</entry>
<entry>
<title>Currently malloc caches a number of free'ed regions up to 128k</title>
<updated>2022-02-26T16:14:42+00:00</updated>
<author>
<name>otto</name>
<email></email>
</author>
<published>2022-02-26T16:14:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=b9a07308bf393074d3bc822f5d326959d6620f23'/>
<id>urn:sha1:b9a07308bf393074d3bc822f5d326959d6620f23</id>
<content type='text'>
in size. This cache is indexed by size (in # of pages), so it is
very quick to check.  Some programs allocate and deallocate larger
allocations in a frantic way.  Accomodate those programs by also
keeping a cache of regions between 128k and 2M, in a cache of variable
sized regions.

Tested by many in snaps; ok deraadt@
</content>
</entry>
<entry>
<title>remove please from manual pages</title>
<updated>2022-02-06T00:29:02+00:00</updated>
<author>
<name>jsg</name>
<email></email>
</author>
<published>2022-02-06T00:29:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=330276f39a5e0d5b539d5e8e3e247384f82cbde2'/>
<id>urn:sha1:330276f39a5e0d5b539d5e8e3e247384f82cbde2</id>
<content type='text'>
ok jmc@ sthen@ millert@
</content>
</entry>
</feed>
