From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by monty-python.gnu.org with archive (Exim 4.30) id 1B4S1G-0003wu-Gu for mharc-grub-devel@gnu.org; Fri, 19 Mar 2004 16:59:10 -0500 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1B4S1D-0003uo-9J for grub-devel@gnu.org; Fri, 19 Mar 2004 16:59:07 -0500 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1B4S0e-0003f8-Fh for grub-devel@gnu.org; Fri, 19 Mar 2004 16:59:03 -0500 Received: from [213.147.57.66] (helo=mail.ciam.ru) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.30) id 1B4Ryo-0003Da-3z for grub-devel@gnu.org; Fri, 19 Mar 2004 16:56:38 -0500 Received: from ppp8-107.pppoe.mtu-net.ru ([81.195.8.107] helo=ciam.ru) by mail.ciam.ru with esmtp (Exim 4.x) id 1B4RyZ-000DgL-I3 for grub-devel@gnu.org; Sat, 20 Mar 2004 00:56:23 +0300 Message-ID: <405B6C8E.8070108@ciam.ru> Date: Sat, 20 Mar 2004 00:56:30 +0300 From: Sergey Matveychuk User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6) Gecko/20040113 X-Accept-Language: en-us, en MIME-Version: 1.0 To: The development of GRUB 2 References: <40595AA3.6000800@ciam.ru> <200403181331.51694.okuji@enbug.org> <405B64FB.4020109@ciam.ru> <87ish0cy4z.fsf@marco.marco-g.com> In-Reply-To: <87ish0cy4z.fsf@marco.marco-g.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: 2.6 (++) Subject: Re: GRUB2: *BSD and more patch X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.4 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Mar 2004 21:59:08 -0000 Marco Gerards wrote: > If you want to fix it this way, it would be better to check for the > existence of memalign using autoconf IMHO. Hmm. OK :) > > >>>BTW, have you signed a copyright assignment for GRUB? I'm sorry, but >>>I don't remember well. If not, I'd like you to do that. >> >>A new patch with a few fixes for inherited from fsys_ffs.c bugs is >>testing now. I publish it within a few days. > > > Do you mean for GRUB 2? Please keep us up-to-date what you are doing > to prevent people from doing double work. No. Okuji means GRUB1 UFS2 patch I think. Okiji, am I right? :) > > >>diff -ruN grub2/ChangeLog grub2.devel/ChangeLog > > > Can you please make a patch using the -p argument as well? In that > case it is visible which function was changed. OK. >>+ * util/i386/pc/biosdisk.c: Add *BSD stuff. > > > Can you please be more clear here? It would be better to notice > everything you changed and added. I'll do it. Johan Rydberg wrote: > : + if (strncmp ("/dev/sd", path, 7) == 0 || strncmp ("/dev/hd", path, 7) == 0 || > : + strncmp ("/dev/ad", path, 7) == 0 || strncmp ("/dev/wd", path, 7) == 0) > > Doesn't the GCS say that lines should be broken before operators? Not > a biggie, but anway. > Are you agree with it? -- Sem.