svn commit: r304656 - head/sys/powerpc/powerpc

2016-08-22 Thread Justin Hibbits
Author: jhibbits Date: Tue Aug 23 04:37:03 2016 New Revision: 304656 URL: https://svnweb.freebsd.org/changeset/base/304656 Log: tlb1_init() can be called twice on BookE Summary: There is no need to call tlb1_init() twice. Now it is called first time from booke_init() and second time

svn commit: r304655 - head/sys/powerpc/booke

2016-08-22 Thread Justin Hibbits
Author: jhibbits Date: Tue Aug 23 04:26:30 2016 New Revision: 304655 URL: https://svnweb.freebsd.org/changeset/base/304655 Log: Take into account mas7/8 when reading/writing TLB entries on e6500 Summary: Current booke/pmap code ignores mas7 and mas8 on e6500 CPU. Submitted by: Ivan

svn commit: r304654 - in head/sys: dev/usb/net net

2016-08-22 Thread Sepherosa Ziehau
Author: sephe Date: Tue Aug 23 02:54:06 2016 New Revision: 304654 URL: https://svnweb.freebsd.org/changeset/base/304654 Log: net: Split RNDIS protocol structs/macros out of dev/usb/net/if_urndisreg.h So that Hyper-V can leverage them instead of rolling its own definition. Discussed

svn commit: r304653 - head/usr.bin/indent

2016-08-22 Thread Pedro F. Giffuni
Author: pfg Date: Tue Aug 23 02:07:08 2016 New Revision: 304653 URL: https://svnweb.freebsd.org/changeset/base/304653 Log: indent(1): Fix off-by-one in control flow leading dead code. Coverity correctly reported that it's impossible for /comparison/ to be 0 here, because the only way for

svn commit: r304652 - head/sbin/resolvconf

2016-08-22 Thread Eric Badger
Author: badger Date: Tue Aug 23 02:06:20 2016 New Revision: 304652 URL: https://svnweb.freebsd.org/changeset/base/304652 Log: Fix missing substitution of @SBINDIR@ in resolvconf scripts Certain features, such as resolv_conf_passthrough=NULL, do not work correctly due to this missing

svn commit: r304651 - head/usr.bin/indent

2016-08-22 Thread Pedro F. Giffuni
Author: pfg Date: Tue Aug 23 01:58:02 2016 New Revision: 304651 URL: https://svnweb.freebsd.org/changeset/base/304651 Log: indent(1): add some comments to quiet down Coverity. Hopefully adding comments should help explain the code to both static checkers and humans. CID: 976543,

svn commit: r304650 - head/usr.bin/indent

2016-08-22 Thread Pedro F. Giffuni
Author: pfg Date: Tue Aug 23 01:40:45 2016 New Revision: 304650 URL: https://svnweb.freebsd.org/changeset/base/304650 Log: indent(1): Fix memory leaks pointed out by clang-analyzer. Shift the responsibility of allocating memory for the string duplicate from the caller (set_option,

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

2016-08-22 Thread Emmanuel Vadot
Author: manu Date: Tue Aug 23 00:46:22 2016 New Revision: 304649 URL: https://svnweb.freebsd.org/changeset/base/304649 Log: Do not include file from dt-bindings and simply use the already present defines. Reported by: jmcneill MFC after:1 week Modified:

svn commit: r304644 - head/share/mk

2016-08-22 Thread Bryan Drewery
Author: bdrewery Date: Mon Aug 22 22:51:01 2016 New Revision: 304644 URL: https://svnweb.freebsd.org/changeset/base/304644 Log: Stop using _SUBDIR internally for non-SUBDIR_PARALLEL builds. This is unifying more of the logic. Rather than create targets such as 'all: all_subdir_foo' when

svn commit: r304646 - head/share/mk

2016-08-22 Thread Bryan Drewery
Author: bdrewery Date: Mon Aug 22 22:51:07 2016 New Revision: 304646 URL: https://svnweb.freebsd.org/changeset/base/304646 Log: For 'make ' hook into the all_subdir_ targets. This fixes parallel build issues when trying to depend on ${SUBDIR}. An example of this in

