| Age | Commit message (Collapse) | Author |
|
Found be rillig@
|
|
|
|
conditions - from mlelstv.
I had a similar, but not quite as good patch.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
These symbols will be provided at link time and will be
duplicate symbols in rump kernel and libc if defined.
Many have been fixed previously, but these were missed
as did not have a test.
|
|
These are provided by libc in userspace, so leave out of kernel
|
|
|
|
not linked in) for now.
OK: skrll@
|
|
|
|
__aeabi_memset, which has the arguments in the wrong order.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
naive version.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
use adds, eors, etc.
teq -> cmp
|
|
|
|
|
|
|
|
teq -> cmp.
add s to few instructions
(thumbify part 1)
|
|
Use the same register usage in strlen as in strnlen
|
|
|
|
|
|
|
|
|
|
|
|
|
|
teq -> cmp
|
|
|
|
teq -> cmp
|
|
|