svn commit: r337347 - head/sys/arm/allwinner/clkng

2018-08-04 Thread Emmanuel Vadot
Author: manu Date: Sun Aug 5 06:16:36 2018 New Revision: 337347 URL: https://svnweb.freebsd.org/changeset/base/337347 Log: allwinner: a64: Add THS clock support The clock for the thermal sensor controller was missing when this driver was made. Modified: head/sys/arm/allwinner/clkng/cc

svn commit: r337346 - head/sys/dev/extres/clk

2018-08-04 Thread Emmanuel Vadot
Author: manu Date: Sun Aug 5 06:15:35 2018 New Revision: 337346 URL: https://svnweb.freebsd.org/changeset/base/337346 Log: extres: clkdiv: Fix div_with_table We didn't allowed a divider register value of 0 which can exists and also didn't wrote the value but the divider, which result of

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

2018-08-04 Thread Emmanuel Vadot
Author: manu Date: Sun Aug 5 06:10:13 2018 New Revision: 337345 URL: https://svnweb.freebsd.org/changeset/base/337345 Log: arm: allwinner: Disconnect A10/A20 HDMI driver It doesn't work since 2 years when we stopped patching DTS. The DTS now have the correct bindings but they are a lot d

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

2018-08-04 Thread Emmanuel Vadot
Author: manu Date: Sun Aug 5 06:08:23 2018 New Revision: 337344 URL: https://svnweb.freebsd.org/changeset/base/337344 Log: arm: allwinner: Remove old unused clocks Remove the old clocks for allwinner as now all the SoCs have been converted to clkng. The only old clock now is the gmac c

Re: svn commit: r337340 - in head: [This broke all ci.freebsd.org 's FreeBSD-head-*-build 's, clang based and gcc 4.2.1 based]

2018-08-04 Thread Brad Davis
On Sat, Aug 4, 2018, at 9:48 PM, Brad Davis wrote: > On Sat, Aug 4, 2018, at 7:43 PM, Mark Millard wrote: > > > Author: brd > > > Date: Sat Aug 4 22:41:17 2018 > > > New Revision: 337340 > > > URL: > > > https://svnweb.freebsd.org/changeset/base/337340 > > > > > > > > > Log: > > > Move autofs

svn commit: r337342 - head/etc

2018-08-04 Thread Brad Davis
Author: brd Date: Sun Aug 5 04:20:52 2018 New Revision: 337342 URL: https://svnweb.freebsd.org/changeset/base/337342 Log: Fix build after r337340. Approved by: will (mentor) Modified: head/etc/Makefile Modified: head/etc/Makefile ===

Re: svn commit: r337340 - in head: [This broke all ci.freebsd.org 's FreeBSD-head-*-build 's, clang based and gcc 4.2.1 based]

2018-08-04 Thread Brad Davis
On Sat, Aug 4, 2018, at 7:43 PM, Mark Millard wrote: > > Author: brd > > Date: Sat Aug 4 22:41:17 2018 > > New Revision: 337340 > > URL: > > https://svnweb.freebsd.org/changeset/base/337340 > > > > > > Log: > > Move autofs related configs to usr.sbin/autofs/ > > > > This is prep for pkgb

Re: svn commit: r337328 - in head/sys: kern sys

2018-08-04 Thread Mark Johnston
On Sat, Aug 04, 2018 at 08:26:55PM +, Mark Johnston wrote: > Author: markj > Date: Sat Aug 4 20:26:54 2018 > New Revision: 337328 > URL: https://svnweb.freebsd.org/changeset/base/337328 > > Log: > Don't check rcv sockbuf limits when sending on a unix stream socket. > > sosend_generic()

Re: svn commit: r337334 - head/lib/libc/sys

2018-08-04 Thread Warner Losh
On Sat, Aug 4, 2018 at 5:01 PM, Warner Losh wrote: > > > On Sat, Aug 4, 2018, 11:48 PM Conrad Meyer wrote: > >> If not stale, it was inaccurate as-is. It seems to be used by a bunch >> of different clock-related drivers and routines, e.g., >> >> $ rg '(tz_minuteswest|tz_dst|utc_offset)' | wc -l

Re: svn commit: r336221 - head/sys/net

