<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libc/stdlib, branch OPENBSD_5_5_BASE</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=OPENBSD_5_5_BASE</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=OPENBSD_5_5_BASE'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2014-01-21T23:25:03+00:00</updated>
<entry>
<title>Ouch... recommend arc4random, not random.</title>
<updated>2014-01-21T23:25:03+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2014-01-21T23:25:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=7d65e8fd4a57dbcd77c42bbff8ee7ed5ce9732e5'/>
<id>urn:sha1:7d65e8fd4a57dbcd77c42bbff8ee7ed5ce9732e5</id>
<content type='text'>
spotted by tedu
</content>
</entry>
<entry>
<title>obvious .Pa fixes; found with mandocdb(8)</title>
<updated>2014-01-21T03:15:45+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2014-01-21T03:15:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=d60d9234a28e0f31b490cea083e7015beaee4f1b'/>
<id>urn:sha1:d60d9234a28e0f31b490cea083e7015beaee4f1b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix an obvious .Fn/.Fa typo, found while testing mandocdb(8).</title>
<updated>2014-01-20T22:40:06+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2014-01-20T22:40:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=bcb3f2f9c7a04d1dc95d52a7ead1a104a2ba3e93'/>
<id>urn:sha1:bcb3f2f9c7a04d1dc95d52a7ead1a104a2ba3e93</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Usually, you don't want macros in the .Nd line, so remove instances of .Tn</title>
<updated>2014-01-19T10:39:00+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2014-01-19T10:39:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=06d2f77a562d70db2a0c6dfe9aafb904cc6450db'/>
<id>urn:sha1:06d2f77a562d70db2a0c6dfe9aafb904cc6450db</id>
<content type='text'>
marking up words that are not trademarks (ASCII, I/O, NFS, TCP, TELNET).
While here, remove .Tn markup from the same words in the body
of these pages, too.
</content>
</entry>
<entry>
<title>Punctuation after macro arguments needs to be in a separate argument.</title>
<updated>2014-01-19T05:21:12+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2014-01-19T05:21:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=667aecb76e9328da7ac5e68813517bf4afdb7815'/>
<id>urn:sha1:667aecb76e9328da7ac5e68813517bf4afdb7815</id>
<content type='text'>
Found while testing mandocdb(8).
</content>
</entry>
<entry>
<title>Move atexit(3) into crtbegin.c and certbeginS.c such that we can pass the</title>
<updated>2013-12-28T18:38:42+00:00</updated>
<author>
<name>kettenis</name>
<email></email>
</author>
<published>2013-12-28T18:38:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=466b5427ac698897c6653527fee5803e78882ff3'/>
<id>urn:sha1:466b5427ac698897c6653527fee5803e78882ff3</id>
<content type='text'>
right __dso_handle and have dlopen'ed shared objects run their atexit handlers
when they get unloaded.  This is what Linux does, and several ports depend on
this behaviour (and will crash upon exit without this chang).

Based on an earlier diff from matthew@
Tested by ajacoutot@
ok deraadt@
</content>
</entry>
<entry>
<title>avoid arithetic on void *</title>
<updated>2013-11-12T06:57:54+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2013-11-12T06:57:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=5e6b626da06f182deec66d059c6ac133dc45a49c'/>
<id>urn:sha1:5e6b626da06f182deec66d059c6ac133dc45a49c</id>
<content type='text'>
ok guenther otto
</content>
</entry>
<entry>
<title>Pull in gdtoa.h instead of declaring __dtoa() and __freedtoa() directly</title>
<updated>2013-11-01T19:05:11+00:00</updated>
<author>
<name>guenther</name>
<email></email>
</author>
<published>2013-11-01T19:05:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=33781ecc7959fde4f27e4ef3ebe0b05363c10bf8'/>
<id>urn:sha1:33781ecc7959fde4f27e4ef3ebe0b05363c10bf8</id>
<content type='text'>
ok deraadt@
</content>
</entry>
<entry>
<title>no longer any need to quote macro lines with &gt;9 args;</title>
<updated>2013-08-14T06:32:28+00:00</updated>
<author>
<name>jmc</name>
<email></email>
</author>
<published>2013-08-14T06:32:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=0a0e9966d79521c2e7e3a095a9090b6a33bb7afd'/>
<id>urn:sha1:0a0e9966d79521c2e7e3a095a9090b6a33bb7afd</id>
<content type='text'>
From: Jan Stary
</content>
</entry>
<entry>
<title>Add linker warnings for rand() and random() and various related functions.</title>
<updated>2013-08-01T19:42:08+00:00</updated>
<author>
<name>kettenis</name>
<email></email>
</author>
<published>2013-08-01T19:42:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=e263a6b48950a71c7a8df11538417524ff0f8164'/>
<id>urn:sha1:e263a6b48950a71c7a8df11538417524ff0f8164</id>
<content type='text'>
ok deraadt@
</content>
</entry>
</feed>