svn commit: r304647 - head/lib

2016-08-22 Thread Bryan Drewery
Author: bdrewery Date: Mon Aug 22 22:51:10 2016 New Revision: 304647 URL: https://svnweb.freebsd.org/changeset/base/304647 Log: Rename ORDERED to BOOTSTRAP since no order is respected in the list. The directories in SUBDIR_ORDERED are built in parallel, so the name is misleading.

svn commit: r304645 - head/share/mk

2016-08-22 Thread Bryan Drewery
Author: bdrewery Date: Mon Aug 22 22:51:04 2016 New Revision: 304645 URL: https://svnweb.freebsd.org/changeset/base/304645 Log: Always define the various _subdir_ targets, even if not used. This is part of an effort to cleanup handling of some edge cases involving 'make '. It also

svn commit: r304643 - head/share/i18n/esdb

2016-08-22 Thread Bryan Drewery
Author: bdrewery Date: Mon Aug 22 22:50:58 2016 New Revision: 304643 URL: https://svnweb.freebsd.org/changeset/base/304643 Log: Fix building on read-only source trees. This partially reverts r296702 and reworks the original check to only look in .CURDIR. This avoids ever trying to

svn commit: r304641 - head/lib/libc/stdio

2016-08-22 Thread Andrey A. Chernov
Author: ache Date: Mon Aug 22 22:28:41 2016 New Revision: 304641 URL: https://svnweb.freebsd.org/changeset/base/304641 Log: 1) Back out r304607 case 2). fgetwln() as its pair fgetln() supposed to return partial line on any errors. See the comment in fgetln.c. Add corresponding comment to

svn commit: r304640 - in head/secure/lib/libcrypto: . amd64 arm i386

2016-08-22 Thread Jung-uk Kim
Author: jkim Date: Mon Aug 22 21:49:17 2016 New Revision: 304640 URL: https://svnweb.freebsd.org/changeset/base/304640 Log: Prefer C-style comments in assembly sources. Modified: head/secure/lib/libcrypto/Makefile.asm head/secure/lib/libcrypto/amd64/aes-x86_64.S

svn commit: r304638 - in head/secure/lib/libcrypto: . amd64 arm

2016-08-22 Thread Jung-uk Kim
Author: jkim Date: Mon Aug 22 21:30:59 2016 New Revision: 304638 URL: https://svnweb.freebsd.org/changeset/base/304638 Log: Fix white spaces in assembly sources. Modified: head/secure/lib/libcrypto/Makefile.asm head/secure/lib/libcrypto/amd64/sha256-x86_64.S

svn commit: r304637 - in head/sys: amd64/include i386/include x86/x86 x86/xen

2016-08-22 Thread John Baldwin
Author: jhb Date: Mon Aug 22 21:23:17 2016 New Revision: 304637 URL: https://svnweb.freebsd.org/changeset/base/304637 Log: Fix build for !SMP kernels after the Xen MSIX workaround. Move msix_disable_migration under #ifdef SMP since it doesn't make sense for !SMP kernels. PR:

svn commit: r304636 - in head: crypto/openssl/crypto/bn/asm crypto/openssl/crypto/sha/asm secure/lib/libcrypto secure/lib/libcrypto/arm

2016-08-22 Thread Jung-uk Kim
Author: jkim Date: Mon Aug 22 20:59:34 2016 New Revision: 304636 URL: https://svnweb.freebsd.org/changeset/base/304636 Log: Build OpenSSL assembly sources for arm. Tested with Raspberry Pi 2 Model B. MFC after:1 week Added: head/secure/lib/libcrypto/arm/

svn commit: r304635 - head/lib/libpam/modules/pam_ssh

2016-08-22 Thread Ollivier Robert
Author: roberto Date: Mon Aug 22 20:48:46 2016 New Revision: 304635 URL: https://svnweb.freebsd.org/changeset/base/304635 Log: Remove support for SSH1 as it is already disabled in our OpenSSH. Submitted by: vangyzen MFC after:2 weeks Modified:

