Re: [PATCH] make assumed terminal width on cmd help dynamic

2008-07-26 Thread Marco Gerards
Marco Gerards <[EMAIL PROTECTED]> writes: >> Felix Zielcke <[EMAIL PROTECTED]> >> >> >> * commands/help.c: Include . >> (TERM_WIDTH): Removed. Updated all uses. > > I would say "Updated all users." or perhaps even "Updated all > callers.". English is not my native language, hopefully

Re: [PATCH] update-grub for Cygwin

2008-07-26 Thread Christian Franke
Robert Millan wrote: On Thu, Jul 24, 2008 at 10:19:17PM +0200, Christian Franke wrote: + case "`uname 2>/dev/null`" in +CYGWIN*) Could this be done at build time instead? (when generating update-grub from update-grub.in) Yes, of course. Some alternatives: 1.) The method use

atoi

2008-07-26 Thread Viswesh S
Hi, Just a confirmation, Is there an implementation for atoi or similar conversion implemented in grub2 already. I suppose, I need to implement it myself. I am planning to implement a setpci command in grub2.Hence the question Viswesh Did you know? You can CHAT without downloading messeng

Re: atoi

2008-07-26 Thread Colin D Bennett
On Sat, 26 Jul 2008 06:52:31 -0700 (PDT) Viswesh S <[EMAIL PROTECTED]> wrote: > Hi, > Just a confirmation, > Is there an implementation for atoi or similar conversion implemented > in grub2 already. I suppose, I need to implement it myself. > I am planning to implement a setpci command in grub2.H

Re: [PATCH] File readahead buffering

2008-07-26 Thread Colin D Bennett
On Thu, 24 Jul 2008 17:51:23 +0800 Bean <[EMAIL PROTECTED]> wrote: > On Wed, Jul 23, 2008 at 10:56 PM, Colin D Bennett <[EMAIL PROTECTED]> > wrote: > > On Wed, 23 Jul 2008 07:33:32 -0700 > > Colin D Bennett <[EMAIL PROTECTED]> wrote: > > > >> Ok, after some more testing, I have found that if I cre

Re: [PATCH] File readahead buffering

2008-07-26 Thread Bean
On Sun, Jul 27, 2008 at 1:32 AM, Colin D Bennett <[EMAIL PROTECTED]> wrote: > Hi Bean, > > Thanks for the PNG fix! I tested it and it fixes the problem. 8-) > I am now using PNG files in my testing and they are working great. > > I'm also using my file I/O buffering patch and it helps performance

"Out of Partition" error on XFS still occuring

2008-07-26 Thread Dan Callahan
Hi, I seem to be able to recreate the xfs "out of partition" error using Debian's most recent grub-pc release, 1.96+20080724-2. This bug is being tracked at http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=436943 , and was first reported one year ago. A patch from Niels Böhm last month was thought

Re: [PATCH] Misc patches for grub2

2008-07-26 Thread Pavel Roskin
On Fri, 2008-07-25 at 14:58 -0400, Chris Knadle wrote: > On Friday 25 July 2008, Bean wrote: > > On Sat, Jul 26, 2008 at 1:19 AM, Chris Knadle <[EMAIL PROTECTED]> > wrote: > > > On Friday 25 July 2008, Bean wrote: > > >> 4. rename appleloader command to bootcamp > > >> > > >> The name appleloader

Re: [PATCH] Misc patches for grub2

2008-07-26 Thread Pavel Roskin
On Sat, 2008-07-26 at 12:28 +0800, Bean wrote: > On Sat, Jul 26, 2008 at 4:53 AM, Robert Millan <[EMAIL PROTECTED]> wrote: > > On Sat, Jul 26, 2008 at 12:38:59AM +0800, Bean wrote: > >> 4. rename appleloader command to bootcamp > >> > >> The name appleloader may be a little confusing, bootcamp seem

Re: [PATCH] Misc patches for grub2

2008-07-26 Thread Bean
Hi, On Sun, Jul 27, 2008 at 12:55 PM, Pavel Roskin <[EMAIL PROTECTED]> wrote: > Our main repository is in Subversion, so whoever applies the patch > should use "svn move" to keep the contiguous file history. Unlike git, > which trusts the contents in the first place, Subversion is more > sensitiv

Re: [PATCH] update-grub for Cygwin

2008-07-26 Thread Pavel Roskin
On Sat, 2008-07-26 at 14:53 +0200, Christian Franke wrote: > Robert Millan wrote: > > On Thu, Jul 24, 2008 at 10:19:17PM +0200, Christian Franke wrote: > > > >> + case "`uname 2>/dev/null`" in > >> +CYGWIN*) > >> > > > > Could this be done at build time instead? (when generating update