svn commit: r340428 - in head: . usr.sbin/ctm/ctm

2018-11-14 Thread Stefan Esser
Author: se Date: Wed Nov 14 08:45:48 2018 New Revision: 340428 URL: https://svnweb.freebsd.org/changeset/base/340428 Log: Prepare move of ctm from base to a port (misc/ctm) by: - Adding a note to UPDATING - Adding a note to the history section of the manpage ctm.1 - Adding a message

svn commit: r340429 - head/lib/libc/locale

2018-11-14 Thread Yuri Pankov
Author: yuripv Date: Wed Nov 14 09:06:15 2018 New Revision: 340429 URL: https://svnweb.freebsd.org/changeset/base/340429 Log: Fix WITHOUT_ICONV build after r340276. Reported by: olivier Approved by: kib (mentor, implicit) Modified: head/lib/libc/locale/c16rtomb.c

Re: svn commit: r340413 - in head/sys: kern net sys

2018-11-14 Thread Cy Schubert
Sorry. This should have been a private email. But now that it's in the wild, if_sk.c calls epoch_enter_preempt() at line 84 which causes panic early in boot. -- Cheers, Cy Schubert FreeBSD UNIX: Web: http://www.FreeBSD.org The need of the many outweighs the greed of the few.

Re: svn commit: r340413 - in head/sys: kern net sys

2018-11-14 Thread Hans Petter Selasky
On 11/14/18 10:33 AM, Cy Schubert wrote: + epoch_thread_init(td); Did you forget to call epoch_thread_init() for thread0 ? --HPS ___ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe,

Re: svn commit: r340413 - in head/sys: kern net sys

2018-11-14 Thread Cy Schubert
In message <201811132258.wadmwctl063...@repo.freebsd.org>, Gleb Smirnoff writes : > Author: glebius > Date: Tue Nov 13 22:58:38 2018 > New Revision: 340413 > URL: https://svnweb.freebsd.org/changeset/base/340413 > > Log: > For compatibility KPI functions like if_addr_rlock() that used to have >

Re: svn commit: r340413 - in head/sys: kern net sys

2018-11-14 Thread Gleb Smirnoff
On Wed, Nov 14, 2018 at 10:27:48PM +0200, Konstantin Belousov wrote: K> On Wed, Nov 14, 2018 at 08:28:31AM -0800, Gleb Smirnoff wrote: K> > On Wed, Nov 14, 2018 at 11:06:38AM +0100, Hans Petter Selasky wrote: K> > H> On 11/14/18 10:33 AM, Cy Schubert wrote: K> > H> > + epoch_thread_init(td);

svn commit: r340448 - in head/sys/cam: ata scsi

2018-11-14 Thread Warner Losh
Author: imp Date: Wed Nov 14 23:15:50 2018 New Revision: 340448 URL: https://svnweb.freebsd.org/changeset/base/340448 Log: Remove trailing white space in advance of other changes. Modified: head/sys/cam/ata/ata_da.c head/sys/cam/scsi/scsi_da.c Modified: head/sys/cam/ata/ata_da.c

svn commit: r340431 - in head: lib/libc/sys share/man/man5 sys/cddl/contrib/opensolaris/uts/common/fs/zfs sys/fs/cd9660 sys/fs/devfs sys/fs/ext2fs sys/fs/fdescfs sys/fs/msdosfs sys/fs/nandfs sys/fs...

2018-11-14 Thread Konstantin Belousov
Author: kib Date: Wed Nov 14 14:18:35 2018 New Revision: 340431 URL: https://svnweb.freebsd.org/changeset/base/340431 Log: Add d_off support for multiple filesystems. The d_off field has been added to the dirent structure recently. Currently filesystems don't support this feature.

svn commit: r340430 - head/contrib/jemalloc/src

2018-11-14 Thread Edward Tomasz Napierala
Author: trasz Date: Wed Nov 14 13:06:48 2018 New Revision: 340430 URL: https://svnweb.freebsd.org/changeset/base/340430 Log: Pick 57553c3b1a5592dc4c03f3c6831d9b794e523865 from upstream: Avoid touching all pages in extent_recycle for debug build. We may have a large number of