svn commit: r304629 - head/sys/dev/usb/controller

2016-08-22 Thread Hans Petter Selasky
Author: hselasky Date: Mon Aug 22 19:32:50 2016 New Revision: 304629 URL: https://svnweb.freebsd.org/changeset/base/304629 Log: Don't separate the status stage of the XHCI USB control transfers into its own job because this breaks the simplified QEMU XHCI TRB parser, which expects the

svn commit: r304626 - head/lib/libpam/modules/pam_ssh

2016-08-22 Thread Ollivier Robert
Author: roberto Date: Mon Aug 22 19:27:20 2016 New Revision: 304626 URL: https://svnweb.freebsd.org/changeset/base/304626 Log: Add support for Ed25519 keys. Reported by: mwlucas MFH: 2 weeks Modified: head/lib/libpam/modules/pam_ssh/pam_ssh.8

Re: svn commit: r304560 - head/release/doc/en_US.ISO8859-1/hardware

2016-08-22 Thread John Baldwin
On Sunday, August 21, 2016 03:39:46 PM Benjamin Kaduk wrote: > Author: bjk (doc committer) > Date: Sun Aug 21 15:39:46 2016 > New Revision: 304560 > URL: https://svnweb.freebsd.org/changeset/base/304560 > > Log: > Remove the ie(4) hardware list from the release documentation > > The driver

svn commit: r304625 - head/sys/arm64/arm64

2016-08-22 Thread Andrew Turner
Author: andrew Date: Mon Aug 22 19:05:11 2016 New Revision: 304625 URL: https://svnweb.freebsd.org/changeset/base/304625 Log: Fix the arm64 non-SMP build, active_irq is a uint64_t so cast it through a uintmax_t. Obtained from:ABT Systems Ltd MFC after:1 week Sponsored by:

svn commit: r304624 - head/crypto/heimdal/lib/hx509

2016-08-22 Thread Ed Maste
Author: emaste Date: Mon Aug 22 18:50:57 2016 New Revision: 304624 URL: https://svnweb.freebsd.org/changeset/base/304624 Log: Remove duplicate symbol from libhx509 version-script.map Upstream commit r21331 (7758a5d0) added semiprivate function _hx509_request_to_pkcs10 twice. This change

svn commit: r304623 - head/sys/arm/arm

2016-08-22 Thread Emmanuel Vadot
Author: manu Date: Mon Aug 22 18:33:56 2016 New Revision: 304623 URL: https://svnweb.freebsd.org/changeset/base/304623 Log: Fix building for ARM kernel that have FLASHADDR, PHYSADDR and LOADERRAMADDR defined. Pointy Hat: myself Reported by: bz Modified:

svn commit: r304622 - head/sys/arm64/arm64

2016-08-22 Thread Andrew Turner
Author: andrew Date: Mon Aug 22 18:19:46 2016 New Revision: 304622 URL: https://svnweb.freebsd.org/changeset/base/304622 Log: Ensure map is valid, even before userland exists and the fault address register points to an address in the userland range. Obtained from:ABT Systems Ltd

svn commit: r304621 - in head/share/man/man4: . man4.i386

2016-08-22 Thread John Baldwin
Author: jhb Date: Mon Aug 22 18:17:29 2016 New Revision: 304621 URL: https://svnweb.freebsd.org/changeset/base/304621 Log: Remove cross references to el(4) and ie(4). Modified: head/share/man/man4/man4.i386/ep.4 head/share/man/man4/sn.4 Modified: head/share/man/man4/man4.i386/ep.4

svn commit: r304620 - head/sys/arm64/arm64

2016-08-22 Thread Andrew Turner
Author: andrew Date: Mon Aug 22 18:12:44 2016 New Revision: 304620 URL: https://svnweb.freebsd.org/changeset/base/304620 Log: Fix pmap_update_entry, pmap_invalidate_range takes the end address, not the size. Obtained from:ABT Systems Ltd MFC after:1 month Sponsored by:

svn commit: r304618 - head/share/man/man5

