opnsense-src/lib/libc/mips/string
Jayachandran C. ba8d74d95f Fix bzero() for 64-bit.
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)
2011-02-22 07:49:51 +00:00
..
bcmp.S
bcopy.S
bzero.S Fix bzero() for 64-bit. 2011-02-22 07:49:51 +00:00
ffs.S
index.S
Makefile.inc
memcpy.S
memmove.S
rindex.S
strcmp.S
strlen.S