summaryrefslogtreecommitdiff
path: root/sys/lib/libkern/arch/sh3
AgeCommit message (Expand)Author
2003-11-14Use assembler version of bswap64.uwe
2003-11-14bswap64 written in assembler.uwe
2003-11-13Eliminate bzero.uwe
2003-11-09Compile identity ntoh*/hton* only for big endian case.uwe
2003-11-09Get rid of bcopy relics. Minimize diffs against the libc version.uwe
2003-11-08Nuke bcopy. Move the code to memmove.S (which it is) make memmove theuwe
2003-11-08no need for bcmp.cjdolecek
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2002-11-20Use assembly version of bzero() and memset().itohy
2002-11-20Assembly version of bzero()/memset().itohy
2002-11-20memcpy() and memmove() must return the first parameter.itohy
2002-09-21add strtoul.c, it's now used in MI code.chs
2002-09-05Add __movstr_i4_{odd,even} for -m4.msaitoh
2002-09-01Save 1-4 instructions on all cases except for the ret=0 case.itohy
2002-08-28Slightly improved version of ffs(3).itohy
2002-08-24Use assembly version of ffs(3).itohy
2002-08-24Oops, SYSLIBC_SCCS -> LIBC_SCCSitohy
2002-08-24Assembly version of ffs(3).itohy
2001-02-14don't profile (use NENTRY() and ALTENTRY())msaitoh
2001-02-14ENTRY()msaitoh
2001-02-14_C_LABEL()msaitoh
2000-11-01Add a strcasecmp(), modified from chopps's strncasecmp().thorpej
2000-09-09check _STANDALONE macro, too.msaitoh
2000-07-21compile byte_swap_2.S and byte_swap_4.Smsaitoh
2000-07-21support "big endian", too.msaitoh
2000-06-09new bcopy.Smsaitoh
2000-06-09movstrSI*() for gcc -Osmsaitoh
2000-04-20asm bcopy() for sh3msaitoh
2000-01-03don't clobber r4 and r5msaitoh
1999-12-21check _STANDALONEmsaitoh
1999-10-21add strncasecmp.cmsaitoh
1999-09-16unused file (we have an asm version)msaitoh
1999-09-13Merge in NetBSD/sh3 from cvs.kame.net repository.itojun