Re: Bugs and tasks for 2.02[~rc1]

2016-03-22 Thread Andrei Borzenkov
22.03.2016 21:48, Vladimir 'phcoder' Serbinenko пишет: > Sorry, for delay. We have a busy period at work but it should end soon. > I've put up the list of tasks for 2.02 in a doc: > https://docs.google.com/document/d/1O6wveo1_WsAyEHMD041xMYvhDTDp3jQYzmqkgBx57HM/edit?usp=sharing > . > If some of the

Re: Bugs and tasks for 2.02[~rc1]

2016-03-22 Thread Vladimir 'phcoder' Serbinenko
Sorry, for delay. We have a busy period at work but it should end soon. I've put up the list of tasks for 2.02 in a doc: https://docs.google.com/document/d/1O6wveo1_WsAyEHMD041xMYvhDTDp3jQYzmqkgBx57HM/edit?usp=sharing . If some of them turn out too much work or too tricky, they can still be removed

[PATCH v2] bootp: add native DHCPv4 support

2016-03-22 Thread Andrei Borzenkov
This patch adds support for native DHCPv4 and removes requirement for BOOTP compatibility support in DHCP server. There is no provision for selecting preferred server. We take the first OFFER and try to REQUEST configuration from it. If NAK was received, transaction is restarted, but if we hit tim

Re: Bugs and tasks for 2.02[~rc1]

2016-03-22 Thread Peter Jones
On Tue, Mar 15, 2016 at 10:38:32AM -0700, Vladimir 'phcoder' Serbinenko wrote: > Can somebody prepare a patch for this minimally changing current linux.c? Sure, I can do that - sorry for the delay here, I had some family things come up and had to spend last week away. So it'll still be a bit long

Re: [openbsd] 2.02-beta3: build fails - getroot.c:(.text+0x2b): undefined reference to `getrawpartition'

2016-03-22 Thread Andrei Borzenkov
22.03.2016 13:31, Jiri B пишет: > [...] > CFLAGS=-ftrampolines -fno-stack-protector -fno-pie -nopie > > $ ls -l > /home/jirib/openbsd/pobj/grub-2.02-beta3/fake-amd64/usr/local/lib/grub/i386-pc/lzma_decompress.im* > -rwxr-xr-x 1 jirib wheel 3068 Mar 17 21:45 > /hom

Re: [openbsd] 2.02-beta3: build fails - getroot.c:(.text+0x2b): undefined reference to `getrawpartition'

2016-03-22 Thread Jiri B
> >>> [...] > >>> CFLAGS=-ftrampolines -fno-stack-protector -fno-pie -nopie > >>> > >>> $ ls -l > >>> /home/jirib/openbsd/pobj/grub-2.02-beta3/fake-amd64/usr/local/lib/grub/i386-pc/lzma_decompress.im* > >>> -rwxr-xr-x 1 jirib wheel 3068 Mar 17 21:45 > >>> /home/jirib/openbsd/pobj/grub-2.02-b