2016-08-22 Thread Ed Maste
Author: emaste Date: Mon Aug 22 17:53:18 2016 New Revision: 304618 URL: https://svnweb.freebsd.org/changeset/base/304618 Log: Regenerate src.conf.5 after r304616 Modified: head/share/man/man5/src.conf.5 Modified: head/share/man/man5/src.conf.5

svn commit: r304616 - head/share/mk

2016-08-22 Thread Ed Maste
Author: emaste Date: Mon Aug 22 17:45:30 2016 New Revision: 304616 URL: https://svnweb.freebsd.org/changeset/base/304616 Log: Forcibly disable MK_TESTS if building without C++ Several atf components require C++, and the test suite is not usable if building WITHOUT_CXX. Reviewed by:

svn commit: r304615 - in head/sys: conf contrib/cloudabi i386/cloudabi32 i386/conf

2016-08-22 Thread Ed Schouten
Author: ed Date: Mon Aug 22 17:37:31 2016 New Revision: 304615 URL: https://svnweb.freebsd.org/changeset/base/304615 Log: Make CloudABI work on i386. Copy over amd64's cloudabi64_sysvec.c into i386 and tailor it to work. Again, we use a system call convention similar to FreeBSD, except

svn commit: r304612 - head/sys/dev/usb/input

2016-08-22 Thread Bruce Evans
Author: bde Date: Mon Aug 22 16:39:51 2016 New Revision: 304612 URL: https://svnweb.freebsd.org/changeset/base/304612 Log: Further fixes for translation of PrintScreen/SysRq. The previous fix was tested mainly on 3 AT keyboards with USB adaptors where it works. 1 USB keyboard doesn't

svn commit: r304608 - head/sys/sys

2016-08-22 Thread Bryan Drewery
Author: bdrewery Date: Mon Aug 22 15:52:03 2016 New Revision: 304608 URL: https://svnweb.freebsd.org/changeset/base/304608 Log: Bump __FreeBSD_version for C++11 thread_local support in r303795. PR: 192320 Modified: head/sys/sys/param.h Modified: head/sys/sys/param.h

svn commit: r304607 - head/lib/libc/stdio

2016-08-22 Thread Andrey A. Chernov
Author: ache Date: Mon Aug 22 15:44:54 2016 New Revision: 304607 URL: https://svnweb.freebsd.org/changeset/base/304607 Log: Fix error processing. 1) Don't forget to set __SERR on __slbexpand() error. 2) Check for __fgetwc() errors using errno. Don't check for __SERR as PR suggested, it

svn commit: r304606 - head/sys/netinet

2016-08-22 Thread Ryan Stone
Author: rstone Date: Mon Aug 22 15:27:37 2016 New Revision: 304606 URL: https://svnweb.freebsd.org/changeset/base/304606 Log: Temporarily disable the optimization from r304436 r304436 attempted to optimize the handling of incoming UDP packet by only making an expensive call to

svn commit: r304605 - in head/usr.sbin: ctld iscsid

2016-08-22 Thread Marcelo Araujo
Author: araujo Date: Mon Aug 22 15:01:39 2016 New Revision: 304605 URL: https://svnweb.freebsd.org/changeset/base/304605 Log: Fix calloc(3) argument order. Reviewed by: trasz MFC after:4 weeks. Differential Revision:https://reviews.freebsd.org/D7532 Modified:

Re: svn commit: r304321 - in head/sys: boot/efi/boot1 boot/efi/loader boot/i386/boot2 boot/i386/gptboot boot/i386/gptzfsboot boot/i386/zfsboot boot/userboot/ficl boot/userboot/userboot boot/userboot/z

2016-08-22 Thread Toomas Soome
> On 22. aug 2016, at 17:19, Warner Losh wrote: > > On Mon, Aug 22, 2016 at 3:44 AM, Toomas Soome wrote: >> I do suspect the size difference there is partially due to ficl, in illumos >> (ficl 4): >> >> -rw-r--r-- 1 tsoome staff 132508 aug 22 09:18

svn commit: r304604 - head/sys/arm64/arm64

