summaryrefslogtreecommitdiffstats
path: root/lib/libc/mips/string/bzero.S
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-161-25/+44
| | | | | | | | | 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-261-0/+82
|
* Remove these abortive MIPS bits.obrien2002-03-231-74/+0
|
* Bring in initial libc support for mips. These files were taken fromimp1999-03-031-0/+74
the OpenBSD tree and should be considered preliminary. They are here to facilitate building of the tree.
OpenPOWER on IntegriCloud