svn commit: r344043 - head/share/termcap

2019-02-11 Thread Ben Widawsky
Author: bwidawsk Date: Tue Feb 12 05:15:36 2019 New Revision: 344043 URL: https://svnweb.freebsd.org/changeset/base/344043 Log: termcap: Add an entry for kitty The project is here: https://github.com/kovidgoyal/kitty/ I created a port (which now needs updating):

svn commit: r344042 - head/sys/vm

2019-02-11 Thread Pedro F. Giffuni
Author: pfg Date: Tue Feb 12 04:33:05 2019 New Revision: 344042 URL: https://svnweb.freebsd.org/changeset/base/344042 Log: UMA: unsign some variables related to allocation in hash_alloc(). As a followup to r343673, unsign some variables related to allocation since the hashsize cannot be

svn commit: r344041 - head/sys/sys

2019-02-11 Thread Enji Cooper
Author: ngie Date: Tue Feb 12 03:32:40 2019 New Revision: 344041 URL: https://svnweb.freebsd.org/changeset/base/344041 Log: Bump `__FreeBSD_version__` for r343891 This will allow upstream consumers, e.g., capsicum-test and third-party packages (via ports(7)), to test for a specific

svn commit: r344036 - head/sys/dev/usb

2019-02-11 Thread Kevin Lo
Author: kevlo Date: Tue Feb 12 02:55:25 2019 New Revision: 344036 URL: https://svnweb.freebsd.org/changeset/base/344036 Log: Remove entry for Intenso product. Modified: head/sys/dev/usb/usbdevs Modified: head/sys/dev/usb/usbdevs

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

2019-02-11 Thread Kevin Lo
Author: kevlo Date: Tue Feb 12 02:48:16 2019 New Revision: 344035 URL: https://svnweb.freebsd.org/changeset/base/344035 Log: Remove duplicate vendor id in r334650. Intenso doesn't have a USB VID. Modified: head/sys/dev/usb/quirk/usb_quirk.c head/sys/dev/usb/usbdevs Modified:

svn commit: r344034 - head/lib/libbe

2019-02-11 Thread Kyle Evans
Author: kevans Date: Tue Feb 12 02:16:21 2019 New Revision: 344034 URL: https://svnweb.freebsd.org/changeset/base/344034 Log: libbe(3): Belatedly note the BE_DESTROY_ORIGIN option added in r343977 X-MFC-With: r343977 Modified: head/lib/libbe/libbe.3 Modified: head/lib/libbe/libbe.3

Re: svn commit: r343077 - head/usr.sbin/bhyve

2019-02-11 Thread John Baldwin
On 1/15/19 7:46 PM, Marcelo Araujo wrote: > Author: araujo > Date: Wed Jan 16 03:46:27 2019 > New Revision: 343077 > URL: https://svnweb.freebsd.org/changeset/base/343077 > > Log: > Fix broken uart on Win2016 guest. > > Obtained from: Joyent

svn commit: r344025 - head/sbin/pfctl

2019-02-11 Thread Patrick Kelsey
Author: pkelsey Date: Mon Feb 11 22:58:43 2019 New Revision: 344025 URL: https://svnweb.freebsd.org/changeset/base/344025 Log: Fix the fix added in r343287 for spurious HFSC bandwidth check errors The logic added in r343287 to avoid false-positive sum-of-child-bandwidth check errors for

svn commit: r344024 - head/sys/cam/scsi

2019-02-11 Thread David Bright
Author: dab Date: Mon Feb 11 22:09:26 2019 New Revision: 344024 URL: https://svnweb.freebsd.org/changeset/base/344024 Log: CID 1009492: Logically dead code in sys/cam/scsi/scsi_xpt.c In `probedone()`, for the `PROBE_REPORT_LUNS` case, all paths that fall to the bottom of the case set

svn commit: r344023 - head/sbin/mdmfs

2019-02-11 Thread Brooks Davis
Author: brooks Date: Mon Feb 11 21:31:26 2019 New Revision: 344023 URL: https://svnweb.freebsd.org/changeset/base/344023 Log: mdmfs: Fix many bugs in automatic md(4) creation. This code allocated a correctly sized buffer, read past the end of the source buffer, writing off the end of the

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

2019-02-11 Thread John Baldwin
Author: jhb Date: Mon Feb 11 20:47:09 2019 New Revision: 344022 URL: https://svnweb.freebsd.org/changeset/base/344022 Log: Enable PCI BAR reallocation by default. When pci_realloc_bars was first added, the intention was to eventually enable it by default, but it was left disabled to

svn commit: r344021 - head/share/man/man7

2019-02-11 Thread Edward Tomasz Napierala
Author: trasz Date: Mon Feb 11 20:46:32 2019 New Revision: 344021 URL: https://svnweb.freebsd.org/changeset/base/344021 Log: Add explanation of branches to the ports(7) man page. Reviewed by: matthew@, free...@mhka.no MFC after:2 weeks Sponsored by: DARPA, AFRL Differential