svn commit: r340432 - in head/sys/arm: conf mv

2018-11-14 Thread Luiz Otavio O Souza
Author: loos Date: Wed Nov 14 14:26:32 2018 New Revision: 340432 URL: https://svnweb.freebsd.org/changeset/base/340432 Log: Add the driver for the SPI controller on ARMADA38X. Tested on Clearfog (Pro) and SG-3100. Sponsored by: Rubicon Communications, LLC (Netgate) Added:

svn commit: r340434 - head/sys/net

2018-11-14 Thread Stephen Hurd
Author: shurd Date: Wed Nov 14 15:16:45 2018 New Revision: 340434 URL: https://svnweb.freebsd.org/changeset/base/340434 Log: Fix leaks caused by ifc_nhwtxqs never being initialized r333502 removed initialization of ifc_nhwtxqs, and it's not clear there's a need to copy it into the struct

Re: svn commit: r340413 - in head/sys: kern net sys

2018-11-14 Thread Cy Schubert
In message <178c3d69-4a3b-49cb-dab4-f6f4139df...@selasky.org>, Hans Petter Sela sky writes: > On 11/14/18 10:33 AM, Cy Schubert wrote: > > + epoch_thread_init(td); > > Did you forget to call epoch_thread_init() for thread0 ? > > --HPS It appears that interfaces that call if_maddr_rlock(ifp)

svn commit: r340436 - in head/sys/dev: netmap virtio/network

2018-11-14 Thread Vincenzo Maffione
Author: vmaffione Date: Wed Nov 14 15:39:48 2018 New Revision: 340436 URL: https://svnweb.freebsd.org/changeset/base/340436 Log: vtnet: fix netmap support netmap(4) support for vtnet(4) was incomplete and had multiple bugs. This commit fixes those bugs to bring netmap on vtnet in a

svn commit: r340433 - head/contrib/smbfs/smbutil

2018-11-14 Thread Mateusz Piotrowski
Author: 0mp (ports committer) Date: Wed Nov 14 15:15:07 2018 New Revision: 340433 URL: https://svnweb.freebsd.org/changeset/base/340433 Log: smbutil(1): Improve mdoc formatting. Also, make the path to the example configuration file absolute. Reviewed by: bcr Approved by: krion

svn commit: r340435 - head/sys/net

2018-11-14 Thread Stephen Hurd
Author: shurd Date: Wed Nov 14 15:23:39 2018 New Revision: 340435 URL: https://svnweb.freebsd.org/changeset/base/340435 Log: Prevent POLA violation with TSO/CSUM offload Ensure that any time CSUM_IP_TSO or CSUM_IP6_TSO is set that the corresponding CSUM_IP6?_TCP / CSUM_IP flags are also

svn commit: r340437 - head

2018-11-14 Thread Mark Johnston
Author: markj Date: Wed Nov 14 16:15:36 2018 New Revision: 340437 URL: https://svnweb.freebsd.org/changeset/base/340437 Log: Fix the path to malloc_domain.9. Reported by: yuripv MFC after:3 days Sponsored by: The FreeBSD Foundation Modified: head/ObsoleteFiles.inc Modified:

svn commit: r340438 - head/share/man/man4

2018-11-14 Thread Mark Johnston
Author: markj Date: Wed Nov 14 16:18:13 2018 New Revision: 340438 URL: https://svnweb.freebsd.org/changeset/base/340438 Log: Hook mac_ntpd.4 up to the build. PR: 232757 Submitted by: Yasuhiro KIMURA MFC after:3 days Modified: head/share/man/man4/Makefile Modified:

svn commit: r340439 - head/usr.sbin/ntp/ntpd

2018-11-14 Thread Renato Botelho
Author: garga (ports committer) Date: Wed Nov 14 16:19:15 2018 New Revision: 340439 URL: https://svnweb.freebsd.org/changeset/base/340439 Log: Fix /etc/ntp permissions. According to mtree it must be 0700 Reviewed by: imp Approved by: imp MFC after:3 days Sponsored by: Rubicon

