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