svn commit: r332346 - head/release/amd64

2018-04-09 Thread Benno Rice
Author: benno Date: Tue Apr 10 02:49:53 2018 New Revision: 332346 URL: https://svnweb.freebsd.org/changeset/base/332346 Log: Fix the position of $bootable so that -o platformid=efi applies correctly. Sponsored by: iXsystems, Inc. Pointy hat to:benno (again) Modified:

svn commit: r332345 - head/release/amd64

2018-04-09 Thread Benno Rice
Author: benno Date: Tue Apr 10 02:43:07 2018 New Revision: 332345 URL: https://svnweb.freebsd.org/changeset/base/332345 Log: Fix makefs invocation after r331843. Reported by: gjb Reviewed by: gjb Sponsored by: iXsystems, Inc. Pointy hat to:benno Modified:

Re: svn commit: r331843 - in head/usr.sbin/makefs: . cd9660

2018-04-09 Thread Glen Barber
On Mon, Apr 09, 2018 at 04:38:38PM -0700, Benno Rice wrote: > > > > On Apr 9, 2018, at 6:37 AM, Glen Barber wrote: > > [snip] > > > It appears this part has broken creating disc1.iso (and other ISO > > images) for amd64. I see the following error: > > [snip] > > Yep,

Re: svn commit: r332090 - head/stand/i386

2018-04-09 Thread Ed Maste
On 9 April 2018 at 15:28, John Baldwin wrote: > > I do think we are likely to have far fewer conditional LDFLAGS rather > than CFLAGS though. I think if we are only going to have 1 or 2 > instances in the tree then LDFLAGS.LINKER_TYPE might perhaps be > overkill, but if we

Re: svn commit: r331843 - in head/usr.sbin/makefs: . cd9660

2018-04-09 Thread Benno Rice
> On Apr 9, 2018, at 6:37 AM, Glen Barber wrote: [snip] > It appears this part has broken creating disc1.iso (and other ISO > images) for amd64. I see the following error: [snip] Yep, that’s on me. I forgot to update mkisoimages.sh. Could you try the attached patch?

svn commit: r332344 - in head/sys: arm/mv dev/cesa

2018-04-09 Thread Marcin Wojtas
Author: mw Date: Mon Apr 9 23:36:52 2018 New Revision: 332344 URL: https://svnweb.freebsd.org/changeset/base/332344 Log: Enable cesa driver to work with Linux DT binding Linux device tree binding, whose usage is obligatory, comprises faulty representation of Marvell cryptographic

svn commit: r332343 - head/sys/dev/pci

2018-04-09 Thread Brooks Davis
Author: brooks Date: Mon Apr 9 22:59:10 2018 New Revision: 332343 URL: https://svnweb.freebsd.org/changeset/base/332343 Log: Refactor PCIOCGETCONF for improved readability. The code now has a single, consistant flow for all three ioctl variants. ifdefs and for pre-FreeBSD-7

svn commit: r332342 - head/share/man/man9

2018-04-09 Thread Oleksandr Tymoshenko
Author: gonzo Date: Mon Apr 9 22:23:45 2018 New Revision: 332342 URL: https://svnweb.freebsd.org/changeset/base/332342 Log: [man] Add documentation for OpenFirmware API Add man pages for following OpenFirmware functions: OF_child, OF_parent, OF_peer, OF_device_from_xref,

svn commit: r332341 - in head/sys: arm/amlogic/aml8726 arm/annapurna/alpine arm/at91 arm/broadcom/bcm2835 arm/freescale/imx arm/nvidia/drm2 arm/ti dev/cpufreq dev/dpaa dev/extres/clk dev/extres/phy...

2018-04-09 Thread Oleksandr Tymoshenko
Author: gonzo Date: Mon Apr 9 22:06:16 2018 New Revision: 332341 URL: https://svnweb.freebsd.org/changeset/base/332341 Log: Align OF_getencprop_alloc API with OF_getencprop and OF_getprop_alloc Change OF_getencprop_alloc semantics to be combination of malloc and OF_getencprop and return

Re: svn commit: r332090 - head/stand/i386

2018-04-09 Thread John Baldwin
On Monday, April 09, 2018 11:02:01 AM Warner Losh wrote: > On Mon, Apr 9, 2018 at 10:44 AM, Ed Maste wrote: > > > On 6 April 2018 at 13:54, John Baldwin wrote: > > > On Friday, April 06, 2018 02:57:58 AM Ed Maste wrote: > > >> Author: emaste > > >> Date:

svn commit: r332335 - head/sys/amd64/linux32

2018-04-09 Thread Ed Maste
Author: emaste Date: Mon Apr 9 19:11:24 2018 New Revision: 332335 URL: https://svnweb.freebsd.org/changeset/base/332335 Log: linuxulator: add else case braces to reduce diffs between archs Sponsored by: Turing Robotic Industries Inc. Modified: head/sys/amd64/linux32/linux32_sysvec.c

svn commit: r332334 - in head: share/man/man4 sys/conf sys/geom

