<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libc/mips/string/Makefile.inc, branch releng/12.4</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F12.4</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F12.4'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2017-03-02T17:05:52Z</updated>
<entry>
<title>Correct MDSRCS use in &lt;arch&gt;/string/Makefile.inc.</title>
<updated>2017-03-02T17:05:52Z</updated>
<author>
<name>Brooks Davis</name>
<email>brooks@FreeBSD.org</email>
</author>
<published>2017-03-02T17:05:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=9fe44df2876d7f82ee666f2f899a528b130313b3'/>
<id>urn:sha1:9fe44df2876d7f82ee666f2f899a528b130313b3</id>
<content type='text'>
- Remove .c files which duplicate entries in MISRCS.
- Use the same, less merge conflict prone style in all cases.
- Use MDSRCS for mips (.c and .S files both ended up in SRCS).
- Remove pointless sparc64 Makefile.inc.
- Remove uninformative foreign VCS ID entries.

Reviewed by:	emaste, imp, jhb
MFC after:	1 week
Sponsored by:	DARPA, AFRL
Differential Revision:	https://reviews.freebsd.org/D9841
</content>
</entry>
<entry>
<title>Merge index() and strchr() together.</title>
<updated>2012-01-03T07:14:01Z</updated>
<author>
<name>Ed Schouten</name>
<email>ed@FreeBSD.org</email>
</author>
<published>2012-01-03T07:14:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=46632c18bda3890a493e0a3f43907c5c75bf93eb'/>
<id>urn:sha1:46632c18bda3890a493e0a3f43907c5c75bf93eb</id>
<content type='text'>
As I looked through the C library, I noticed the FreeBSD MIPS port has a
hand-written version of index(). This is nice, if it weren't for the
fact that most applications call strchr() instead.

Also, on the other architectures index() and strchr() are identical,
meaning we have two identical pieces of code in the C library and
statically linked applications.

Solve this by naming the actual file strchr.[cS] and let it use
__strong_reference()/STRONG_ALIAS() to provide the index() routine. Do
the same for rindex()/strrchr().

This seems to make the C libraries and static binaries slightly smaller,
but this reduction in size seems negligible.
</content>
</entry>
<entry>
<title>Add mips support libc from the mips2-jnpr branch of perforce.</title>
<updated>2008-04-26T12:08:02Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2008-04-26T12:08:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4ce261061fd2f252757e6f0f29de2eb42d6cafdb'/>
<id>urn:sha1:4ce261061fd2f252757e6f0f29de2eb42d6cafdb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove these abortive MIPS bits.</title>
<updated>2002-03-23T17:55:32Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2002-03-23T17:55:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d9c0a739c56df06cf9383c28ddd3e22dcd6104b3'/>
<id>urn:sha1:d9c0a739c56df06cf9383c28ddd3e22dcd6104b3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bring in initial libc support for mips.  These files were taken from</title>
<updated>1999-03-03T07:06:17Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>1999-03-03T07:06:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d7ee48f115342b8a9a81e4555c684a73fb4707b4'/>
<id>urn:sha1:d7ee48f115342b8a9a81e4555c684a73fb4707b4</id>
<content type='text'>
the OpenBSD tree and should be considered preliminary.  They are here
to facilitate building of the tree.
</content>
</entry>
</feed>
