aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/mips/string/bzero.S
Commit message (Collapse)AuthorAgeFilesLines
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-231-2/+0
| | | | | | | Remove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/ Similar commit in main: (cherry picked from commit 1d386b48a555)
* Fix bzero() for 64-bit.Jayachandran C.2011-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) Notes: svn path=/head/; revision=218939
* Merge jmallett@'s n64 work into HEAD - changeset 1.Jayachandran C.2010-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 Notes: svn path=/head/; revision=209231
* Add mips support libc from the mips2-jnpr branch of perforce.Warner Losh2008-04-261-0/+82
| | | | Notes: svn path=/head/; revision=178580
* Remove these abortive MIPS bits.David E. O'Brien2002-03-231-74/+0
| | | | Notes: svn path=/head/; revision=93033
* Bring in initial libc support for mips. These files were taken fromWarner Losh1999-03-031-0/+74
the OpenBSD tree and should be considered preliminary. They are here to facilitate building of the tree. Notes: svn path=/head/; revision=44440