2018-04-09 Thread Kyle Evans
Author: kevans Date: Mon Apr 9 17:30:30 2018 New Revision: 332334 URL: https://svnweb.freebsd.org/changeset/base/332334 Log: Retire the geom_aes class It's had a good life, but it's not really configurable and not really used. Obtained from:opBSD (with some changes)

svn commit: r332333 - in head/sys: amd64/linux amd64/linux32 compat/linux i386/linux

2018-04-09 Thread Ed Maste
Author: emaste Date: Mon Apr 9 17:24:01 2018 New Revision: 332333 URL: https://svnweb.freebsd.org/changeset/base/332333 Log: linuxulator: deduplicate linux_exec_imgact_try Previously linuxulator had three identical copies of linux_exec_imgact_try. Deduplicate before adding another arch

Re: svn commit: r332090 - head/stand/i386

2018-04-09 Thread Warner Losh
On Mon, Apr 9, 2018 at 10:44 AM, Ed Maste wrote: > On 6 April 2018 at 13:54, John Baldwin wrote: > > On Friday, April 06, 2018 02:57:58 AM Ed Maste wrote: > >> Author: emaste > >> Date: Fri Apr 6 02:57:58 2018 > >> New Revision: 332090 > >> URL:

Re: svn commit: r332090 - head/stand/i386

2018-04-09 Thread Ed Maste
On 6 April 2018 at 13:54, John Baldwin wrote: > On Friday, April 06, 2018 02:57:58 AM Ed Maste wrote: >> Author: emaste >> Date: Fri Apr 6 02:57:58 2018 >> New Revision: 332090 >> URL: https://svnweb.freebsd.org/changeset/base/332090 >> >> Log: >> stand: pass --no-rosegment

Re: svn commit: r332092 - in head/sys: amd64/amd64 sys x86/x86

2018-04-09 Thread Rodney W. Grimes
> On Fri, Apr 06, 2018 at 09:17:09AM -0700, Rodney W. Grimes wrote: > > [ Charset UTF-8 unsupported, converting... ] > > > Author: royger > > > Date: Fri Apr 6 11:20:06 2018 > > > New Revision: 332092 > > > URL: https://svnweb.freebsd.org/changeset/base/332092 > > > > > > Log: > > > remove

Re: svn commit: r332327 - head/sys/arm/allwinner

2018-04-09 Thread Kyle Evans
On Mon, Apr 9, 2018 at 9:05 AM, Kyle Evans wrote: > Author: kevans > Date: Mon Apr 9 14:05:43 2018 > New Revision: 332327 > URL: https://svnweb.freebsd.org/changeset/base/332327 > > Log: > if_awg: Add support for allwinner,{tx,rx}-delay-ps bindings > > Split out delay

svn commit: r332327 - head/sys/arm/allwinner

2018-04-09 Thread Kyle Evans
Author: kevans Date: Mon Apr 9 14:05:43 2018 New Revision: 332327 URL: https://svnweb.freebsd.org/changeset/base/332327 Log: if_awg: Add support for allwinner,{tx,rx}-delay-ps bindings Split out delay parsing into a separate function; we'll support both {tx,rx}-delay as well as the new

Re: svn commit: r331843 - in head/usr.sbin/makefs: . cd9660

2018-04-09 Thread Glen Barber
On Sat, Mar 31, 2018 at 03:04:42PM +, Benno Rice wrote: > Author: benno > Date: Sat Mar 31 15:04:41 2018 > New Revision: 331843 > URL: https://svnweb.freebsd.org/changeset/base/331843 > > Log: > Synchronise with NetBSD's version of EFI handling for El Torito images. > > When I

svn commit: r332326 - head/share/man/man4

2018-04-09 Thread Edward Tomasz Napierala
Author: trasz Date: Mon Apr 9 13:32:12 2018 New Revision: 332326 URL: https://svnweb.freebsd.org/changeset/base/332326 Log: cfumass(4) no longer requires iscsi(4). MFC after:2 weeks Sponsored by: The FreeBSD Foundation Modified: head/share/man/man4/cfumass.4 Modified:

svn commit: r332319 - in head/sys: dev/netmap net

2018-04-09 Thread Vincenzo Maffione
Author: vmaffione Date: Mon Apr 9 09:24:26 2018 New Revision: 332319 URL: https://svnweb.freebsd.org/changeset/base/332319 Log: netmap: align codebase to upstream version v11.4 Changelist: - remove unused nkr_slot_flags - new nm_intr adapter callback to enable/disable interrupts

Re: svn commit: r332092 - in head/sys: amd64/amd64 sys x86/x86

2018-04-09 Thread Roger Pau Monné
On Fri, Apr 06, 2018 at 09:17:09AM -0700, Rodney W. Grimes wrote: > [ Charset UTF-8 unsupported, converting... ] > > Author: royger > > Date: Fri Apr 6 11:20:06 2018 > > New Revision: 332092 > > URL: https://svnweb.freebsd.org/changeset/base/332092 > > > > Log: > > remove GiB/MiB macros from