Re: svn commit: r340439 - head/usr.sbin/ntp/ntpd

2018-11-14 Thread John Baldwin
On 11/14/18 8:19 AM, Renato Botelho wrote: > Author: garga (ports committer) > Date: Wed Nov 14 16:19:15 2018 > New Revision: 340439 > URL: https://svnweb.freebsd.org/changeset/base/340439 > > Log: > Fix /etc/ntp permissions. According to mtree it must be 0700 > > Reviewed by:imp >

Re: svn commit: r340413 - in head/sys: kern net sys

2018-11-14 Thread Gleb Smirnoff
On Wed, Nov 14, 2018 at 11:06:38AM +0100, Hans Petter Selasky wrote: H> On 11/14/18 10:33 AM, Cy Schubert wrote: H> > + epoch_thread_init(td); H> H> Did you forget to call epoch_thread_init() for thread0 ? Yes, this is my guess. I'm preparing patch for Cy to test. -- Gleb Smirnoff

Re: svn commit: r340426 - head/sys/dev/amdtemp

2018-11-14 Thread Rodney W. Grimes
> Author: cem > Date: Wed Nov 14 04:50:29 2018 > New Revision: 340426 > URL: https://svnweb.freebsd.org/changeset/base/340426 > > Log: > amdtemp(4): Fix temperature reporting on AMD 2990WX > > Update the AMD family 17h temperature reporting based on AMD Tech Doc 56255 > OSRR, section

Re: svn commit: r340413 - in head/sys: kern net sys

2018-11-14 Thread Konstantin Belousov
On Wed, Nov 14, 2018 at 08:28:31AM -0800, Gleb Smirnoff wrote: > On Wed, Nov 14, 2018 at 11:06:38AM +0100, Hans Petter Selasky wrote: > H> On 11/14/18 10:33 AM, Cy Schubert wrote: > H> > +epoch_thread_init(td); > H> > H> Did you forget to call epoch_thread_init() for thread0 ? > > Yes,

svn commit: r340445 - head/sys/net

2018-11-14 Thread Stephen Hurd
Author: shurd Date: Wed Nov 14 20:36:18 2018 New Revision: 340445 URL: https://svnweb.freebsd.org/changeset/base/340445 Log: Clear RX completion queue state veriables in iflib_stop() iflib_stop() was not resetting the rxq completion queue state variables. This meant that for any driver

Re: svn commit: r340436 - in head/sys/dev: netmap virtio/network

2018-11-14 Thread Vincenzo Maffione
On Wed, Nov 14, 2018, 8:44 PM Rodney W. Grimes < free...@pdx.rh.cn85.dnsmgr.net wrote: > > Author: vmaffione > > Date: Wed Nov 14 15:39:48 2018 > > New Revision: 340436 > > URL: https://svnweb.freebsd.org/changeset/base/340436 > > > > Log: > > vtnet: fix netmap support > > > > netmap(4)

Re: svn commit: r340436 - in head/sys/dev: netmap virtio/network

2018-11-14 Thread Rodney W. Grimes
> Author: vmaffione > Date: Wed Nov 14 15:39:48 2018 > New Revision: 340436 > URL: https://svnweb.freebsd.org/changeset/base/340436 > > Log: > vtnet: fix netmap support > > netmap(4) support for vtnet(4) was incomplete and had multiple bugs. > This commit fixes those bugs to bring netmap

Re: svn commit: r340439 - head/usr.sbin/ntp/ntpd

2018-11-14 Thread Renato Botelho
On 14/11/18 14:33, John Baldwin wrote: > On 11/14/18 8:19 AM, Renato Botelho wrote: >> Author: garga (ports committer) >> Date: Wed Nov 14 16:19:15 2018 >> New Revision: 340439 >> URL: https://svnweb.freebsd.org/changeset/base/340439 >> >> Log: >> Fix /etc/ntp permissions. According to mtree it

