summaryrefslogtreecommitdiffstats
path: root/lib/libc/mips/string
Commit message (Collapse)AuthorAgeFilesLines
* Fix bzero() for 64-bit.jchandra2011-02-221-19/+1
| | | | | | | | The existing implementation of bzero incorrectly clears bytes when the start address is not word aligned. Fix it by using REG_SHI macro which works on both 32 and 64 bit. Submitted by: Artem Belevich (fbsdlist at src cx)
* Merge jmallett@'s n64 work into HEAD - changeset 1.jchandra2010-06-168-251/+263
| | | | | | | | | Update libc assembly code to use macros that work on both o32 and n64. Merge string functions from NetBSD. The changes are from http://svn.freebsd.org/base/user/jmallett/octeon Approved by: rrs (mentor), jmallett
* Add mips support libc from the mips2-jnpr branch of perforce.imp2008-04-2611-0/+836
|
* Remove these abortive MIPS bits.obrien2002-03-239-615/+0
|
* Bring in initial libc support for mips. These files were taken fromimp1999-03-039-0/+615
the OpenBSD tree and should be considered preliminary. They are here to facilitate building of the tree.
OpenPOWER on IntegriCloud