haiku/src/system
Fredrik Holmqvist 87dfde44f7 Stop using glibc's asm strlen and use our own.
Mostly done because olta want less dependency on glibc.
It should also make porting a tiny bit simpler.

Testresults, mean values on Haiku from libMicro:
 * with glibc: strlen_10: 0.03859S, strlen_1k: 1.67075S.
 * with strlen.cpp: strlen_10: 0.03854S, strlen_1k: 1.66938S.

So at least on my machine it's possible to beat glibc ;)
2011-12-29 17:41:03 +01:00
..
boot Change instances of wether in comments to whether. No functional change intended. 2011-12-12 14:41:49 -05:00
glue Fix building libroot on m68k. 2011-11-03 02:41:14 +00:00
kernel Rename strlen.c strnlen.c to strlen.cpp strnlen.cpp. 2011-12-29 15:43:23 +01:00
ldscripts PPC: Preliminary untested boot support for Common Firmware Environment 2011-11-14 01:31:50 +01:00
libroot Stop using glibc's asm strlen and use our own. 2011-12-29 17:41:03 +01:00
runtime_loader Revert hrev43457. 2011-12-10 21:03:13 +01:00
Jamfile Reorganized building of kernel, boot loader, and libroot. 2005-11-27 00:27:19 +00:00