Re: [PATCH] On linux require the libc to have large file support

2015-01-22 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 18.01.2015 19:18, Felix Janda wrote: > Felix Janda wrote: >> Andrei Borzenkov wrote: >>> В Sat, 17 Jan 2015 14:57:07 +0100 >>> Felix Janda пишет: >>> With this, support code in grub-core/osdep/unix/hostdisk.c for old glibc releases could be removed. --- This patch tries to a

Re: Patch to fix kldstat(2) / dtrace when booting FreeBSD

2015-01-22 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 12.01.2015 17:11, Kris Moore wrote: > On 01/11/2015 13:27, Andrei Borzenkov wrote: >> В Fri, 09 Jan 2015 11:31:26 -0500 >> Kris Moore пишет: >> >>> The following patch fixes an important issue when booting FreeBSD. >>> FreeBSD's kldstat(2) function expects that the full pathname will be >>> pro

Re: join the team

2015-01-22 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 17.12.2014 21:10, Qiuhong Sun wrote: > Dears. > I'm Rachel,from china.I have a great interest in this project and wanted > to be developer. > I'm a software engineer,familiar with linux ,computer architecture. > There is no procedure to become a GRUB dev. Just send patches here. > Cheers. > >

Re: GRUB test environment

2015-01-22 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 28.12.2014 14:17, Michael Zimmermann wrote: > What's the best way to easily test non arch specific changes to GRUB? > The qemu tutorial usually are about booting linux and executing the grub > installer which is not what u want when u need to test changes very often. > Try grub-emu > > ___

Re: [PATCH] Allow nonstandard ports when specifying network protocols. (take 2)

2015-01-22 Thread Vladimir 'φ-coder/phcoder' Serbinenko
> @@ -545,6 +545,7 @@ http_packets_pulled (struct grub_file *file) > static struct grub_net_app_protocol grub_http_protocol = >{ > .name = "http", > +.port = HTTP_PORT, Wrong. This way you'll modify the default port for subsequent calls. Port should be passed as an additional argumen

Re: Deterministic grub-mkimage

2015-01-22 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 29.12.2014 12:08, Andrew Clausen wrote: > Hi Jonathan, > > On 29 December 2014 at 06:29, Jonathan McCune wrote: >>> One solution would be to: >>> * build deterministically by default by using a constant timestamp, and >> >> I think doing this by default would be a poor choice, as most of the

Re: about an grub 2.00 installation error

2015-01-22 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 29.10.2014 01:11, Sun, Ning wrote: > Same message printed on the screen when just run grub-install, suspect > it is grub 2.0 bug or defect…. > No, you just didn't install the right flavour of GRUB. You forgot to install grub-efi-amd64 > > > Regards, > > Sun Ning > > > > *From:*grub-deve

Re: [PATCH] Add support for passing EFI framebuffer into FreeBSD 10.1 and later

2015-01-22 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 02.11.2014 06:44, Kris Moore wrote: > On 10/28/2014 16:32, Kris Moore wrote: >> Got another patch for review today. >> >> This patch adds support for FreeBSD's new VT console driver when booting >> in EFI mode on FreeBSD 10.1 and later. >> >> Please let me know any comments, or things that need

Re: [PATCH] Add support for passing EFI framebuffer into FreeBSD 10.1 and later

2015-01-22 Thread Vladimir 'φ-coder/phcoder' Serbinenko
> Attached is a cleaned up version of the patch which doesn't add to any > existing structs now. Let me know if this is closer to what you had in > mind. > > I don't think this driver is usable on non-EFI FreeBSD yet. They have a > new VT console driver, but I'm not sure their loader does video m

Re: Patches to cryptomount (plain support, keyfiles and LUKS detached headers)

2015-01-22 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 15.12.2014 12:30, John Lane wrote: > Hello, I've been working over the past couple of weeks on adding some > functionality to the "cryptomount" command to support plain-mode > dm-crypt, keyfiles and LUKS detached headers. I've put my work on GitHub > and written a few notes on http://grub.johnla

Re: Does grub-mkrescue support UEFI hybrid USB/DVD images?

2015-01-22 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 22.01.2015 22:25, Kris Moore wrote: > > Hey all, > > We are trying to create hybrid USB/DVD images, and they work just fine > on BIOS. However it doesn't seem to work when creating UEFI. > Try this: diff --git a/grub-core/disk/efi/efidisk.c b/grub-core/disk/efi/efidisk.c index 3b12c34..983afd