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
/
lib
/
libc
/
arch
/
arm
/
string
Age
Commit message (
Expand
)
Author
2003-10-23
Duh, fix the align-to-32-bits code.
scw
2003-10-14
Xscale-optimised mem* routines. Contributed by Wasabi Systems.
scw
2003-10-09
dont use __ARMEB__
ichiro
2003-10-09
support big endian
ichiro
2003-04-05
NetBSD/acorn26 has been using APCS-32 for years, so unifdef -U__APCS_26__.
bjh21
2002-11-23
Add arm asm version of memcmp, basically it's strncmp.S without the
chris
2002-11-23
Add an asm version of strncmp, based on strcmp.
chris
2002-11-16
Add an assembler version of strcmp, based on example code from the ARM
rearnsha
2002-08-17
Local label fixup.
thorpej
2002-08-17
correct comment, it's r0, not a0.
chris
2001-11-13
Fix .type directive to use the right name for L_ffs_table (pointed out by
bjh21
2001-11-11
Update the libc version of ffs to make use of an optimsed asm version.
chris
2001-07-16
Changes needed for ARM ELF shared library support.
matt
2001-01-23
Correct licence to current TNF one.
bjh21
2000-12-29
Create shared ARM source for libc, and move arm26 port over to using it.
bjh21