Grim state of libpthread (needs serious cleanup)

2009-03-15 Thread Denys Vlasenko
Hi, I am going to add this script to docs/* in hope to at least start some cleanup work. Libpthread (any of its three flavors we have) is poorly documented and looks too complex. This quick check shows that there are many functions exported which should not be. If I am wrong, please educate me.

Re: Anyone experienced with TCC using uClibc?

2009-03-15 Thread Stefan de Konink
Christian MICHON wrote: I did, I still do. Get a recent iso of detaolb (I've not updated the project in a year) and there's a pre-compiled tcc that links with uclibc. I recall using Rob Landley's fork (and tweaked the linking part to link to /lib/ld-uClibc.so.0). A pity he stopped developing

Re: uClibc compilation error with nommu

2009-03-15 Thread Mike Frysinger
On Tuesday 10 March 2009 07:44:32 Michael Unterkalmsteiner wrote: 2. The kernel headers (2.8.28.4) do NOT define __NR_vfork linux-2.6.28.4/arch/mips/include/asm/unistd.h: [...] /* whitelists for checksyscalls */ #define __IGNORE_select #define __IGNORE_vfork

Re: svn commit: [25556] trunk/uClibc/libc/sysdeps/linux/common

2009-03-15 Thread Mike Frysinger
On Thursday 05 March 2009 14:07:01 k...@uclibc.org wrote: Author: kraj Date: 2009-03-05 19:07:01 + (Thu, 05 Mar 2009) New Revision: 25556 Log: Define creat in an independent file Added: trunk/uClibc/libc/sysdeps/linux/common/creat.c Modified: