RE: uclibc timezone list

2010-04-06 Thread Henrik Eriksson
Mark Jackson wrote on 01 April 2010 14:29: Erwin Steffens | Cross Point wrote: Are there lists available with all the countries and timezones and the posix timezone strings that need to be set for this timezone ? The simplest of searches using Google ... list of countries and timezones

Re: Possible regression from timeout commit for resolv.conf

2010-04-06 Thread Kevin Day
On 4/6/10, Denys Vlasenko vda.li...@googlemail.com wrote: On Friday 02 April 2010 00:21, Kevin Day wrote: I am using the NPTL branch on x86, which works perfectly fine (in fact, better than any other stable release since 0.9.28) The commit number is:

Re: Possible regression from timeout commit for resolv.conf

2010-04-06 Thread Natanael Copa
On Fri, Apr 2, 2010 at 12:21 AM, Kevin Day thekevin...@gmail.com wrote: I am using the NPTL branch on x86, which works perfectly fine (in fact, better than any other stable release since 0.9.28) The commit number is: cca45baf8353d1e338d232f5bdb2d1d6b357f1da

Re: build mysql with uclibc-nptl fails due to missing getconf

2010-04-06 Thread Bernhard Reutner-Fischer
On Sat, Apr 03, 2010 at 02:39:53PM +, Natanael Copa wrote: building mysql with uclibc-pthread fails with: checking getconf GNU_LIBPTHREAD_VERSION... ./configure: line 25331: getconf: command not found unknown checking LinuxThreads in header file comment... Not found configure: error: This is

[PATCH] MIPS: restore INLINE_SYSCALL macro

2010-04-06 Thread Gabor Juhos
The MIPS specific INLINE_SYSCALL macro has been renamed to INLINE_SYSCALL_NCS with: 763bbf9e9a27426c9be8322dca5ddf2cb4dbc464 syscall: unify part 2: NCS variety Declare common NCS (non-constant syscall) variants and convert the existing ports over to this. This change breaks system

uclibc nptl fix

2010-04-06 Thread Andre DRASZIK
Hi, I believe a patch like the following is necessary on the nptl branch. Otherwise the pthread_attr_getaffinity_np() symbol won't exist at all, and it seems all the other (pthread) APIs are done using strong aliases as well. Cheers, Andre' From ec39a949c8357500cb66c2f800149520cfafe06a Mon

Re: Possible regression from timeout commit for resolv.conf

2010-04-06 Thread Kevin Day
On 4/6/10, Natanael Copa natanael.c...@gmail.com wrote: On Fri, Apr 2, 2010 at 12:21 AM, Kevin Day thekevin...@gmail.com wrote: I am using the NPTL branch on x86, which works perfectly fine (in fact, better than any other stable release since 0.9.28) The commit number is: