Re: CVS commit: src/sys/conf

2014-11-13 Thread John Nemeth
On Nov 13, 10:28pm, Masao Uebayashi wrote: } On Thu, Nov 13, 2014 at 10:21 PM, Christos Zoulas wrote: } > On Nov 13, 10:15pm, tsut...@ceres.dti.ne.jp (Izumi Tsutsui) wrote: } > } > | I'm not sure about your goal, but anyway it should be proposed } > | and discussed proper lists before commit. } }

Re: CVS commit: src/sys/arch/atari/stand/installboot

2014-11-13 Thread Christos Zoulas
On Nov 14, 3:00am, tsut...@ceres.dti.ne.jp (Izumi Tsutsui) wrote: -- Subject: Re: CVS commit: src/sys/arch/atari/stand/installboot | "Test it (or call for testers) before commit" | because installboot could be fatal on install floppy and bootstrap. | | > but memcpy is the only way. | | - cast v

Re: CVS commit: src/sys/arch/atari/stand/installboot

2014-11-13 Thread Izumi Tsutsui
christos@ wrote: > On Nov 14, 2:43am, tsut...@ceres.dti.ne.jp (Izumi Tsutsui) wrote: > -- Subject: Re: CVS commit: src/sys/arch/atari/stand/installboot > > | christos@ wrote: > | > | > Module Name: src > | > Committed By: christos > | > Date: Thu Nov 13 17:19:29 UTC 2014 >

Re: CVS commit: src/sys/arch/atari/stand/installboot

2014-11-13 Thread Christos Zoulas
On Nov 14, 2:43am, tsut...@ceres.dti.ne.jp (Izumi Tsutsui) wrote: -- Subject: Re: CVS commit: src/sys/arch/atari/stand/installboot | christos@ wrote: | | > Module Name:src | > Committed By: christos | > Date: Thu Nov 13 17:19:29 UTC 2014 | > | > Modified Files: | >

Re: CVS commit: src/sys/arch/atari/stand/installboot

2014-11-13 Thread Izumi Tsutsui
christos@ wrote: > Module Name: src > Committed By: christos > Date: Thu Nov 13 17:19:29 UTC 2014 > > Modified Files: > src/sys/arch/atari/stand/installboot: installboot.c > > Log Message: > fix strict aliasing violations > - *((u_int16_t *)bb->bb_xxboot + 255) = 0; > - *

Re: CVS commit: src/sys/conf

2014-11-13 Thread Masao Uebayashi
On Fri, Nov 14, 2014 at 1:14 AM, Christos Zoulas wrote: > In article > , > Masao Uebayashi wrote: >> >>I can't answer everything soon but one reason coming to mind: >> >>I want to hide all "link_set_*" sections except "link_set_modules" in >>*.kmod. AFAIK linker script doesn't have a syntax to

Re: CVS commit: src/sys/conf

2014-11-13 Thread Christos Zoulas
In article , Masao Uebayashi wrote: > >I can't answer everything soon but one reason coming to mind: > >I want to hide all "link_set_*" sections except "link_set_modules" in >*.kmod. AFAIK linker script doesn't have a syntax to do ``merge >everything except this pattern''. Thus I need to know a

Re: CVS commit: src/sys/conf

2014-11-13 Thread Masao Uebayashi
On Fri, Nov 14, 2014 at 12:43 AM, Christos Zoulas wrote: > In article , > Christos Zoulas wrote: >>In article >>, >> >>Can you please explain what you are trying to do and what are your goals? >>I am not sure if I agree that the list of link_sets is "well known". If >>you ask anyone to enumerate

Re: CVS commit: src/sys/conf

2014-11-13 Thread Christos Zoulas
In article , Christos Zoulas wrote: >In article >, > >Can you please explain what you are trying to do and what are your goals? >I am not sure if I agree that the list of link_sets is "well known". If >you ask anyone to enumerate them they will probably resort to nm the >kernel... Ok, I see the

Re: CVS commit: src/sys/conf

2014-11-13 Thread Christos Zoulas
In article , Masao Uebayashi wrote: >On Thu, Nov 13, 2014 at 11:54 PM, Christos Zoulas wrote: >> Any solution that involves hard-coding the currently used linksets by >> name is no solution for me. Please come up with a complete solution, >> and present it for discussion. Yes, the current scrip

