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).
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
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
=
> 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
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
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
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
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
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
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
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
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
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
13 matches
Mail list logo