Re: svn commit: r340426 - head/sys/dev/amdtemp

2018-11-14 Thread John Baldwin
On 11/14/18 8:33 AM, Rodney W. Grimes wrote: >> MFC after: 22.57 seconds >> Relnotes: yea > > I do not believe the relnotes processor understands slang. This is quite possibly a typo ('a' and 's' are adjacent keys in QWERTY). However, no one uses 'Relnotes: no', so it seems like you should

svn commit: r340440 - head/usr.sbin/ntp/ntpd

2018-11-14 Thread Renato Botelho
Author: garga (ports committer) Date: Wed Nov 14 18:38:27 2018 New Revision: 340440 URL: https://svnweb.freebsd.org/changeset/base/340440 Log: Fix typo introduced in r340439 - s/ETN/ETC/ Reported by: jhb, yuripv Approved by: eugen MFC after:3 days X-MFC-With: 340439

Re: svn commit: r340439 - head/usr.sbin/ntp/ntpd

2018-11-14 Thread Renato Botelho
On 14/11/18 16:23, Eugene Grosbein wrote: > 15.11.2018 1:12, Renato Botelho wrote: > Modified: head/usr.sbin/ntp/ntpd/Makefile == --- head/usr.sbin/ntp/ntpd/MakefileWed Nov 14 16:18:13 2018

svn commit: r340441 - head/sys/x86/x86

2018-11-14 Thread John Baldwin
Author: jhb Date: Wed Nov 14 18:45:33 2018 New Revision: 340441 URL: https://svnweb.freebsd.org/changeset/base/340441 Log: Revert r332735 and fix MSI-X to properly fail allocations when full. The off-by-one errors in 332735 weren't actual errors and were preventing the last MSI interrupt

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

2018-11-14 Thread Sean Eric Fagan
Author: sef Date: Wed Nov 14 19:06:43 2018 New Revision: 340442 URL: https://svnweb.freebsd.org/changeset/base/340442 Log: mountd has no way to configure the listen queue depth; rather than add a new option, we pass -1 down to listen, which causes it to use the kern.ipc.soacceptqueue

svn commit: r340443 - head/sys/kern

2018-11-14 Thread Gleb Smirnoff
Author: glebius Date: Wed Nov 14 19:10:35 2018 New Revision: 340443 URL: https://svnweb.freebsd.org/changeset/base/340443 Log: Initialize compatibility epoch tracker for thread0. Fixes panics for drivers that call if_maddr_lock() during startup. Reported by: cy Modified:

Re: svn commit: r340439 - head/usr.sbin/ntp/ntpd

2018-11-14 Thread Eugene Grosbein
15.11.2018 1:12, Renato Botelho wrote: >>> Modified: head/usr.sbin/ntp/ntpd/Makefile >>> == >>> --- head/usr.sbin/ntp/ntpd/Makefile Wed Nov 14 16:18:13 2018 >>> (r340438) >>> +++ head/usr.sbin/ntp/ntpd/Makefile

Re: svn commit: r340426 - head/sys/dev/amdtemp

2018-11-14 Thread Ian Lepore
On Wed, 2018-11-14 at 08:33 -0800, Rodney W. Grimes wrote: > > > > Author: cem > > Date: Wed Nov 14 04:50:29 2018 > > New Revision: 340426 > > URL: https://svnweb.freebsd.org/changeset/base/340426 > > > > Log: > >   amdtemp(4): Fix temperature reporting on AMD 2990WX > >    > >   Update the AMD

Re: svn commit: r340436 - in head/sys/dev: netmap virtio/network

2018-11-14 Thread Rodney W. Grimes
> On Wed, Nov 14, 2018, 8:44 PM Rodney W. Grimes < > free...@pdx.rh.cn85.dnsmgr.net wrote: > > > > Author: vmaffione > > > Date: Wed Nov 14 15:39:48 2018 > > > New Revision: 340436 > > > URL: https://svnweb.freebsd.org/changeset/base/340436 > > > > > > Log: > > > vtnet: fix netmap support > > >