svn commit: r344018 - head/sys/netpfil/ipfw

2019-02-11 Thread Andrey V. Elsukov
Author: ae Date: Mon Feb 11 18:10:55 2019 New Revision: 344018 URL: https://svnweb.freebsd.org/changeset/base/344018 Log: Remove `set' field from state structure and use set from parent rule. Initially it was introduced because parent rule pointer could be freed, and rule's information

Re: svn commit: r343949 - in head/sys: amd64/conf arm64/conf

2019-02-11 Thread Michael Tuexen
> On 10. Feb 2019, at 08:54, Conrad Meyer wrote: > > Author: cem > Date: Sun Feb 10 07:54:46 2019 > New Revision: 343949 > URL: https://svnweb.freebsd.org/changeset/base/343949 > > Log: > Revert r343713 temporarily > > The COVERAGE option breaks xtoolchain-gcc GENERIC kernel early boot >

Re: svn commit: r344013 - head/usr.sbin/mountd

2019-02-11 Thread Rodney W. Grimes
> Enji Cooper wrote on Mon, Feb 11, 2019 at 08:16:07AM -0800: > > Hi Martin, > > > > > On Feb 11, 2019, at 07:51, Martin Cracauer wrote: > > > > > > Author: cracauer > > > Date: Mon Feb 11 15:51:28 2019 > > > New Revision: 344013 > > > URL: https://svnweb.freebsd.org/changeset/base/344013 > >

Re: svn commit: r344013 - head/usr.sbin/mountd

2019-02-11 Thread Rodney W. Grimes
> Author: cracauer > Date: Mon Feb 11 15:51:28 2019 > New Revision: 344013 > URL: https://svnweb.freebsd.org/changeset/base/344013 > > Log: > Clarify NFSv4 /etc/exports semantics, with working example. > The existing wording has been confusing users for years. > > Modified: >

Re: svn commit: r344013 - head/usr.sbin/mountd

2019-02-11 Thread Martin Cracauer
Enji Cooper wrote on Mon, Feb 11, 2019 at 08:16:07AM -0800: > Hi Martin, > > > On Feb 11, 2019, at 07:51, Martin Cracauer wrote: > > > > Author: cracauer > > Date: Mon Feb 11 15:51:28 2019 > > New Revision: 344013 > > URL: https://svnweb.freebsd.org/changeset/base/344013 > > > > Log: > >

svn commit: r344015 - head/usr.sbin/mountd

2019-02-11 Thread Martin Cracauer
Author: cracauer Date: Mon Feb 11 16:31:15 2019 New Revision: 344015 URL: https://svnweb.freebsd.org/changeset/base/344015 Log: Bump .Dd for today's edit. Thank you Enji Cooper Modified: head/usr.sbin/mountd/exports.5 Modified: head/usr.sbin/mountd/exports.5

Re: svn commit: r344013 - head/usr.sbin/mountd

2019-02-11 Thread Enji Cooper
Hi Martin, > On Feb 11, 2019, at 07:51, Martin Cracauer wrote: > > Author: cracauer > Date: Mon Feb 11 15:51:28 2019 > New Revision: 344013 > URL: https://svnweb.freebsd.org/changeset/base/344013 > > Log: > Clarify NFSv4 /etc/exports semantics, with working example. > The existing wording

svn commit: r344013 - head/usr.sbin/mountd

2019-02-11 Thread Martin Cracauer
Author: cracauer Date: Mon Feb 11 15:51:28 2019 New Revision: 344013 URL: https://svnweb.freebsd.org/changeset/base/344013 Log: Clarify NFSv4 /etc/exports semantics, with working example. The existing wording has been confusing users for years. Modified: head/usr.sbin/mountd/exports.5

svn commit: r344012 - head/sys/conf

2019-02-11 Thread Michael Tuexen
Author: tuexen Date: Mon Feb 11 15:38:05 2019 New Revision: 344012 URL: https://svnweb.freebsd.org/changeset/base/344012 Log: Fix flags used when compiling kern_kcov.c and subr_coverage.c. Without this fix, the usage of kernel coverage would lockup the system. Thanks to Andrew for

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

2019-02-11 Thread Ganbold Tsagaankhuu
Author: ganbold Date: Mon Feb 11 14:31:19 2019 New Revision: 344003 URL: https://svnweb.freebsd.org/changeset/base/344003 Log: Add sensors support for AXP803/AXP813. Sensor values such as battery charging, charge state, voltage, charging current, discharging current, battery capacity etc.

Re: svn commit: r343985 - head/sys/kern

2019-02-11 Thread Bruce Evans
On Mon, 11 Feb 2019, Bruce Evans wrote: On Sun, 10 Feb 2019, Conrad Meyer wrote: Log: Prevent overflow for usertime/systime in caclru1 ... +static uint64_t +mul64_by_fraction(uint64_t a, uint64_t b, uint64_t c) +{ + /* +* Compute floor(a * (b / c)) without overflowing, (b / c)