2018-08-04 Thread John-Mark Gurney
Kristof Provost wrote this message on Sat, Aug 04, 2018 at 12:49 +0200: > On 4 Aug 2018, at 1:04, Gleb Smirnoff wrote: > > On Thu, Jul 12, 2018 at 04:35:35PM +, Kristof Provost wrote: > > K> Author: kp > > K> Date: Thu Jul 12 16:35:35 2018 > > K> New Revision: 336221 > > K> URL: https://svnweb.

Re: svn commit: r337340 - in head: [This broke all ci.freebsd.org 's FreeBSD-head-*-build 's, clang based and gcc 4.2.1 based]

2018-08-04 Thread Mark Millard via svn-src-head
> Author: brd > Date: Sat Aug 4 22:41:17 2018 > New Revision: 337340 > URL: > https://svnweb.freebsd.org/changeset/base/337340 > > > Log: > Move autofs related configs to usr.sbin/autofs/ > > This is prep for pkgbase to have config files tagged as such. > > Approved by:will

Re: svn commit: r337157 - in head: . tools/tools/git

2018-08-04 Thread Ben Widawsky
On 18-08-04 19:36:11, Warner Losh wrote: > > > On Sat, Aug 4, 2018, 7:11 PM Eitan Adler wrote: > > On Sat, 4 Aug 2018 at 10:16, Warner Losh wrote: > > > > > > > > On Sat, Aug 4, 2018, 6:08 PM Eitan Adler wrote: > >> > >> On Thu, 2 Aug 2018 at 11:28, Ben Widawsky w

Re: svn commit: r337165 - head/sys/fs/fuse

2018-08-04 Thread Warner Losh
On Sat, Aug 4, 2018, 11:56 PM Conrad Meyer wrote: > On Sat, Aug 4, 2018 at 3:54 PM, Conrad Meyer wrote: > > It was chosen arbitrarily. Either is a big improvement over 4k. > > > > According to the bug reporter, 64k is a common choice in other > > implementations. But I have no objection to MAX

Re: svn commit: r336640 - head/share/mk

2018-08-04 Thread Mark Millard via svn-src-head
Alan Somers asomers at freebsd.org wrote on Mon Jul 30 21:08:18 UTC 2018 : > On Mon, Jul 23, 2018 at 10:11 AM, Brad Davis > wrote: > > Author: brd > > Date: Mon Jul 23 16:11:03 2018 > > New Revision: 336640 > > URL: https://svnweb.freebsd.org/changeset/base/336640 > > > > Log: > > Add the initi

Re: svn commit: r337165 - head/sys/fs/fuse

