Need password updated on 'uclibc.org' server...

2010-11-03 Thread Steven J. Hill
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello. I can still login to the 'uclibc.org' server via SSH with my private/public keypair. However, I need to have my password reset on that machine. Could someone please reset for me? Thanks. Steve -BEGIN PGP SIGNATURE- Version: GnuPG

Re: svn commit: branches/uClibc-nptl/libpthread/nptl/sysdeps/generic

2008-01-21 Thread Steven J. Hill
On Mon, Jan 21, 2008 at 09:25:41AM +0100, Carmelo AMOROSO wrote: this has broken build on sh4. C_LABEL is used into ENTRY macro defined into libpthred/nptl/sysdeps/sh. Likely you forgot to add it into another place ? I'm not going to fix it into nptl branch waiting your feedback. Carmelo,

Re: Ping Re: Text relocations in PIEs

2007-11-15 Thread Steven J. Hill
Ping. This patch http://www.uclibc.org/lists/uclibc/2007-October/018617.html is pending review. Do you have a test case to show how it fails and then it passes when the patch is applied? Thanks. -Steve ___ uClibc mailing list uClibc@uclibc.org

Re: Ping Re: Text relocations in PIEs

2007-11-15 Thread Steven J. Hill
(Might not apply when objects are PIC by default as on MIPS; tested on ARM.) yes. I can confirm that on ARM. Please confirm that the patch works and then commit. Thanks Khem. -Steve ___ uClibc mailing list uClibc@uclibc.org

NPTL development and merging.

2007-11-12 Thread Steven J. Hill
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello. I have very much desired to get back to working on NPTL and merging everything into the trunk from my branch. This evening the first of those went in. I am going to merge the SuperH port into the NPTL branch first and then examine the NPTL fpr

Re: Now I'm curious...

2007-09-05 Thread Steven J. Hill
On Wed, Sep 05, 2007 at 02:52:11PM +0200, Christian MICHON wrote: so, the NPTL stuff is ready... My branch contains a fully working NPTL for the MIPS architecture only. I have patches from CodeSourcery for ARM and ST Microelectronics for SuperH 4. Those are the only three architectures

Re: Now I'm curious...

2007-09-05 Thread Steven J. Hill
Have you built nptl for arm7 no-mmu? I'm woried that I may be making the effort to integrate it into our build for a big let down and debugging effort in the end. It will not work. Using NPTL on a no-MMU system is going to be pretty worthless IMHO. You should stick with linuxthreads. Not

Re: Now I'm curious...

2007-09-04 Thread Steven J. Hill
On Tue, Sep 04, 2007 at 01:08:53AM -0700, Nitin Gupta wrote: I agree that Peter was a valuable and aggressive contributor. It's sad that instead of communicating each other's concerns, high-profile committer(s) snatched psm's commit rights. Your facts are incorrect. Peter voluntarily

Re: [PATCH] uClibc/buildroot for Sparc32

2007-07-17 Thread Steven J. Hill
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Your 'uclibc-fix-ulong_t.diff' is rejected because your uClibc repository is out of date. Your other patch has been applied. Thanks! - -Steve -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.2.2 (GNU/Linux) Comment: Using GnuPG with Mozilla -

Re: Time based releases for open source projects (a google video)

2007-06-22 Thread Steven J. Hill
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Carmelo Amoroso wrote: I provided with Steve, some weeks ago, all the patch for the nptl port over SH4. He should have had defined a strategy for the merge as he told me... probably he is vry busy at this time, anyway I haven't pinged him any

Re: Compiling bluez-utils on uclibc gives errors

2007-06-14 Thread Steven J. Hill
On Thu, Jun 14, 2007 at 03:33:54PM +0800, [EMAIL PROTECTED] wrote: After taking a look at termios.h, I see that these are commented for uclibc. #define B57600 0010001 #define B115200 0010002 #if 0 /* limited on uClibc, keep in sync w/ cfsetspeed.c */ #define B230400 0010003

Re: NPTL plans?

2007-05-28 Thread Steven J. Hill
On Mon, May 28, 2007 at 11:23:58AM +0200, Joakim Tjernlund wrote: uhh, I thought that using current trunk was the way to go? Correct. If there are no objections, I will proceed with placing NPTL code into trunk. -Steve ___ uClibc mailing list

Re: [PATCH-NPTL] environ heeds to be a weak_alias

2007-05-28 Thread Steven J. Hill
Carmelo Amoroso wrote: Hi Steve, this patch to fix a problem into nptl branch related to strong_alias used for data. Any code linked with the uCLibc-nptl trying to dereference the 'environ' variable will segfault. This has been already solved in trunk, and there are a lot of posts into