K 10 svn:author V 8 jchandra K 8 svn:date V 27 2011-02-22T07:49:51.160778Z K 7 svn:log V 247 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) END