2018-08-04 Thread Conrad Meyer
On Sat, Aug 4, 2018 at 3:54 PM, Conrad Meyer wrote: > It was chosen arbitrarily. Either is a big improvement over 4k. > > According to the bug reporter, 64k is a common choice in other > implementations. But I have no objection to MAXPHYS. (It should probably be globally tunable/sysctlable, at

Re: svn commit: r337334 - head/lib/libc/sys

2018-08-04 Thread Warner Losh
On Sat, Aug 4, 2018, 11:48 PM Conrad Meyer wrote: > If not stale, it was inaccurate as-is. It seems to be used by a bunch > of different clock-related drivers and routines, e.g., > > $ rg '(tz_minuteswest|tz_dst|utc_offset)' | wc -l > 36 > Right. Nothings sets it any more though and hasn'

Re: svn commit: r337165 - head/sys/fs/fuse

2018-08-04 Thread Conrad Meyer
On Sat, Aug 4, 2018 at 3:46 PM, Warner Losh wrote: > On Thu, Aug 2, 2018 at 1:25 PM, Conrad Meyer wrote: >> >> Author: cem >> Date: Thu Aug 2 19:25:43 2018 >> New Revision: 337165 >> URL: https://svnweb.freebsd.org/changeset/base/337165 >> >> Log: >> FUSE: Bump maximum IO size to enable more p

Re: svn commit: r337334 - head/lib/libc/sys

2018-08-04 Thread Conrad Meyer
If not stale, it was inaccurate as-is. It seems to be used by a bunch of different clock-related drivers and routines, e.g., $ rg '(tz_minuteswest|tz_dst|utc_offset)' | wc -l 36 To me there is a disconnect between that use and "timezone is no longer used; this information is kept outside t

Re: svn commit: r337165 - head/sys/fs/fuse

2018-08-04 Thread Warner Losh
On Thu, Aug 2, 2018 at 1:25 PM, Conrad Meyer wrote: > Author: cem > Date: Thu Aug 2 19:25:43 2018 > New Revision: 337165 > URL: https://svnweb.freebsd.org/changeset/base/337165 > > Log: > FUSE: Bump maximum IO size to enable more performant operation > > Various components restrict size of I

svn commit: r337340 - in head: etc etc/autofs usr.sbin/autofs usr.sbin/autofs/autofs

2018-08-04 Thread Brad Davis
Author: brd Date: Sat Aug 4 22:41:17 2018 New Revision: 337340 URL: https://svnweb.freebsd.org/changeset/base/337340 Log: Move autofs related configs to usr.sbin/autofs/ This is prep for pkgbase to have config files tagged as such. Approved by: will (mentor) Differential Revision:

Re: svn commit: r337334 - head/lib/libc/sys

2018-08-04 Thread Warner Losh
On Sat, Aug 4, 2018 at 4:24 PM, Rodney W. Grimes < free...@pdx.rh.cn85.dnsmgr.net> wrote: > > Author: cem > > Date: Sat Aug 4 22:08:24 2018 > > New Revision: 337334 > > URL: https://svnweb.freebsd.org/changeset/base/337334 > > > > Log: > > settimeofday(2): Remove stale note about timezone > > >

svn commit: r337339 - in head: etc usr.sbin/portsnap/portsnap

2018-08-04 Thread Brad Davis
Author: brd Date: Sat Aug 4 22:31:29 2018 New Revision: 337339 URL: https://svnweb.freebsd.org/changeset/base/337339 Log: Move portsnap.conf to head/usr.sbin/portsnap/portsnap/ This is prep for pkgbase to have config files tagged as such. Approved by: will (mentor) Differential Rev

svn commit: r337338 - in head: etc usr.sbin/freebsd-update

2018-08-04 Thread Brad Davis
Author: brd Date: Sat Aug 4 22:25:41 2018 New Revision: 337338 URL: https://svnweb.freebsd.org/changeset/base/337338 Log: Move freebsd-update.conf to usr.sbin/freebsd-update. This is prep for pkgbase so that config files are tagged as such. Approved by: will (mentor) Differential R

Re: svn commit: r337334 - head/lib/libc/sys

2018-08-04 Thread Rodney W. Grimes
> Author: cem > Date: Sat Aug 4 22:08:24 2018 > New Revision: 337334 > URL: https://svnweb.freebsd.org/changeset/base/337334 > > Log: > settimeofday(2): Remove stale note about timezone > > Contrary to the removed comment, the kernel does appear to use the timezone > argument of settimeo

svn commit: r337337 - in head: etc sbin/savecore

2018-08-04 Thread Brad Davis
Author: brd Date: Sat Aug 4 22:15:59 2018 New Revision: 337337 URL: https://svnweb.freebsd.org/changeset/base/337337 Log: Move etc/minfree to sbin/savecore/. This is prep for pkgbase to have config files tagged as such. Approved by: will (mentor) Differential Revision:https

Re: svn commit: r337334 - head/lib/libc/sys

2018-08-04 Thread Warner Losh
How is this stale? It said it unused, and now it doesn't say this are is completely ignored. Warner On Sat, Aug 4, 2018, 11:08 PM Conrad Meyer wrote: > Author: cem > Date: Sat Aug 4 22:08:24 2018 > New Revision: 337334 > URL: https://svnweb.freebsd.org/changeset/base/337334 > > Log: > settim

svn commit: r337334 - head/lib/libc/sys

2018-08-04 Thread Conrad Meyer
Author: cem Date: Sat Aug 4 22:08:24 2018 New Revision: 337334 URL: https://svnweb.freebsd.org/changeset/base/337334 Log: settimeofday(2): Remove stale note about timezone Contrary to the removed comment, the kernel does appear to use the timezone argument of settimeofday. The comment d

svn commit: r337332 - in head/bin/date: . tests

2018-08-04 Thread Conrad Meyer
Author: cem Date: Sat Aug 4 21:54:30 2018 New Revision: 337332 URL: https://svnweb.freebsd.org/changeset/base/337332 Log: date(1): Add ISO 8601 formatting option The new flag is named '-I'. It is documented in the manual page and covered by basic unit tests. Modified: head/bin/date/d

svn commit: r337331 - in head/sys: amd64/amd64 arm64/arm64 dev/efidev sys

2018-08-04 Thread Kyle Evans
Author: kevans Date: Sat Aug 4 21:41:10 2018 New Revision: 337331 URL: https://svnweb.freebsd.org/changeset/base/337331 Log: efirt: Don't enter EFI context early, convert addrs to KVA instead efi_enter here was needed because efi_runtime dereference causes a fault outside of EFI context,

svn commit: r337330 - in head/sys: kern sys vm

2018-08-04 Thread Konstantin Belousov
Author: kib Date: Sat Aug 4 20:45:43 2018 New Revision: 337330 URL: https://svnweb.freebsd.org/changeset/base/337330 Log: Swap in WKILLED processes. Swapped-out process that is WKILLED must be swapped in as soon as possible. The reason is that such process can be killed by OOM and its

Re: svn commit: r336252 - in head: share/mk stand stand/common stand/efi/loader stand/i386/gptboot stand/i386/gptzfsboot stand/i386/isoboot stand/i386/libi386 stand/i386/loader stand/i386/zfsboot stan

2018-08-04 Thread Warner Losh
On Sat, Aug 4, 2018 at 1:57 PM, Kristof Provost wrote: > On 13 Jul 2018, at 19:50, Ian Lepore wrote: > > Author: ian > Date: Fri Jul 13 17:50:25 2018 > New Revision: 336252 > URL: https://svnweb.freebsd.org/changeset/base/336252 > > Log: > Extend loader(8) geli support to all architectures and al

svn commit: r337329 - head/tests/sys/kern

2018-08-04 Thread Mark Johnston
Author: markj Date: Sat Aug 4 20:29:58 2018 New Revision: 337329 URL: https://svnweb.freebsd.org/changeset/base/337329 Log: Fix the regression test for PR 181741. With r337328, the test hangs becase the sendmsg() call will block until the receive buffer is at least partially drained. Fi

svn commit: r337328 - in head/sys: kern sys

2018-08-04 Thread Mark Johnston
Author: markj Date: Sat Aug 4 20:26:54 2018 New Revision: 337328 URL: https://svnweb.freebsd.org/changeset/base/337328 Log: Don't check rcv sockbuf limits when sending on a unix stream socket. sosend_generic() performs an initial comparison of the amount of data (including control messag

svn commit: r337327 - head/sys/kern

2018-08-04 Thread Mark Johnston
Author: markj Date: Sat Aug 4 20:16:36 2018 New Revision: 337327 URL: https://svnweb.freebsd.org/changeset/base/337327 Log: Style. Modified: head/sys/kern/uipc_usrreq.c Modified: head/sys/kern/uipc_usrreq.c == --- h

svn commit: r337326 - head/stand/i386/libi386

2018-08-04 Thread Toomas Soome
Author: tsoome Date: Sat Aug 4 20:04:40 2018 New Revision: 337326 URL: https://svnweb.freebsd.org/changeset/base/337326 Log: loader: biosdisk.c has leftover geli header. A small cleanup, remove unneeded #include. Modified: head/stand/i386/libi386/biosdisk.c Modified: head/stand/i386/li

Re: svn commit: r336252 - in head: share/mk stand stand/common stand/efi/loader stand/i386/gptboot stand/i386/gptzfsboot stand/i386/isoboot stand/i386/libi386 stand/i386/loader stand/i386/zfsboot stan

2018-08-04 Thread Kristof Provost
On 13 Jul 2018, at 19:50, Ian Lepore wrote: Author: ian Date: Fri Jul 13 17:50:25 2018 New Revision: 336252 URL: https://svnweb.freebsd.org/changeset/base/336252 Log: Extend loader(8) geli support to all architectures and all disk-like devices. This moves the bulk of the geli support from

Re: svn commit: r337157 - in head: . tools/tools/git

2018-08-04 Thread Warner Losh
On Sat, Aug 4, 2018, 7:11 PM Eitan Adler wrote: > On Sat, 4 Aug 2018 at 10:16, Warner Losh wrote: > > > > > > > > On Sat, Aug 4, 2018, 6:08 PM Eitan Adler wrote: > >> > >> On Thu, 2 Aug 2018 at 11:28, Ben Widawsky wrote: > >> > +git_checkout() > >> > +{ > >> > + # Delete master > >> > +

Re: svn commit: r337157 - in head: . tools/tools/git

2018-08-04 Thread Eitan Adler
On Sat, 4 Aug 2018 at 10:16, Warner Losh wrote: > > > > On Sat, Aug 4, 2018, 6:08 PM Eitan Adler wrote: >> >> On Thu, 2 Aug 2018 at 11:28, Ben Widawsky wrote: >> > +git_checkout() >> > +{ >> > + # Delete master >> > + ${GIT} branch -D master >> > + >> > + # Make master really b

Re: svn commit: r337157 - in head: . tools/tools/git

2018-08-04 Thread Warner Losh
On Sat, Aug 4, 2018, 6:08 PM Eitan Adler wrote: > On Thu, 2 Aug 2018 at 11:28, Ben Widawsky wrote: > > +git_checkout() > > +{ > > + # Delete master > > + ${GIT} branch -D master > > + > > + # Make master really be trunk > > + ${GIT} checkout -b master trunk > > Can't this

Re: svn commit: r337157 - in head: . tools/tools/git

2018-08-04 Thread Eitan Adler
On Thu, 2 Aug 2018 at 11:28, Ben Widawsky wrote: > +git_checkout() > +{ > + # Delete master > + ${GIT} branch -D master > + > + # Make master really be trunk > + ${GIT} checkout -b master trunk Can't this be git branch --force master trunk ? -- Eitan Adler __

Re: svn commit: r337273 - head/sys/dev/nvme

2018-08-04 Thread Konstantin Belousov
On Sat, Aug 04, 2018 at 09:00:18AM -0700, Jim Harris wrote: > On Sat, Aug 4, 2018 at 7:47 AM Konstantin Belousov > wrote: > > > > > > Yes, if something special is needed, it should happen in > > platform-specific > > > > busdma code. > > > > > > > > Also, if wmb() is needed, then it is not a su

Re: svn commit: r337273 - head/sys/dev/nvme

2018-08-04 Thread Jim Harris
On Sat, Aug 4, 2018 at 7:47 AM Konstantin Belousov wrote: > > Yes, if something special is needed, it should happen in > platform-specific > > > busdma code. > > > > > > Also, if wmb() is needed, then it is not a supposed semantic or > > > wmb(), but a specific side-effects of one of the instru

svn commit: r337323 - head/usr.sbin/newsyslog

2018-08-04 Thread Mark Johnston
Author: markj Date: Sat Aug 4 15:30:56 2018 New Revision: 337323 URL: https://svnweb.freebsd.org/changeset/base/337323 Log: Fix a flag collision introduced in r327451. PR: 230350 MFC after:3 days Modified: head/usr.sbin/newsyslog/newsyslog.c Modified: head/usr.sbin/news

Re: svn commit: r337273 - head/sys/dev/nvme

2018-08-04 Thread Justin Hibbits
On Sat, Aug 4, 2018, 10:11 Ian Lepore wrote: > On Sat, 2018-08-04 at 08:29 -0500, Justin Hibbits wrote: > > On Sat, Aug 4, 2018, 08:03 Konstantin Belousov > wrote: > > > > > > > > On Sat, Aug 04, 2018 at 05:14:31AM -0700, John Baldwin wrote: > > > > > > > > On 8/4/18 1:08 AM, Konstantin Belousov

Re: svn commit: r337273 - head/sys/dev/nvme

2018-08-04 Thread Ian Lepore
On Sat, 2018-08-04 at 08:29 -0500, Justin Hibbits wrote: > On Sat, Aug 4, 2018, 08:03 Konstantin Belousov wrote: > > > > > On Sat, Aug 04, 2018 at 05:14:31AM -0700, John Baldwin wrote: > > > > > > On 8/4/18 1:08 AM, Konstantin Belousov wrote: > > > > > > > > On Fri, Aug 03, 2018 at 08:04:06PM

svn commit: r337322 - head/sys/dev/hyperv/pcib

2018-08-04 Thread Dimitry Andric
Author: dim Date: Sat Aug 4 14:57:23 2018 New Revision: 337322 URL: https://svnweb.freebsd.org/changeset/base/337322 Log: Fix build of hyperv with base gcc on i386 Summary: Base gcc fails to compile `sys/dev/hyperv/pcib/vmbus_pcib.c` for i386, with the following -Werror warnings:

svn commit: r337321 - head/sbin/init

2018-08-04 Thread Edward Tomasz Napierala
Author: trasz Date: Sat Aug 4 14:52:32 2018 New Revision: 337321 URL: https://svnweb.freebsd.org/changeset/base/337321 Log: Make it possible for init to execute any executable, not just sh(1) scripts. This means one should be able to eg rewrite their /etc/rc in Python. Reviewed by: ki

Re: svn commit: r337273 - head/sys/dev/nvme

2018-08-04 Thread Konstantin Belousov
On Sat, Aug 04, 2018 at 08:29:47AM -0500, Justin Hibbits wrote: > On Sat, Aug 4, 2018, 08:03 Konstantin Belousov wrote: > > > On Sat, Aug 04, 2018 at 05:14:31AM -0700, John Baldwin wrote: > > > On 8/4/18 1:08 AM, Konstantin Belousov wrote: > > > > On Fri, Aug 03, 2018 at 08:04:06PM +, Justin

Re: svn commit: r337271 - head/stand/i386/libi386

2018-08-04 Thread Cy Schubert
In message , Warner Losh writes: > --17c64d05729a1cbf > Content-Type: text/plain; charset="UTF-8" > Content-Transfer-Encoding: quoted-printable > > On Sat, Aug 4, 2018, 11:58 AM Toomas Soome wrote: > > > > > > > > On 4 Aug 2018, at 11:54, Xin Li wrote: > > > > > > Hi, Cy, > > > > > >

Re: svn commit: r337317 - head/stand/i386/libi386

2018-08-04 Thread Xin Li
On 8/4/18 07:13, Xin LI wrote: > Author: delphij > Date: Sat Aug 4 14:13:09 2018 > New Revision: 337317 > URL: https://svnweb.freebsd.org/changeset/base/337317 > > Log: > In r337271, we limited the sector number to the lower of calculated > number and CHS based number. However, on some syste

svn commit: r337317 - head/stand/i386/libi386

2018-08-04 Thread Xin LI
Author: delphij Date: Sat Aug 4 14:13:09 2018 New Revision: 337317 URL: https://svnweb.freebsd.org/changeset/base/337317 Log: In r337271, we limited the sector number to the lower of calculated number and CHS based number. However, on some systems, BIOS would report 0 in CHS fields, making

svn commit: r337316 - in head/sys/amd64: linux linux32

2018-08-04 Thread Konstantin Belousov
Author: kib Date: Sat Aug 4 13:57:50 2018 New Revision: 337316 URL: https://svnweb.freebsd.org/changeset/base/337316 Log: Add END()s for amd64 linux futex support routines. Sponsored by: The FreeBSD Foundation MFC after:1 week Modified: head/sys/amd64/linux/linux_support.s head/

Re: svn commit: r337273 - head/sys/dev/nvme

2018-08-04 Thread Justin Hibbits
On Sat, Aug 4, 2018, 08:03 Konstantin Belousov wrote: > On Sat, Aug 04, 2018 at 05:14:31AM -0700, John Baldwin wrote: > > On 8/4/18 1:08 AM, Konstantin Belousov wrote: > > > On Fri, Aug 03, 2018 at 08:04:06PM +, Justin Hibbits wrote: > > >> Author: jhibbits > > >> Date: Fri Aug 3 20:04:06 20

Re: svn commit: r337273 - head/sys/dev/nvme

2018-08-04 Thread Konstantin Belousov
On Sat, Aug 04, 2018 at 05:14:31AM -0700, John Baldwin wrote: > On 8/4/18 1:08 AM, Konstantin Belousov wrote: > > On Fri, Aug 03, 2018 at 08:04:06PM +, Justin Hibbits wrote: > >> Author: jhibbits > >> Date: Fri Aug 3 20:04:06 2018 > >> New Revision: 337273 > >> URL: https://svnweb.freebsd.org/

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

2018-08-04 Thread Vladimir Kondratyev
Author: wulf Date: Sat Aug 4 12:31:19 2018 New Revision: 337289 URL: https://svnweb.freebsd.org/changeset/base/337289 Log: wmt(4): Use internal function to calculate input report size Usbhid's hid_report_size() calculates integral size of all reports of given kind found in the HID descri

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

2018-08-04 Thread Vladimir Kondratyev
Author: wulf Date: Sat Aug 4 12:29:08 2018 New Revision: 337288 URL: https://svnweb.freebsd.org/changeset/base/337288 Log: wmt(4): Read Microsoft's "Touch Hardware Quality Assurance" certificate blob if present to enable some devices like WaveShare touchscreens. Unlike Windows we discard

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

2018-08-04 Thread Vladimir Kondratyev
Author: wulf Date: Sat Aug 4 12:24:37 2018 New Revision: 337287 URL: https://svnweb.freebsd.org/changeset/base/337287 Log: wmt(4): Read 'Contact count maximum' usage value from feature report rather than from HID descriptor to match Microsoft documentation. Fall back to HID descriptor pr

Re: svn commit: r337273 - head/sys/dev/nvme

2018-08-04 Thread John Baldwin
On 8/4/18 1:08 AM, Konstantin Belousov wrote: > On Fri, Aug 03, 2018 at 08:04:06PM +, Justin Hibbits wrote: >> Author: jhibbits >> Date: Fri Aug 3 20:04:06 2018 >> New Revision: 337273 >> URL: https://svnweb.freebsd.org/changeset/base/337273 >> >> Log: >> nvme(4): Add bus_dmamap_sync() at th

Re: svn commit: r337271 - head/stand/i386/libi386

2018-08-04 Thread Warner Losh
On Sat, Aug 4, 2018, 11:58 AM Toomas Soome wrote: > > > > On 4 Aug 2018, at 11:54, Xin Li wrote: > > > > Hi, Cy, > > > > On 8/3/18 12:11, Cy Schubert wrote: > >> Author: cy > >> Date: Fri Aug 3 19:11:00 2018 > >> New Revision: 337271 > >> URL: https://svnweb.freebsd.org/changeset/base/337271 >

Re: svn commit: r337271 - head/stand/i386/libi386

2018-08-04 Thread Toomas Soome via svn-src-head
> On 4 Aug 2018, at 11:54, Xin Li wrote: > > Hi, Cy, > > On 8/3/18 12:11, Cy Schubert wrote: >> Author: cy >> Date: Fri Aug 3 19:11:00 2018 >> New Revision: 337271 >> URL: https://svnweb.freebsd.org/changeset/base/337271 >> >> Log: >> Some drives report a geometry that is inconsisetent with

Re: svn commit: r336221 - head/sys/net

2018-08-04 Thread Kristof Provost
On 4 Aug 2018, at 1:04, Gleb Smirnoff wrote: On Thu, Jul 12, 2018 at 04:35:35PM +, Kristof Provost wrote: K> Author: kp K> Date: Thu Jul 12 16:35:35 2018 K> New Revision: 336221 K> URL: https://svnweb.freebsd.org/changeset/base/336221 K> K> Log: K> pf: Increate default state table size K> K

Re: svn commit: r337271 - head/stand/i386/libi386

2018-08-04 Thread Xin Li
Hi, Cy, On 8/3/18 12:11, Cy Schubert wrote: > Author: cy > Date: Fri Aug 3 19:11:00 2018 > New Revision: 337271 > URL: https://svnweb.freebsd.org/changeset/base/337271 > > Log: > Some drives report a geometry that is inconsisetent with the total > number of sectors reported through the BIOS.

Re: svn commit: r337273 - head/sys/dev/nvme

2018-08-04 Thread Konstantin Belousov
On Fri, Aug 03, 2018 at 08:04:06PM +, Justin Hibbits wrote: > Author: jhibbits > Date: Fri Aug 3 20:04:06 2018 > New Revision: 337273 > URL: https://svnweb.freebsd.org/changeset/base/337273 > > Log: > nvme(4): Add bus_dmamap_sync() at the end of the request path > > Summary: > Some a

Re: svn commit: r336047 - in head/sys: amd64/include i386/include sys

2018-08-04 Thread Konstantin Belousov
On Fri, Aug 03, 2018 at 03:27:39PM -0700, Gleb Smirnoff wrote: > Hi Konstantin, > > On Fri, Jul 06, 2018 at 07:50:44PM +, Konstantin Belousov wrote: > K> Author: kib > K> Date: Fri Jul 6 19:50:44 2018 > K> New Revision: 336047 > K> URL: https://svnweb.freebsd.org/changeset/base/336047 > K>