2016-08-22 Thread Andrew Turner
Author: andrew Date: Mon Aug 22 14:53:39 2016 New Revision: 304604 URL: https://svnweb.freebsd.org/changeset/base/304604 Log: Use switch statements in pmap_remove_pages. While only one level of pagetable is supported more will be added soon to support removing superpages. Obtained

svn commit: r304602 - head/sys/dev/ioat

2016-08-22 Thread Conrad E. Meyer
Author: cem Date: Mon Aug 22 14:51:07 2016 New Revision: 304602 URL: https://svnweb.freebsd.org/changeset/base/304602 Log: ioat(4): Don't process events past queue head Fix a race where the completion routine could overrun the active ring area in some situations. Modified:

svn commit: r304603 - head/sys/dev/ioat

2016-08-22 Thread Conrad E. Meyer
Author: cem Date: Mon Aug 22 14:51:09 2016 New Revision: 304603 URL: https://svnweb.freebsd.org/changeset/base/304603 Log: ioat(4): Allow callouts to be scheduled after hw reset is_completion_pending governs whether or not a callout will be scheduled when new work is queued on the IOAT

Re: svn commit: r304548 - head/sys/netinet

2016-08-22 Thread Ryan Stone
Thanks! On Sat, Aug 20, 2016 at 6:12 PM, Marko Zec wrote: > Author: zec > Date: Sat Aug 20 22:12:26 2016 > New Revision: 304548 > URL: https://svnweb.freebsd.org/changeset/base/304548 > > Log: > Permit disabling net.inet.udp.require_l2_bcast in VIMAGE kernels. > > The

Re: svn commit: r303630 - in head/sys: boot/zfs cddl/boot/zfs

2016-08-22 Thread Andriy Gapon
On 22/08/2016 16:54, Allan Jude wrote: > On 2016-08-22 04:21, Andriy Gapon wrote: >> On 01/08/2016 22:37, Allan Jude wrote: >>> Author: allanjude >>> Date: Mon Aug 1 19:37:43 2016 >>> New Revision: 303630 >>> URL: https://svnweb.freebsd.org/changeset/base/303630 >>> >>> Log: >>> Make boot code

Re: svn commit: r304321 - in head/sys: boot/efi/boot1 boot/efi/loader boot/i386/boot2 boot/i386/gptboot boot/i386/gptzfsboot boot/i386/zfsboot boot/userboot/ficl boot/userboot/userboot boot/userboot/z

2016-08-22 Thread Warner Losh
On Mon, Aug 22, 2016 at 3:44 AM, Toomas Soome wrote: > I do suspect the size difference there is partially due to ficl, in illumos > (ficl 4): > > -rw-r--r-- 1 tsoome staff 132508 aug 22 09:18 libficl.a > > and freebsd (ficl 3): > > -rw-r--r-- 1 root wheel 213748 Aug 19

Re: svn commit: r303630 - in head/sys: boot/zfs cddl/boot/zfs

2016-08-22 Thread Allan Jude
On 2016-08-22 04:21, Andriy Gapon wrote: > On 01/08/2016 22:37, Allan Jude wrote: >> Author: allanjude >> Date: Mon Aug 1 19:37:43 2016 >> New Revision: 303630 >> URL: https://svnweb.freebsd.org/changeset/base/303630 >> >> Log: >> Make boot code and loader check for unsupported ZFS feature

svn commit: r304601 - head/sys/dev/mlx5/mlx5_en

2016-08-22 Thread Hans Petter Selasky
Author: hselasky Date: Mon Aug 22 13:43:25 2016 New Revision: 304601 URL: https://svnweb.freebsd.org/changeset/base/304601 Log: Increase the maximum RX/TX queue size. This allows for a RX/TX queue size of 16384 mbufs. Previously the limit was 8192. Sponsored by: Mellanox Technologies

svn commit: r304600 - head/sys/arm64/arm64