Re: CVS commit: src/sys/conf

2014-11-13 Thread Masao Uebayashi
On Thu, Nov 13, 2014 at 11:54 PM, Christos Zoulas wrote: > Any solution that involves hard-coding the currently used linksets by > name is no solution for me. Please come up with a complete solution, > and present it for discussion. Yes, the current script is a hack, but > it is a hack we've been

Re: CVS commit: src/sys/conf

2014-11-13 Thread Christos Zoulas
On Nov 13, 10:49pm, uebay...@gmail.com (Masao Uebayashi) wrote: -- Subject: Re: CVS commit: src/sys/conf | On Thu, Nov 13, 2014 at 10:43 PM, Christos Zoulas wrote: | > On Nov 13, 10:28pm, uebay...@gmail.com (Masao Uebayashi) wrote: | > -- Subject: Re: CVS commit: src/sys/conf | > | > | On Thu, No

Re: CVS commit: src/sys/conf

2014-11-13 Thread Izumi Tsutsui
uebayasi@ wrote: > I have almost no questions, nothing to discuess except details. The review is held not for you but other developers and users. http://www.netbsd.org/developers/commit-guidelines.html >> "Obvious" fixes can be committed without any prior discussion or review. >> (The definition

Re: CVS commit: src/sys/conf

2014-11-13 Thread Masao Uebayashi
On Thu, Nov 13, 2014 at 10:43 PM, Christos Zoulas wrote: > On Nov 13, 10:28pm, uebay...@gmail.com (Masao Uebayashi) wrote: > -- Subject: Re: CVS commit: src/sys/conf > > | On Thu, Nov 13, 2014 at 10:21 PM, Christos Zoulas > wrote: > | > On Nov 13, 10:15pm, tsut...@ceres.dti.ne.jp (Izumi Tsutsui)

Re: CVS commit: src/sys/conf

2014-11-13 Thread Christos Zoulas
On Nov 13, 10:28pm, uebay...@gmail.com (Masao Uebayashi) wrote: -- Subject: Re: CVS commit: src/sys/conf | On Thu, Nov 13, 2014 at 10:21 PM, Christos Zoulas wrote: | > On Nov 13, 10:15pm, tsut...@ceres.dti.ne.jp (Izumi Tsutsui) wrote: | > -- Subject: Re: CVS commit: src/sys/conf | > | > | I'm not

Re: CVS commit: src/sys/conf

2014-11-13 Thread Masao Uebayashi
On Thu, Nov 13, 2014 at 10:21 PM, Christos Zoulas wrote: > On Nov 13, 10:15pm, tsut...@ceres.dti.ne.jp (Izumi Tsutsui) wrote: > -- Subject: Re: CVS commit: src/sys/conf > > | I'm not sure about your goal, but anyway it should be proposed > | and discussed proper lists before commit. I have almost

Re: CVS commit: src/sys/conf

2014-11-13 Thread Christos Zoulas
On Nov 13, 10:15pm, tsut...@ceres.dti.ne.jp (Izumi Tsutsui) wrote: -- Subject: Re: CVS commit: src/sys/conf | I'm not sure about your goal, but anyway it should be proposed | and discussed proper lists before commit. | | In the perfect world, both cats and shark should have native bootloaders | t

Re: CVS commit: src/sys/conf

2014-11-13 Thread Izumi Tsutsui
uebayasi@ wrote: > > Modified Files: > > src/sys/arch/cats/conf: Makefile.cats.inc > > src/sys/arch/shark/conf: Makefile.shark.inc > > src/sys/conf: Makefile.kern.inc > > Added Files: > > src/sys/arch/arm/conf: kern.ldscript.head kern.ldscript.tail > > m

Re: CVS commit: src/sys/conf

2014-11-13 Thread Masao Uebayashi
On Wed, Nov 12, 2014 at 11:04 PM, Izumi Tsutsui wrote: > christos@ wrote: > >> I grepped -R and used nxr but found nothing. > > Hmm. > http://nxr.netbsd.org/search?q=mkldscript.sh&project=src > shows all files.. > >> >I wonder if you need a different script (or proper wrapper) >> >for modules.. >>