<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libc/string/strlcpy.c, branch OPENBSD_7_9</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=OPENBSD_7_9</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=OPENBSD_7_9'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2019-01-25T00:19:26+00:00</updated>
<entry>
<title>I am retiring my old email address;  replace it with my OpenBSD one.</title>
<updated>2019-01-25T00:19:26+00:00</updated>
<author>
<name>millert</name>
<email></email>
</author>
<published>2019-01-25T00:19:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=9395eef49000d5819f0d53eae86baa6e426dab86'/>
<id>urn:sha1:9395eef49000d5819f0d53eae86baa6e426dab86</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Roll back uintptr_t cast changes after discussions with tedu, otto and</title>
<updated>2016-10-16T17:37:39+00:00</updated>
<author>
<name>dtucker</name>
<email></email>
</author>
<published>2016-10-16T17:37:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=ad7af5571f1cbebffa221e1c4992bb2d8204b06f'/>
<id>urn:sha1:ad7af5571f1cbebffa221e1c4992bb2d8204b06f</id>
<content type='text'>
others.

C11 6.5.6.9 says:
When two pointers are subtracted, both shall point to elements of the
same array object, or one past the last element of the array object; the
result is the difference of the subscripts of the two array elements.

In these cases the objects are arrays of char so the result is defined,
and we believe that the report is based on a compiler incorrectly trapping
on defined behaviour.
</content>
</entry>
<entry>
<title>Cast pointers to uintptr_t to avoid potential signedness errors.</title>
<updated>2016-10-14T18:19:04+00:00</updated>
<author>
<name>dtucker</name>
<email></email>
</author>
<published>2016-10-14T18:19:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=334be4776e9619a5a075173d94155d509f240f3e'/>
<id>urn:sha1:334be4776e9619a5a075173d94155d509f240f3e</id>
<content type='text'>
Based on patch from yuanjie.huang at windriver.com via OpenSSH bz#2608,
with &amp; ok millert, ok deraadt.
</content>
</entry>
<entry>
<title>Add framework for resolving (pun intended) libc namespace issues, using</title>
<updated>2015-08-31T02:53:57+00:00</updated>
<author>
<name>guenther</name>
<email></email>
</author>
<published>2015-08-31T02:53:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=c1ccbe216c72b17e063c4c16fa4904d87d295c99'/>
<id>urn:sha1:c1ccbe216c72b17e063c4c16fa4904d87d295c99</id>
<content type='text'>
wrapper .h files and asm labels to let internal calls resolve directly and
not be overridable or use the PLT.  Then, apply that framework to most of
the functions in stdio.h, string.h, err.h, and wchar.h.  Delete the
should-have-been-hidden-all-along _v?(err|warn)[cx]? symbols while here.

tests clean on i386, amd64, sparc64, powerpc, and mips64

naming feedback from kettenis@ and millert@
ok kettenis@
</content>
</entry>
<entry>
<title>Make strlcpy/strlcat slightly easier to read.</title>
<updated>2015-01-15T03:54:12+00:00</updated>
<author>
<name>millert</name>
<email></email>
</author>
<published>2015-01-15T03:54:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=c97f4154e07aea44fd7f923b797a79f8dbd864dd'/>
<id>urn:sha1:c97f4154e07aea44fd7f923b797a79f8dbd864dd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Convert do {} while loop -&gt; while {} for clarity.  No binary change</title>
<updated>2006-05-05T15:27:38+00:00</updated>
<author>
<name>millert</name>
<email></email>
</author>
<published>2006-05-05T15:27:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=2be1a0fbd662e968bf825e9d7ad192f271f0fa28'/>
<id>urn:sha1:2be1a0fbd662e968bf825e9d7ad192f271f0fa28</id>
<content type='text'>
on most architectures.  From Oliver Smith.  OK deraadt@ and henning@
</content>
</entry>
<entry>
<title>zap remaining rcsid.</title>
<updated>2005-08-08T08:05:37+00:00</updated>
<author>
<name>espie</name>
<email></email>
</author>
<published>2005-08-08T08:05:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=d7398a270c9cd1b7b4d545ed70ea24384781a86c'/>
<id>urn:sha1:d7398a270c9cd1b7b4d545ed70ea24384781a86c</id>
<content type='text'>
Kill old files that are no longer compiled.

okay theo
</content>
</entry>
<entry>
<title>ansify + deregister. no binary change on i386. ok deraadt@ pat@ moritz@</title>
<updated>2005-03-30T20:13:52+00:00</updated>
<author>
<name>otto</name>
<email></email>
</author>
<published>2005-03-30T20:13:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=862e6817b3f445520231811d27e5ba22fa2ed1c7'/>
<id>urn:sha1:862e6817b3f445520231811d27e5ba22fa2ed1c7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Sync with share/misc/license.template and add missing DARPA credit</title>
<updated>2003-06-17T21:56:24+00:00</updated>
<author>
<name>millert</name>
<email></email>
</author>
<published>2003-06-17T21:56:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=032d9a965adfb74e42b18dc939b34fcda2cf740e'/>
<id>urn:sha1:032d9a965adfb74e42b18dc939b34fcda2cf740e</id>
<content type='text'>
where applicable.
</content>
</entry>
<entry>
<title>Change copyright to a less restrictive ISC-style license to encourage</title>
<updated>2003-04-12T21:56:39+00:00</updated>
<author>
<name>millert</name>
<email></email>
</author>
<published>2003-04-12T21:56:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=3ee835a469583afca8ff62dd6ae097ae5dbd38f7'/>
<id>urn:sha1:3ee835a469583afca8ff62dd6ae097ae5dbd38f7</id>
<content type='text'>
people to bundle this code.
</content>
</entry>
</feed>
