<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/lib/libc/arm/string, branch release/8.0.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F8.0.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F8.0.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2009-11-21T06:13:29Z</updated>
<entry>
<title>Create release/8.0.0 for the 8.0-RELEASE.</title>
<updated>2009-11-21T06:13:29Z</updated>
<author>
<name>Ken Smith</name>
<email>kensmith@FreeBSD.org</email>
</author>
<published>2009-11-21T06:13:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=a4d3b78df842614c46b116fc5a6f470be637dccd'/>
<id>urn:sha1:a4d3b78df842614c46b116fc5a6f470be637dccd</id>
<content type='text'>
Approved by:	re (implicit)

This commit was manufactured to restore the state of the 8.0-RELEASE image.
</content>
</entry>
<entry>
<title>- Eliminate extra subcs instruction.  I have not noticed before that we</title>
<updated>2009-06-21T13:15:56Z</updated>
<author>
<name>Stanislav Sedov</name>
<email>stas@FreeBSD.org</email>
</author>
<published>2009-06-21T13:15:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=c61860f8a69d4b724b33c08e09a870076da4cace'/>
<id>urn:sha1:c61860f8a69d4b724b33c08e09a870076da4cace</id>
<content type='text'>
  always perform substraction now, so no instruction could be rordered
  to eliminate the conditional substraction.
</content>
</entry>
<entry>
<title>- Fix strncmp on arm. Return 0 as result without performing the</title>
<updated>2009-06-21T12:58:56Z</updated>
<author>
<name>Stanislav Sedov</name>
<email>stas@FreeBSD.org</email>
</author>
<published>2009-06-21T12:58:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=aa79fe245de7616cda41b69a296a5ce209c95c45'/>
<id>urn:sha1:aa79fe245de7616cda41b69a296a5ce209c95c45</id>
<content type='text'>
  main cycle only if the len passed is equal to 0. If end address
  overflows use last possible address as the end address.

Based on:	discussion on arm@
MFC after:	1 month
</content>
</entry>
<entry>
<title>revert r191633; this breaks at91 &amp; xscale (likely all arm)</title>
<updated>2009-05-06T01:50:04Z</updated>
<author>
<name>Sam Leffler</name>
<email>sam@FreeBSD.org</email>
</author>
<published>2009-05-06T01:50:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=f4f8f02054f3abb6ceb84aefcdecc78d5c8b462f'/>
<id>urn:sha1:f4f8f02054f3abb6ceb84aefcdecc78d5c8b462f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change the test at the beginning of strncmp(), from being if (len - 1) &lt; 0</title>
<updated>2009-04-28T19:20:13Z</updated>
<author>
<name>Olivier Houchard</name>
<email>cognet@FreeBSD.org</email>
</author>
<published>2009-04-28T19:20:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=8957464be7644ab4da9559ab479c9a996fbcbd29'/>
<id>urn:sha1:8957464be7644ab4da9559ab479c9a996fbcbd29</id>
<content type='text'>
to if (len == 0).
The length is supposed to be unsigned, so len - 1 &lt; 0 won't happen except
if len == 0 anyway, and it would return 0 when it shouldn't, if len was
&gt; INT_MAX.

Spotted out by:	Channa &lt;channa kad gmail com&gt;
</content>
</entry>
<entry>
<title>MFKernel:	do not use __XSCALE__ to detect if clz/pld/ldrd/strd are</title>
<updated>2007-10-13T12:06:31Z</updated>
<author>
<name>Olivier Houchard</name>
<email>cognet@FreeBSD.org</email>
</author>
<published>2007-10-13T12:06:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=fa030de01267cc324a0b57479715e4a53356b665'/>
<id>urn:sha1:fa030de01267cc324a0b57479715e4a53356b665</id>
<content type='text'>
available, use _ARM_ARCH_5/_ARM_ARCH_5E instead.

MFC After:	3 days
</content>
</entry>
<entry>
<title>Fix a long line in copyright notice.</title>
<updated>2005-10-03T14:43:27Z</updated>
<author>
<name>Olivier Houchard</name>
<email>cognet@FreeBSD.org</email>
</author>
<published>2005-10-03T14:43:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=dc9e655c0bcbcbc2b67185669dea9da4c4dcc31a'/>
<id>urn:sha1:dc9e655c0bcbcbc2b67185669dea9da4c4dcc31a</id>
<content type='text'>
Pointed out by:	Gavin Atkinson gavin.atkinson ury york ac uk
</content>
</entry>
<entry>
<title>Add an asm version of strlen() for arm (how useful).</title>
<updated>2005-10-03T14:21:49Z</updated>
<author>
<name>Olivier Houchard</name>
<email>cognet@FreeBSD.org</email>
</author>
<published>2005-10-03T14:21:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=3507a1571359e36fafd825c6a5e7574e50a58702'/>
<id>urn:sha1:3507a1571359e36fafd825c6a5e7574e50a58702</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use the RET macro.</title>
<updated>2004-11-09T16:49:14Z</updated>
<author>
<name>Olivier Houchard</name>
<email>cognet@FreeBSD.org</email>
</author>
<published>2004-11-09T16:49:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=31489a9a2653e123121e8ca39b4be802013d2b50'/>
<id>urn:sha1:31489a9a2653e123121e8ca39b4be802013d2b50</id>
<content type='text'>
For setjmp() and longjmp(), put the signal mask where it's supposed to be,
instead of in the space reserved for fp regs.
</content>
</entry>
<entry>
<title>MFKernel: Implement ffs with clz on Xscale.</title>
<updated>2004-11-07T16:54:54Z</updated>
<author>
<name>Olivier Houchard</name>
<email>cognet@FreeBSD.org</email>
</author>
<published>2004-11-07T16:54:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=c67f8f49be9b2d426527d7f0db45f4cc6ad1ae72'/>
<id>urn:sha1:c67f8f49be9b2d426527d7f0db45f4cc6ad1ae72</id>
<content type='text'>
</content>
</entry>
</feed>
