Re: ELF bugfixes

2009-03-12 Thread phcoder
Fixed phcoder wrote: Robert Millan wrote: On Mon, Mar 02, 2009 at 01:35:06AM +0100, phcoder wrote: +* include/grub/elf.h: added missing attributes This should be a bit more descriptive. for (i = 0; i < ehdr->e_phnum; i++) if (phdr(i)->p_type == PT_LOAD && phdr(i)->p_filesz != 0)

Re: ELF bugfixes

2009-03-12 Thread David Miller
From: phcoder Date: Thu, 12 Mar 2009 09:23:34 +0100 > Index: include/grub/elf.h > === > --- include/grub/elf.h(revision 2036) > +++ include/grub/elf.h(working copy) > @@ -77,7 +77,7 @@ >Elf32_Half e_shentsize;

Re: precision formatting in grub_printf

2009-03-12 Thread Deepak Vankadaru
Hi I have completed the copyright assignment procedure. Just a reminder. Thanks Deepak On Fri, Aug 22, 2008 at 5:56 PM, Deepak Vankadaru < deepak.vankad...@gmail.com> wrote: > Hi, > > Does this patch look okay? Or do I need to give any more information? > > By the way, this is my first patch su

Re: Search command.

2009-03-12 Thread Centurion Computer Technology (2005) Ltd
On Wed, 2009-03-11 at 23:16 -0400, Pavel Roskin wrote: > Quoting "Centurion Computer Technology (2005) Ltd" : > > > Nope, as above, because we cannot set Prefix to include the device > > programmatically, as soon as you've changed your root, you can no longer > > load modules or use commands. > >

Re: [Patch] remove bsd asm helper functions

2009-03-12 Thread phcoder
Hello. Now I noticed that the helper are still necessary when booting i386 kernel on efi-x86_64. I would like this code to be uniform accross i386 branches so please don't commit this patch it will be soon superseed by my next work phcoder wrote: Sorry, forgot changelog entry. Here it is: 2009

[Fwd: Re: ELF bugfixes]

2009-03-12 Thread phcoder
-- Regards Vladimir 'phcoder' Serbinenko --- Begin Message --- David Miller wrote: From: phcoder Date: Thu, 12 Mar 2009 12:22:15 +0100 David Miller wrote: From: phcoder Date: Thu, 12 Mar 2009 09:23:34 +0100 Index: include/grub/elf.h ==

Re: [Bugfix] Characters disappearing in gfxterm

2009-03-12 Thread BandiPat
Robert Millan wrote: On Wed, Mar 11, 2009 at 10:36:40AM -0400, BandiPat wrote: Has there been any further work done on the disappearing characters in gfxterm? I know you guys had looked at it, but the last word was it was not fixed yet. I understand it's not a priority, but a fix would help

Re: ELF bugfixes

2009-03-12 Thread phcoder
David Miller wrote: From: phcoder Date: Thu, 12 Mar 2009 14:21:45 +0100 I knew it but normally when you parse files normally offsets aren't guaranteed to be aligned. But now it seems that elf parser is written in a way to guarantee at least some alignments. Then this part of patch probably is

Re: ELF bugfixes

2009-03-12 Thread David Miller
From: phcoder Date: Thu, 12 Mar 2009 14:43:51 +0100 > Actually what I was doing now was discussing. If we don't discuss we > may everyone create our own fork. I previously had problems because > some of the structures in headers didn't have proper alignment > attribute. My problem was that grub2

Re: Boot delay when using grub.efi on Mac Mini

2009-03-12 Thread Grant Edwards
On 2009-03-12, Peter Cros wrote: > I have used a separate small hfs+ partition, works well, and > fast if blessed. I think that's what I'll try next. The other option I'd like to try is a GPT-partitioned USB flash drive. For that to be advantageous, I would need to add GPT partition table supp

Re: stat for FreeBSD

2009-03-12 Thread Andrey Shuvikov
--- On Sat, 2/7/09, Robert Millan wrote: > From: Robert Millan > Subject: Re: stat for FreeBSD > To: "The development of GRUB 2" > Date: Saturday, February 7, 2009, 2:39 PM > On Mon, Dec 15, 2008 at 09:24:41AM -0800, Andrey Shuvikov > wrote: > > I don't have much experience developing under > F

Re: [Bugfix] Characters disappearing in gfxterm [fix committed]

2009-03-12 Thread Colin D Bennett
On Sun, 08 Feb 2009 10:47:34 +0200 Vesa Jääskeläinen wrote: > phcoder wrote: > > Hello. I've run into the bug that when editing menu entry in gfxterm > > characters disappear after cursor moves away from its position. Here is > > bugfix > > I don't think this is a clean fix: > > > Index: term/g