klibc integrated with the kernel can now be found at: http://linux-sam.bkbits.net Se the repository: klibc. For non-BK users the patches can be retreived using the following links: klibc on top of 2.6.8-rc2: http://linux-sam.bkbits.net:8080/klibc/gnupatch@41098c67CQHEC6lH2E3rfIXcnRW1RA kbuild adaptions to klibc: http://linux-sam.bkbits.net:8080/klibc/gnupatch@4109923a7O1XqfXw_V7JzAmet_AzbA todo to complete the job: o better support for .o files in usr/klibc/arch/.../... o syscalls.pl generates havesyscall.h in wrong directory when using Oo all *.pl scrips shall have fixdep run after they generate dependency information o delete kinit, nfsmount, ipconfig during make clean o enable build of programs like building external modules o Introduce the possibility to build programs as static or shared Top priority is better support for .o files in arch/... to eneble more architectures in the in-kernel version of klibc. hpa: How do we proceed with this. I do _not_ want to track klibc in my bk tree. But I want to finish off the kbuild integration over the next few weeks. Sam
H. Peter Anvin
2004-Jul-30 06:56 UTC
[klibc] Re: klibc integrated with the 2.5.8-rc2 kernel
Sam Ravnborg wrote:> > hpa: How do we proceed with this. I do _not_ want to track klibc > in my bk tree. But I want to finish off the kbuild integration over the > next few weeks. >Hi, I think it's probably necessary to track klibc until integration is complete, since I need to make fixes for you. Unfortunately I can't help you since I am not allowed to touch bk. It's probably easiest to track from the cvs repository, as opposed from the tarballs. I guess the alternative is I could send you patches. -hpa