2016-08-22 Thread Andrew Turner
Author: andrew Date: Mon Aug 22 12:56:40 2016 New Revision: 304600 URL: https://svnweb.freebsd.org/changeset/base/304600 Log: Use pmap_update_entry in pmap_enter when updating an entry with a new physical address. This is required when either mapping is writeable. While here remove an

svn commit: r304599 - head/sys/arm64/arm64

2016-08-22 Thread Andrew Turner
Author: andrew Date: Mon Aug 22 12:17:40 2016 New Revision: 304599 URL: https://svnweb.freebsd.org/changeset/base/304599 Log: Add sysctls to report on superpages statistics. While here add extra logging to these paths. Obtained from:ABT Systems Ltd MFC after:1 month

svn commit: r304598 - head/sys/arm64/arm64

2016-08-22 Thread Andrew Turner
Author: andrew Date: Mon Aug 22 10:50:30 2016 New Revision: 304598 URL: https://svnweb.freebsd.org/changeset/base/304598 Log: Add a size argument to pmap_update_entry. Make use of this in pmap_promote_l2. Obtained from:ABT Systems Ltd MFC after:1 month Sponsored by: The

svn commit: r304597 - head/sys/dev/usb/controller

2016-08-22 Thread Hans Petter Selasky
Author: hselasky Date: Mon Aug 22 10:21:25 2016 New Revision: 304597 URL: https://svnweb.freebsd.org/changeset/base/304597 Log: Fix for invalid use of bits in input context. Basically split configuring of EP0 and non-EP0 into xhci_cmd_evaluate_ctx() and xhci_cmd_configure_ep() respectivly.

svn commit: r304596 - head/sys/arm64/arm64

2016-08-22 Thread Andrew Turner
Author: andrew Date: Mon Aug 22 10:21:09 2016 New Revision: 304596 URL: https://svnweb.freebsd.org/changeset/base/304596 Log: Add KASSERTS in pmap_alloc_l3 to ensure we are not encountering superpages when we don't yet expect them; Obtained from:ABT Systems Ltd MFC after:1

Re: svn commit: r304555 - head/sys/compat/cloudabi

2016-08-22 Thread Konstantin Belousov
On Mon, Aug 22, 2016 at 06:55:58PM +1000, Bruce Evans wrote: > No. PSL_AC is ignored in kernel mode. Not quite. On recent processors there is a feature called SMAP. If enabled, user mode pages accesses from kernel mode require eflags.ac set to 1. If EFLAGS.AC == 0, usermode access causes #PF

Re: svn commit: r304321 - in head/sys: boot/efi/boot1 boot/efi/loader boot/i386/boot2 boot/i386/gptboot boot/i386/gptzfsboot boot/i386/zfsboot boot/userboot/ficl boot/userboot/userboot boot/userboot/z

2016-08-22 Thread Toomas Soome
> On 22. aug 2016, at 11:09, Andriy Gapon wrote: > > On 22/08/2016 10:20, Andriy Gapon wrote: >> This commit breaks boot process for me and in a quite weird way. >> I don't have a serial console, so a couple of screenshots. >> This is what happens with this change: >>

Re: svn commit: r304555 - head/sys/compat/cloudabi

2016-08-22 Thread Slawa Olhovchenkov
On Mon, Aug 22, 2016 at 06:55:58PM +1000, Bruce Evans wrote: > On Sun, 21 Aug 2016, Slawa Olhovchenkov wrote: > > > On Mon, Aug 22, 2016 at 02:49:07AM +1000, Bruce Evans wrote: > > > >> On Sun, 21 Aug 2016, Slawa Olhovchenkov wrote: > >> > >>> On Sun, Aug 21, 2016 at 11:39:02PM +1000, Bruce

Re: svn commit: r304567 - head/sys/dev/usb/input

2016-08-22 Thread Bruce Evans
On Sun, 21 Aug 2016, Hans Petter Selasky wrote: On 08/21/16 18:06, Bruce Evans wrote: Author: bde Date: Sun Aug 21 16:06:00 2016 New Revision: 304567 URL: https://svnweb.freebsd.org/changeset/base/304567 Don't forget to MFC. I had forgotten if for this commit. I might do it for combined

