Re: svn commit: r314948 - in head: lib/libstand sys/boot/i386/libi386

2017-06-01 Thread Andriy Gapon
On 27/05/2017 15:56, Baptiste Daroussin wrote: > On Fri, May 26, 2017 at 12:27:45PM +0300, Andriy Gapon wrote: >> On 09/03/2017 08:01, Mariusz Zaborski wrote: >>> Author: oshogbo >>> Date: Thu Mar 9 06:01:24 2017 >>> New Revision: 314948 >>> URL: https://svnweb.freebsd.org/changeset/base/314948 >>

Re: svn commit: r314948 - in head: lib/libstand sys/boot/i386/libi386

2017-05-28 Thread Andriy Gapon
On 28/05/2017 18:38, Rodney W. Grimes wrote: >> On 28/05/2017 01:09, Kamil Czekirda wrote: >>> In initial revision I noticed, that I'm not sure it should be default >>> behavior. >>> In a lot of installations pxeloader can base on the cache and doesn't >>> require >>> second, full request with th

Re: svn commit: r314948 - in head: lib/libstand sys/boot/i386/libi386

2017-05-28 Thread Rodney W. Grimes
> On 28/05/2017 01:09, Kamil Czekirda wrote: > > In initial revision I noticed, that I'm not sure it should be default > > behavior. > > In a lot of installations pxeloader can base on the cache and doesn't > > require > > second, full request with the same answer. In that situation we can switch

Re: svn commit: r314948 - in head: lib/libstand sys/boot/i386/libi386

2017-05-28 Thread Andriy Gapon
On 28/05/2017 01:09, Kamil Czekirda wrote: > In initial revision I noticed, that I'm not sure it should be default > behavior. > In a lot of installations pxeloader can base on the cache and doesn't require > second, full request with the same answer. In that situation we can switch off > bootp()

Re: svn commit: r314948 - in head: lib/libstand sys/boot/i386/libi386

2017-05-27 Thread Kamil Czekirda
2017-05-26 23:09 GMT+02:00 Baptiste Daroussin : > On Fri, May 26, 2017 at 12:27:45PM +0300, Andriy Gapon wrote: > > On 09/03/2017 08:01, Mariusz Zaborski wrote: > > > Author: oshogbo > > > Date: Thu Mar 9 06:01:24 2017 > > > New Revision: 314948 > > > URL: https://svnweb.freebsd.org/changeset/bas

Re: svn commit: r314948 - in head: lib/libstand sys/boot/i386/libi386

2017-05-27 Thread Baptiste Daroussin
On Fri, May 26, 2017 at 12:27:45PM +0300, Andriy Gapon wrote: > On 09/03/2017 08:01, Mariusz Zaborski wrote: > > Author: oshogbo > > Date: Thu Mar 9 06:01:24 2017 > > New Revision: 314948 > > URL: https://svnweb.freebsd.org/changeset/base/314948 > > > > Log: > > Try to extract the RFC1048 data

Re: svn commit: r314948 - in head: lib/libstand sys/boot/i386/libi386

2017-05-27 Thread Baptiste Daroussin
On Fri, May 26, 2017 at 08:29:30PM -0700, Rodney W. Grimes wrote: > > > On 26. mai 2017, at 12:27, Andriy Gapon wrote: > > > > > > On 09/03/2017 08:01, Mariusz Zaborski wrote: > > >> Author: oshogbo > > >> Date: Thu Mar 9 06:01:24 2017 > > >> New Revision: 314948 > > >> URL: https://svnweb.freeb

Re: svn commit: r314948 - in head: lib/libstand sys/boot/i386/libi386

2017-05-26 Thread Rodney W. Grimes
> > On 26. mai 2017, at 12:27, Andriy Gapon wrote: > > > > On 09/03/2017 08:01, Mariusz Zaborski wrote: > >> Author: oshogbo > >> Date: Thu Mar 9 06:01:24 2017 > >> New Revision: 314948 > >> URL: https://svnweb.freebsd.org/changeset/base/314948 > >> > >> Log: > >> Try to extract the RFC1048 da

Re: svn commit: r314948 - in head: lib/libstand sys/boot/i386/libi386

2017-05-26 Thread Baptiste Daroussin
On Fri, May 26, 2017 at 12:27:45PM +0300, Andriy Gapon wrote: > On 09/03/2017 08:01, Mariusz Zaborski wrote: > > Author: oshogbo > > Date: Thu Mar 9 06:01:24 2017 > > New Revision: 314948 > > URL: https://svnweb.freebsd.org/changeset/base/314948 > > > > Log: > > Try to extract the RFC1048 data

Re: svn commit: r314948 - in head: lib/libstand sys/boot/i386/libi386

2017-05-26 Thread Toomas Soome
> On 26. mai 2017, at 12:27, Andriy Gapon wrote: > > On 09/03/2017 08:01, Mariusz Zaborski wrote: >> Author: oshogbo >> Date: Thu Mar 9 06:01:24 2017 >> New Revision: 314948 >> URL: https://svnweb.freebsd.org/changeset/base/314948 >> >> Log: >> Try to extract the RFC1048 data from PXE. If we

Re: svn commit: r314948 - in head: lib/libstand sys/boot/i386/libi386

2017-05-26 Thread Andriy Gapon
On 09/03/2017 08:01, Mariusz Zaborski wrote: > Author: oshogbo > Date: Thu Mar 9 06:01:24 2017 > New Revision: 314948 > URL: https://svnweb.freebsd.org/changeset/base/314948 > > Log: > Try to extract the RFC1048 data from PXE. If we get enough info we can skip > the bootp(). It removes unnece