svn commit: r342563 - head/lib/msun/src

2018-12-27 Thread Justin Hibbits
Author: jhibbits Date: Fri Dec 28 01:34:08 2018 New Revision: 342563 URL: https://svnweb.freebsd.org/changeset/base/342563 Log: libm: Include float.h to get LDBL_MANT_DIG The long double aliases of double functions are only exposed as aliases if LDBL_MANT_DIG is 53 (same as DBL_MANT_DIG).

svn commit: r342560 - head/tools/build

2018-12-27 Thread Will Andrews
Author: will Date: Thu Dec 27 23:27:48 2018 New Revision: 342560 URL: https://svnweb.freebsd.org/changeset/base/342560 Log: beinstall: try to save progress from pkg updates. This is primarily aimed at failed updates due to package conflicts, and affects treatment of failed updates. Where

svn commit: r342559 - head/sys/dev/nvd

2018-12-27 Thread Alexander Motin
Author: mav Date: Thu Dec 27 22:44:07 2018 New Revision: 342559 URL: https://svnweb.freebsd.org/changeset/base/342559 Log: Fix incorrectly inserted copyright in r342557. Reported by: rgrimes MFC after:1 month Modified: head/sys/dev/nvd/nvd.c Modified: head/sys/dev/nvd/nvd.c =

Re: svn commit: r342557 - head/sys/dev/nvd

2018-12-27 Thread Rodney W. Grimes
> Author: mav > Date: Thu Dec 27 18:28:19 2018 > New Revision: 342557 > URL: https://svnweb.freebsd.org/changeset/base/342557 > > Log: > Reimplement nvd(4) detach handling. > > Previous code typically crashed in case of NVMe device unplug or even clean > detach while some I/Os are still i

Re: svn commit: r342552 - head/sys/arm64/arm64

2018-12-27 Thread John Baldwin
On 12/27/18 6:14 AM, Andrew Turner wrote: > Author: andrew > Date: Thu Dec 27 14:14:41 2018 > New Revision: 342552 > URL: https://svnweb.freebsd.org/changeset/base/342552 > > Log: > Pass VM_PROT_EXECUTE to vm_fault for instruction faults. > > We need to tell vm_fault the reason for the faul

svn commit: r342558 - head/sys/geom

2018-12-27 Thread Alexander Motin
Author: mav Date: Thu Dec 27 19:15:24 2018 New Revision: 342558 URL: https://svnweb.freebsd.org/changeset/base/342558 Log: Switch from mutexes to atomics in GEOM_DEV I/O path. Mutexes in I/O path there were used twice per I/O to atomically access several variables to close and/or destroy

svn commit: r342557 - head/sys/dev/nvd

2018-12-27 Thread Alexander Motin
Author: mav Date: Thu Dec 27 18:28:19 2018 New Revision: 342557 URL: https://svnweb.freebsd.org/changeset/base/342557 Log: Reimplement nvd(4) detach handling. Previous code typically crashed in case of NVMe device unplug or even clean detach while some I/Os are still in flight. To fix th

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

2018-12-27 Thread Ed Maste
Author: emaste Date: Thu Dec 27 16:50:28 2018 New Revision: 342554 URL: https://svnweb.freebsd.org/changeset/base/342554 Log: vnet.9: clarify VNET sponsorship The FreeBSD Foundation and NLnet Foundation sponsored the original work, and the Foundation sponsored followon work and integratio

svn commit: r342553 - head/usr.bin/iscsictl

2018-12-27 Thread Mateusz Piotrowski
Author: 0mp (ports committer) Date: Thu Dec 27 14:44:01 2018 New Revision: 342553 URL: https://svnweb.freebsd.org/changeset/base/342553 Log: iscsictl.8: Add missing flag parameters - Add missing parameters to flags in the description of available options. - Remove spaces between alternati

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

2018-12-27 Thread Andrew Turner
Author: andrew Date: Thu Dec 27 14:14:41 2018 New Revision: 342552 URL: https://svnweb.freebsd.org/changeset/base/342552 Log: Pass VM_PROT_EXECUTE to vm_fault for instruction faults. We need to tell vm_fault the reason for the fault was because we tried to execute from the memory location

svn commit: r342551 - in head/lib/libc: gen include string

2018-12-27 Thread Konstantin Belousov
Author: kib Date: Thu Dec 27 13:02:15 2018 New Revision: 342551 URL: https://svnweb.freebsd.org/changeset/base/342551 Log: Bump sys_errlist size to keep ABI backward-compatible for some time. Addition of the new errno values requires adding new elements to sys_errlist array, which is actu

svn commit: r342550 - head/usr.sbin/acpi/acpiconf

2018-12-27 Thread Alexey Dokuchaev
Author: danfe (ports committer) Date: Thu Dec 27 08:48:54 2018 New Revision: 342550 URL: https://svnweb.freebsd.org/changeset/base/342550 Log: Amend the `-i batt' option description and explain that the battery is specified by its number (index), starting with zero. Previously, sometimes us

svn commit: r342549 - in head/sys/dev/usb: . quirk

2018-12-27 Thread Hans Petter Selasky
Author: hselasky Date: Thu Dec 27 08:29:05 2018 New Revision: 342549 URL: https://svnweb.freebsd.org/changeset/base/342549 Log: Add USB quirk for SPL Crimson Rev 1. PR: 234380 MFC after:1 week Sponsored by: Mellanox Technologies Modified: head/sy