<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libc/string, branch OPENBSD_4_9</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=OPENBSD_4_9</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=OPENBSD_4_9'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2010-09-24T13:33:00+00:00</updated>
<entry>
<title>Add timingsafe_bcmp(3) to libc, mention that it's already in the</title>
<updated>2010-09-24T13:33:00+00:00</updated>
<author>
<name>matthew</name>
<email></email>
</author>
<published>2010-09-24T13:33:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=e2a4c3fb52b971606b01bb31109c78589ff3c11a'/>
<id>urn:sha1:e2a4c3fb52b971606b01bb31109c78589ff3c11a</id>
<content type='text'>
kernel in kern(9), and remove it from OpenSSH.

ok deraadt@, djm@
</content>
</entry>
<entry>
<title>observe the following spelling:</title>
<updated>2010-09-10T18:38:20+00:00</updated>
<author>
<name>jmc</name>
<email></email>
</author>
<published>2010-09-10T18:38:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=03f72441e1e2779ced6575b0039bc0dc86435c15'/>
<id>urn:sha1:03f72441e1e2779ced6575b0039bc0dc86435c15</id>
<content type='text'>
- wide character (noun)
- wide-character (adjective)

this is the "fix of least resistance", and appears to be in line with
posix style; a tiny fix still needed for curses, but i'll mail that
upstream;
</content>
</entry>
<entry>
<title>Avoid using and end pointer since strnlen(string, -1) is legal</title>
<updated>2010-06-02T12:58:12+00:00</updated>
<author>
<name>millert</name>
<email></email>
</author>
<published>2010-06-02T12:58:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=718f25c6853b9204ccdaaa6947c90c056989f2bd'/>
<id>urn:sha1:718f25c6853b9204ccdaaa6947c90c056989f2bd</id>
<content type='text'>
and would otherwise result in overflowing the end pointer and
cause strnlen() to return 0.  OK sthen@
</content>
</entry>
<entry>
<title>Add HISTORY section, mostly for strnlen() but include strlen() for</title>
<updated>2010-05-24T21:27:25+00:00</updated>
<author>
<name>millert</name>
<email></email>
</author>
<published>2010-05-24T21:27:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=0230566ffb34e503fb846c99fc8e3b5b82f1d3f3'/>
<id>urn:sha1:0230566ffb34e503fb846c99fc8e3b5b82f1d3f3</id>
<content type='text'>
completeness (verified).
</content>
</entry>
<entry>
<title>remove unused variable.</title>
<updated>2010-05-21T06:57:45+00:00</updated>
<author>
<name>chl</name>
<email></email>
</author>
<published>2010-05-21T06:57:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=f8b346528f63f62066c4f543f9c55e988ae7cc2c'/>
<id>urn:sha1:f8b346528f63f62066c4f543f9c55e988ae7cc2c</id>
<content type='text'>
ok millert@ tedu@
</content>
</entry>
<entry>
<title>tweak previous;</title>
<updated>2010-05-19T06:32:43+00:00</updated>
<author>
<name>jmc</name>
<email></email>
</author>
<published>2010-05-19T06:32:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=9dbebfe419cc99e9eecc2c64ae37d2bb7becaf2c'/>
<id>urn:sha1:9dbebfe419cc99e9eecc2c64ae37d2bb7becaf2c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add posix_madvise, posix_memalign, strndup, and strnlen.  mostly from</title>
<updated>2010-05-18T22:24:55+00:00</updated>
<author>
<name>tedu</name>
<email></email>
</author>
<published>2010-05-18T22:24:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=0800e860cf192fde131a6141be73b2e01cedd301'/>
<id>urn:sha1:0800e860cf192fde131a6141be73b2e01cedd301</id>
<content type='text'>
brad and millert, with hints from guenther, jmc, and otto I think.
ok previous.
</content>
</entry>
<entry>
<title>Modify example not to use an assignment in the if statement.  We shouldn't</title>
<updated>2010-03-24T14:47:46+00:00</updated>
<author>
<name>kettenis</name>
<email></email>
</author>
<published>2010-03-24T14:47:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=1f2b173c731887c107ce6149ec692bc146805ffd'/>
<id>urn:sha1:1f2b173c731887c107ce6149ec692bc146805ffd</id>
<content type='text'>
teach people bad habits!

ok krw@, jmc@, dlg@, thib@
</content>
</entry>
<entry>
<title>Use MACHINE_CPU instead of MACHINE_ARCH to pick the correct machine dependent</title>
<updated>2010-02-03T20:49:00+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2010-02-03T20:49:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=aaa0cabd6a83ca6edba4b6122b65033db1337306'/>
<id>urn:sha1:aaa0cabd6a83ca6edba4b6122b65033db1337306</id>
<content type='text'>
files or directories when applicable.
The inspiration and name of MACHINE_CPU come from NetBSD, although the way to
provide it to Makefiles is completely different.
ok kettenis@
</content>
</entry>
<entry>
<title>missing word;</title>
<updated>2009-12-05T07:45:48+00:00</updated>
<author>
<name>jmc</name>
<email></email>
</author>
<published>2009-12-05T07:45:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=6db314ac494de70d7fb419b7ffee45ec9fe0faba'/>
<id>urn:sha1:6db314ac494de70d7fb419b7ffee45ec9fe0faba</id>
<content type='text'>
from trhodes@freebsd, r200095;
</content>
</entry>
</feed>
