Re: [PATCH] caseless uuid detection, fixed wrong behaviour for strncasecmp, added strcasecmp

2009-01-26 Thread Pavel Roskin
On Fri, 2009-01-23 at 10:51 +0100, Daniel Mierswa wrote: > Am 01/21/09 18:30, Pavel Roskin schrieb: > > The patch looks good to me. I would split changes to commands/search.c > > into a separate commit. > > > > Please provide ChangeLog entries for the patches. > > > I will comply. Thanks for you

Re: [PATCH] Bug in UUID determiniation in fs/fat.c

2009-01-26 Thread Pavel Roskin
On Wed, 2009-01-21 at 00:31 +0100, Daniel Mierswa wrote: > I found that during playing with ls -a. The UUID needs to be > right-shifted 16 times since it's a 32bit value and we need two 16bit > values. :) Applied. Thank you! -- Regards, Pavel Roskin ___

Re: [PATCH] caseless uuid detection, fixed wrong behaviour for strncasecmp, added strcasecmp

2009-01-26 Thread Daniel Mierswa
On 26.01.2009 05:41, Pavel Roskin wrote: > I'll appreciate if you write your Changelog entries according to the GNU > coding standards. In particular, please don't abbreviate function > names. Ok, second try. > We have a very similar function search_fs_uuid() in disk/fs_uuid.c, and > it still use

Re: patches not acted upon

2009-01-26 Thread jidanni
OK, thanks for evaluating them, worthy or not. ___ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel

Re: [PATCH] remove target_os

2009-01-26 Thread Christian Franke
Robert Millan wrote: Hi, Based on the description of host/target triplets in configure.ac: dnl build -- the environment for building GRUB dnl host -- the environment for running utilities dnl target -- the environment for running GRUB it seems that target_os is an oxymoron. There's n

Re: [PATCH] remove target_os

2009-01-26 Thread Javier Martín
Hi GRUB devs, El lun, 26-01-2009 a las 20:57 +0100, Christian Franke escribió: > Robert Millan wrote: > > Hi, > > > > Based on the description of host/target triplets in configure.ac: > > > > dnl build -- the environment for building GRUB > > dnl host -- the environment for running utilities

Re: State of GRUB on PowerPC

2009-01-26 Thread Michel Dänzer
I was able to reproduce Jordi's findings on my PowerBook G4. (Well, except device.map seems to get generated correctly and the search command seems to work for me, maybe this is due to differences between our OF device trees or something like that) After some printf-style debugging over the weeke