Re: gettext: version string in normal/main.c

2009-12-18 Thread Carles Pina i Estany
Hi, On Dec/19/2009, Carles Pina i Estany wrote: > Something to improve before committing? New patch with a missing grub_free. -- Carles Pina i Estany http://pinux.info === modified file 'ChangeLog' --- ChangeLog 2009-12-19 00:05:41 + +++ ChangeLog 2009-12-19 01:27:34 + @@ -1,5

gettext: version string in normal/main.c

2009-12-18 Thread Carles Pina i Estany
Hi, I've gettextitzzed the version string. Something to improve before committing? It's all right? Thanks, -- Carles Pina i Estany http://pinux.info === modified file 'ChangeLog' --- ChangeLog 2009-12-19 00:05:41 + +++ ChangeLog 2009-12-19 01:27:34 + @@ -1,5 +1,18 @@ 2009-12-

Re: Unittests

2009-12-18 Thread Carles Pina i Estany
Hi, On Dec/17/2009, BVK Chaitanya wrote: > I attached a new patch, which has an example gettext_1.in testcase -- > it doesn't yet do what you wanted, but is the starter. > > Let me know your comments. When I will check I will tell you something :-) (I will do it in some days/during holidays...

Re: [PATCH] Don't open same disk twice on OpenFirmware.

2009-12-18 Thread Vladimir 'φ-coder/phcoder' Serbinenko
David Miller wrote: > From: David Miller > Date: Fri, 18 Dec 2009 10:33:13 -0800 (PST) > > >> From: Vladimir 'φ-coder/phcoder' Serbinenko >> Date: Fri, 18 Dec 2009 17:17:13 +0100 >> >> >>> Hello, all. According to David Miller sparc's openboot doesn't support >>> opening same disk twice.

Re: [PATCH] Don't open same disk twice on OpenFirmware.

2009-12-18 Thread David Miller
From: David Miller Date: Fri, 18 Dec 2009 10:33:13 -0800 (PST) > From: Vladimir 'φ-coder/phcoder' Serbinenko > Date: Fri, 18 Dec 2009 17:17:13 +0100 > >> Hello, all. According to David Miller sparc's openboot doesn't support >> opening same disk twice. So I implemented handle reusage logic. Tes

Re: [PATCH] Don't open same disk twice on OpenFirmware.

2009-12-18 Thread David Miller
From: Vladimir 'φ-coder/phcoder' Serbinenko Date: Fri, 18 Dec 2009 17:17:13 +0100 > Hello, all. According to David Miller sparc's openboot doesn't support > opening same disk twice. So I implemented handle reusage logic. Tested > on imac g3 At a minimum you have to seek to the beginning of the d

[PATCH] Don't open same disk twice on OpenFirmware.

2009-12-18 Thread Vladimir 'φ-coder/phcoder' Serbinenko
Hello, all. According to David Miller sparc's openboot doesn't support opening same disk twice. So I implemented handle reusage logic. Tested on imac g3 -- Regards Vladimir 'φ-coder/phcoder' Serbinenko === modified file 'disk/ieee1275/ofdisk.c' --- disk/ieee1275/ofdisk.c 2009-12-07 10:54:25 +000