Re: CVS commit: src/external/mit/lua/dist/src

2012-03-14 Thread Bernd Ernesti
On Thu, Mar 15, 2012 at 01:25:06AM +, Alexander Nasonov wrote: > Alexander Nasonov wrote: > > Log Message: > > Don't overwrite Roberto's external $Id. > > This made me realise that all external "$Id" were changed to "Id" > by the previous import and that there is a script that does this > repl

Re: CVS commit: src/external/mit/lua/dist/src

2012-03-14 Thread Christos Zoulas
In article <20120315012505.GA30246@x1000.localdomain>, Alexander Nasonov wrote: >Alexander Nasonov wrote: >> Log Message: >> Don't overwrite Roberto's external $Id. > >This made me realise that all external "$Id" were changed to "Id" >by the previous import and that there is a script that does th

Re: CVS commit: src/external/mit/lua/dist/src

2012-03-14 Thread Alexander Nasonov
Alexander Nasonov wrote: > Log Message: > Don't overwrite Roberto's external $Id. This made me realise that all external "$Id" were changed to "Id" by the previous import and that there is a script that does this replacement (external/mit/lua/dist/lua2netbsd). I will use it next time. Hopefully,

Re: CVS commit: src/lib/libc

2012-03-14 Thread Christos Zoulas
On Mar 14, 10:40pm, mar...@duskware.de (Martin Husemann) wrote: -- Subject: Re: CVS commit: src/lib/libc | On Wed, Mar 14, 2012 at 04:02:28PM -0400, Christos Zoulas wrote: | > This means we cannot use them for the PIC build of libc... I will fix it. | | Or we need to provide stubs for ld.elf_so (

Re: CVS commit: src/lib/libc

2012-03-14 Thread Joerg Sonnenberger
On Wed, Mar 14, 2012 at 10:40:27PM +0100, Martin Husemann wrote: > On Wed, Mar 14, 2012 at 04:02:28PM -0400, Christos Zoulas wrote: > > This means we cannot use them for the PIC build of libc... I will fix it. > > Or we need to provide stubs for ld.elf_so (the PIC libc might find other > uses). I

Re: CVS commit: src/lib/libc

2012-03-14 Thread Martin Husemann
On Wed, Mar 14, 2012 at 04:02:28PM -0400, Christos Zoulas wrote: > This means we cannot use them for the PIC build of libc... I will fix it. Or we need to provide stubs for ld.elf_so (the PIC libc might find other uses). Martin

Re: CVS commit: src/lib/libc

2012-03-14 Thread Christos Zoulas
On Mar 14, 8:44pm, mar...@duskware.de (Martin Husemann) wrote: -- Subject: Re: CVS commit: src/lib/libc | On Wed, Mar 14, 2012 at 04:55:01PM +, Christos Zoulas wrote: | > 1. commit the changes as they are (cast+diagassert) | | The diagasserts are pulled into ld.elf_so and break the build for

Re: CVS commit: src/lib/libc

2012-03-14 Thread Christos Zoulas
In article <20120313212708.ga29...@britannica.bec.de>, Joerg Sonnenberger wrote: > >Thanks for ignoring my comments. It's especially useful that you >haven't really addressed any of the points. Checking casts from size_t >to uint32_t is useless on a good number of our architectures. Other >places

Re: CVS commit: src/sys/sys

2012-03-14 Thread NONAKA Kimihiro
Hi, 2012/3/14 Christos Zoulas : > Module Name:    src > Committed By:   christos > Date:           Tue Mar 13 21:07:28 UTC 2012 > > Modified Files: >        src/sys/sys: cdefs.h > > Log Message: > Type macros providing min and max values for the given type, plus one that > returns if a value can