mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -05:00
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) |
||
|---|---|---|
| .. | ||
| bcmp.S | ||
| bcopy.S | ||
| bzero.S | ||
| ffs.S | ||
| index.S | ||
| Makefile.inc | ||
| memcpy.S | ||
| memmove.S | ||
| rindex.S | ||
| strcmp.S | ||
| strlen.S | ||