Re: svn commit: r304555 - head/sys/compat/cloudabi

2016-08-22 Thread Bruce Evans
On Sun, 21 Aug 2016, Slawa Olhovchenkov wrote: On Mon, Aug 22, 2016 at 02:49:07AM +1000, Bruce Evans wrote: On Sun, 21 Aug 2016, Slawa Olhovchenkov wrote: On Sun, Aug 21, 2016 at 11:39:02PM +1000, Bruce Evans wrote: On Sun, 21 Aug 2016, Slawa Olhovchenkov wrote: I am remeber about

Re: svn commit: r303630 - in head/sys: boot/zfs cddl/boot/zfs

2016-08-22 Thread Andriy Gapon
On 01/08/2016 22:37, Allan Jude wrote: > Author: allanjude > Date: Mon Aug 1 19:37:43 2016 > New Revision: 303630 > URL: https://svnweb.freebsd.org/changeset/base/303630 > > Log: > Make boot code and loader check for unsupported ZFS feature flags > > OpenZFS uses feature flags instead of

Re: svn commit: r304321 - in head/sys: boot/efi/boot1 boot/efi/loader boot/i386/boot2 boot/i386/gptboot boot/i386/gptzfsboot boot/i386/zfsboot boot/userboot/ficl boot/userboot/userboot boot/userboot/z

2016-08-22 Thread Andriy Gapon
On 22/08/2016 10:20, Andriy Gapon wrote: > This commit breaks boot process for me and in a quite weird way. > I don't have a serial console, so a couple of screenshots. > This is what happens with this change: > https://people.freebsd.org/~avg/boot-fail-1024x768.jpg > This is what I have with the

svn commit: r304595 - head/sys/dev/hyperv/netvsc

2016-08-22 Thread Sepherosa Ziehau
Author: sephe Date: Mon Aug 22 08:00:14 2016 New Revision: 304595 URL: https://svnweb.freebsd.org/changeset/base/304595 Log: hyperv/hn: Factor out function to simplify NVS request sending MFC after:1 week Sponsored by: Microsoft Differential Revision:

svn commit: r304594 - head/sys/dev/hyperv/netvsc

2016-08-22 Thread Sepherosa Ziehau
Author: sephe Date: Mon Aug 22 07:51:46 2016 New Revision: 304594 URL: https://svnweb.freebsd.org/changeset/base/304594 Log: hyperv/hn: Factor out function to execute NVS transactions. MFC after:1 week Sponsored by: Microsoft Differential Revision:

svn commit: r304593 - head/sys/dev/hyperv/netvsc

2016-08-22 Thread Sepherosa Ziehau
Author: sephe Date: Mon Aug 22 07:44:11 2016 New Revision: 304593 URL: https://svnweb.freebsd.org/changeset/base/304593 Log: hyperv/hn: Get rid of netvsc_dev MFC after:1 week Sponsored by: Microsoft Differential Revision:https://reviews.freebsd.org/D7575 Modified:

svn commit: r304591 - head/sys/dev/hyperv/netvsc

2016-08-22 Thread Sepherosa Ziehau
Author: sephe Date: Mon Aug 22 07:34:39 2016 New Revision: 304591 URL: https://svnweb.freebsd.org/changeset/base/304591 Log: hyperv/hn: Move chimney sending buffer to hn_softc And don't recreate chimney sending buffer for each primary channel open, it is now created in device_attach

Re: svn commit: r304321 - in head/sys: boot/efi/boot1 boot/efi/loader boot/i386/boot2 boot/i386/gptboot boot/i386/gptzfsboot boot/i386/zfsboot boot/userboot/ficl boot/userboot/userboot boot/userboot/z

2016-08-22 Thread Andriy Gapon
On 18/08/2016 03:37, Toomas Soome wrote: > Author: tsoome > Date: Thu Aug 18 00:37:07 2016 > New Revision: 304321 > URL: https://svnweb.freebsd.org/changeset/base/304321 > > Log: > Add SHA512, skein, large blocks support for loader zfs. > > Updated sha512 from illumos. > Using skein from