<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libc, branch libressl-v2.3.1</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=libressl-v2.3.1</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=libressl-v2.3.1'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2015-10-25T18:03:17+00:00</updated>
<entry>
<title>Move the _atfork_list definition to atexit.c so that the fork syscall stub</title>
<updated>2015-10-25T18:03:17+00:00</updated>
<author>
<name>guenther</name>
<email></email>
</author>
<published>2015-10-25T18:03:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=0084bf09c568d307bfa52752944542a2cb10fd44'/>
<id>urn:sha1:0084bf09c568d307bfa52752944542a2cb10fd44</id>
<content type='text'>
doesn't get pulled into all static executables

ok millert@ jca@
</content>
</entry>
<entry>
<title>Hide __atexit and __atexit_register_cleanup()</title>
<updated>2015-10-25T18:01:24+00:00</updated>
<author>
<name>guenther</name>
<email></email>
</author>
<published>2015-10-25T18:01:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=d26dd1386187b2be08c82b67e3a2199a67c82900'/>
<id>urn:sha1:d26dd1386187b2be08c82b67e3a2199a67c82900</id>
<content type='text'>
Wrap __cxa_{atexit,finalize}() so the call from exit() goes direct
Switch regress/lib/libc/atexit/ to be built with -static so that it can
  still access __atexit*

ok millert@ jca@
</content>
</entry>
<entry>
<title>The only thing that was translated into multiple languages in OpenBSD</title>
<updated>2015-10-25T10:22:09+00:00</updated>
<author>
<name>bluhm</name>
<email></email>
</author>
<published>2015-10-25T10:22:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=d3eedb2d4a3440cdd3041229f1700871de7b5b97'/>
<id>urn:sha1:d3eedb2d4a3440cdd3041229f1700871de7b5b97</id>
<content type='text'>
are the errno messages and signal names.  Everything else is in
English.  We are not planning to translate more text.  Running a
mixed system with less than 1% of the text in native language makes
no sense.  So remove the NLS support from libc messages.  The
catopen(3) functions stay as they are.
OK stsp@ mpi@
</content>
</entry>
<entry>
<title>Use sigaction() instead of signal() to avoid pulling in unnecessary</title>
<updated>2015-10-25T04:13:59+00:00</updated>
<author>
<name>guenther</name>
<email></email>
</author>
<published>2015-10-25T04:13:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=80bf6baa97073a30533cc83e43d1bf77ba2baa27'/>
<id>urn:sha1:80bf6baa97073a30533cc83e43d1bf77ba2baa27</id>
<content type='text'>
wrappers.  To keep uses from crawling back in, mark signal() as
deprecated inside libc.

ok deraadt@
</content>
</entry>
<entry>
<title>Switch if_nameindex(3) to use the new NET_RT_IFNAMES sysctl to get the</title>
<updated>2015-10-23T13:09:19+00:00</updated>
<author>
<name>claudio</name>
<email></email>
</author>
<published>2015-10-23T13:09:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=bed2ec7d52018eb5b18c05de7214aed29d127e01'/>
<id>urn:sha1:bed2ec7d52018eb5b18c05de7214aed29d127e01</id>
<content type='text'>
list of interface names. At the same time switch if_nametoindex(3) and
if_indextoname(3) to use if_nameindex(3) instead of getifaddrs(3).
if_nameindex(3) exposes much less then getifaddrs(3) and is allowed by
pledge(2).
With and OK deraadt@
</content>
</entry>
<entry>
<title>Use waitpid() instead of wait() to avoid returning early from another child</title>
<updated>2015-10-23T04:45:32+00:00</updated>
<author>
<name>guenther</name>
<email></email>
</author>
<published>2015-10-23T04:45:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=f3219d6f98950c898ef82fe58e92354d7b9725ff'/>
<id>urn:sha1:f3219d6f98950c898ef82fe58e92354d7b9725ff</id>
<content type='text'>
exiting, and loop the waitpid() on EINTR

ok deraadt@ millert@
</content>
</entry>
<entry>
<title>Loop the waitpid() on EINTR, and save and restore the disposition of</title>
<updated>2015-10-23T04:44:41+00:00</updated>
<author>
<name>guenther</name>
<email></email>
</author>
<published>2015-10-23T04:44:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=106e487b1729bb0071299521e9c0faebbc7e357a'/>
<id>urn:sha1:106e487b1729bb0071299521e9c0faebbc7e357a</id>
<content type='text'>
SIGINT and SIGQUIT with sigaction() instead of signal() so that all bits
are preserved.

ok deraadt@ millert@
</content>
</entry>
<entry>
<title>Merge the sigaction() and sigprocmask() overloads/wrappers from libpthread</title>
<updated>2015-10-23T04:39:24+00:00</updated>
<author>
<name>guenther</name>
<email></email>
</author>
<published>2015-10-23T04:39:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=d974a7336e523b8b94e18714b44fae0a6cba8224'/>
<id>urn:sha1:d974a7336e523b8b94e18714b44fae0a6cba8224</id>
<content type='text'>
into libc, and move pthread_sigmask() as well (just a trivial wrapper).
This provides consistent handling of SIGTHR between single- and multi-threaded
programs and is a step in the merge of all the libpthread overloads, providing
some ASM and Makefile bits that the other wrappers will need.

ok deraadt@ millert@
</content>
</entry>
<entry>
<title>Cast ctype function arguments to unsigned char.</title>
<updated>2015-10-22T23:55:51+00:00</updated>
<author>
<name>mmcc</name>
<email></email>
</author>
<published>2015-10-22T23:55:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=3ea24a5ab90d2d9ef6c793bf814ca08bc7d1a412'/>
<id>urn:sha1:3ea24a5ab90d2d9ef6c793bf814ca08bc7d1a412</id>
<content type='text'>
ok guenther@
</content>
</entry>
<entry>
<title>In rev 1.15 the sizeof argument was fixed in a strlcat() call but</title>
<updated>2015-10-13T20:55:37+00:00</updated>
<author>
<name>millert</name>
<email></email>
</author>
<published>2015-10-13T20:55:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=96da573f99f59914fdb5787f3b7529300fea564b'/>
<id>urn:sha1:96da573f99f59914fdb5787f3b7529300fea564b</id>
<content type='text'>
the truncation check immediately following it was not updated to
match.  Not an issue in practice since the buffers are the same
size.  OK deraadt@
</content>
</entry>
</feed>
