Re: svn commit: r192098 - in stable/6: gnu/usr.bin/gdb/libgdb lib/libthr/thread lib/libthread_db lib/libthread_db/arch/alpha lib/libthread_db/arch/amd64 lib/libthread_db/arch/i386 lib/libthread_db/a

2009-05-14 Thread Attilio Rao
2009/5/14 Attilio Rao :
> Author: attilio
> Date: Thu May 14 13:36:39 2009
> New Revision: 192098
> URL: http://svn.freebsd.org/changeset/base/192098
>
> Log:
>  MFC libthread_db modifies until r181651:
>  - Introduce and use new functions pthread_{read, write}_*
>  - Move psaddr_t from void * to uintptr_t
>  - Fix some ABI mismatches
>  - Introduce WARN 6 for compilation

Forgot to mention:
Reviewed by: emaste, marcel
Tested by: emaste
Sponsored by: Sandvine incorporated

While here, please note that the patch is not still merged back to 7.
It is preferable to wait for tree unfreezing and go-by just when the
release was shipped.

Thanks,
Attilio


-- 
Peace can only be achieved by understanding - A. Einstein
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


Re: svn commit: r192098 - in stable/6: gnu/usr.bin/gdb/libgdb lib/libthr/thread lib/libthread_db lib/libthread_db/arch/alpha lib/libthread_db/arch/amd64 lib/libthread_db/arch/i386 lib/libthread_db/a

2009-05-18 Thread Attilio Rao
2009/5/18 Robert Watson :
> On Thu, 14 May 2009, Attilio Rao wrote:
>
>> Author: attilio
>> Date: Thu May 14 13:36:39 2009
>> New Revision: 192098
>> URL: http://svn.freebsd.org/changeset/base/192098
>>
>> Log:
>>  MFC libthread_db modifies until r181651:
>>  - Introduce and use new functions pthread_{read, write}_*
>>  - Move psaddr_t from void * to uintptr_t
>>  - Fix some ABI mismatches
>>  - Introduce WARN 6 for compilation
>
> The 6-STABLE amd64 build has been broken for four days now.  Please fix, or
> back out this change.

Yes, sorry, I just saw the report. I'm not sure what happened as this
part was supposed to be tested, but in any case, I'm going to fix.

Thanks,
Attilio


-- 
Peace can only be achieved by understanding - A. Einstein
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


Re: svn commit: r192098 - in stable/6: gnu/usr.bin/gdb/libgdb lib/libthr/thread lib/libthread_db lib/libthread_db/arch/alpha lib/libthread_db/arch/amd64 lib/libthread_db/arch/i386 lib/libthread_db/a

2009-05-18 Thread Robert Watson


On Mon, 18 May 2009, Attilio Rao wrote:


 MFC libthread_db modifies until r181651:
 - Introduce and use new functions pthread_{read, write}_*
 - Move psaddr_t from void * to uintptr_t
 - Fix some ABI mismatches
 - Introduce WARN 6 for compilation


The 6-STABLE amd64 build has been broken for four days now.  Please fix, or 
back out this change.


Yes, sorry, I just saw the report. I'm not sure what happened as this part 
was supposed to be tested, but in any case, I'm going to fix.


As a general rule, developers should not commit to stable/, releng/, or 
release/ branches without being subscribed to the freebsd-stable mailing list 
-- not just to catch tinderbox results, but also to field reports of problems, 
feedback on changes, etc.


Robert N M Watson
Computer Laboratory
University of Cambridge___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Re: svn commit: r192098 - in stable/6: gnu/usr.bin/gdb/libgdb lib/libthr/thread lib/libthread_db lib/libthread_db/arch/alpha lib/libthread_db/arch/amd64 lib/libthread_db/arch/i386 lib/libthread_db/a

2009-05-18 Thread Attilio Rao
2009/5/18 Robert Watson :
>
> On Mon, 18 May 2009, Attilio Rao wrote:
>
  MFC libthread_db modifies until r181651:
  - Introduce and use new functions pthread_{read, write}_*
  - Move psaddr_t from void * to uintptr_t
  - Fix some ABI mismatches
  - Introduce WARN 6 for compilation
>>>
>>> The 6-STABLE amd64 build has been broken for four days now.  Please fix,
>>> or back out this change.
>>
>> Yes, sorry, I just saw the report. I'm not sure what happened as this part
>> was supposed to be tested, but in any case, I'm going to fix.
>
> As a general rule, developers should not commit to stable/, releng/, or
> release/ branches without being subscribed to the freebsd-stable mailing
> list -- not just to catch tinderbox results, but also to field reports of
> problems, feedback on changes, etc.

Code fixed, sorry for the mis-service and the late response.

Attilio


-- 
Peace can only be achieved by understanding - A. Einstein
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"