development mailing list

2017-10-16 Thread ingegneriafore...@alice.it
Hi ! Please, can you assist me and explain in which way i can add you to the development mailing list. Moreover: why should be the only way to have a forum discussion tomy request. I apologize with you but i don't understand. I hope to hear you soon and a reply to my question: "c

R: development mailing list

2017-10-16 Thread ingegneriafore...@alice.it
Hi ! Please, can you assist me and explain in which way i can add you to the development mailing list. Moreover: why should be the only way to have a forum discussion tomy request. I apologize with you but i don't understand. I hope to hear you soon and a reply to my question: "ca

[PATCH] ls: prevent double open

2017-10-16 Thread Eric Snowberg
Prevent a double open. This can cause problems with some ieee1275 devices, causing the system to hang. The double open can occur as follows: grub_ls_list_files (char *dirname, int longlist, int all, int human) dev = grub_device_open (device_name); dev remains open while: gru

Re: [PATCH] parser: Remove escape from the state transitions

2017-10-16 Thread Eric Snowberg
> On Oct 16, 2017, at 2:44 AM, Daniel Kiper wrote: > > On Fri, Oct 13, 2017 at 08:53:23AM -0600, Eric Snowberg wrote: >>> On Oct 13, 2017, at 3:36 AM, Daniel Kiper wrote: >>> On Thu, Oct 12, 2017 at 08:38:51AM -0600, Eric Snowberg wrote: > On Oct 12, 2017, at 5:43 AM, Daniel Kiper wrote: >

Re: [PATCH] parser: Remove escape from the state transitions

2017-10-16 Thread Daniel Kiper
On Fri, Oct 13, 2017 at 08:53:23AM -0600, Eric Snowberg wrote: > > On Oct 13, 2017, at 3:36 AM, Daniel Kiper wrote: > > On Thu, Oct 12, 2017 at 08:38:51AM -0600, Eric Snowberg wrote: > >>> On Oct 12, 2017, at 5:43 AM, Daniel Kiper wrote: > >>> On Mon, Oct 09, 2017 at 09:23:44AM -0600, Eric Snowbe