svn commit: r348979 - in head/sys/modules: iwmfw iwnfw mwlfw ralfw rtwnfw usb/rsufw usb/runfw

2019-06-11 Thread Bryan Drewery
Author: bdrewery Date: Wed Jun 12 00:03:00 2019 New Revision: 348979 URL: https://svnweb.freebsd.org/changeset/base/348979 Log: Stop using .OODATE for extracting firmware. This fixes META_MODE rebuilding since it assumes that it this is a non-consistent build command. These are always

svn commit: r348976 - head/sys/modules/efirt

2019-06-11 Thread Bryan Drewery
Author: bdrewery Date: Tue Jun 11 23:35:49 2019 New Revision: 348976 URL: https://svnweb.freebsd.org/changeset/base/348976 Log: Add missing DPSRCS entry for assym.inc. This brings in various CLEANFILES/DEPENDOBJS handling. MFC after:2 weeks Sponsored by: DellEMC Modified:

svn commit: r348975 - head/sys/conf

2019-06-11 Thread Bryan Drewery
Author: bdrewery Date: Tue Jun 11 23:35:34 2019 New Revision: 348975 URL: https://svnweb.freebsd.org/changeset/base/348975 Log: Restore genassym.o to CLEANFILES. This was lost in r335910 for some reason. This also fixes a META_MODE rebuild issue in some modules [1]. MFC after:

svn commit: r348974 - head/sys/opencrypto

2019-06-11 Thread John Baldwin
Author: jhb Date: Tue Jun 11 23:28:07 2019 New Revision: 348974 URL: https://svnweb.freebsd.org/changeset/base/348974 Log: Move declaration of warninterval out from under COMPAT_FREEBSD32. This fixes builds of kernels without COMPAT_FREEBSD32. Reported by: tinderbox MFC after:1

svn commit: r348970 - in head: share/man/man9 sys/kern sys/kgssapi/krb5 sys/netipsec sys/opencrypto sys/sys

2019-06-11 Thread John Baldwin
Author: jhb Date: Tue Jun 11 23:00:55 2019 New Revision: 348970 URL: https://svnweb.freebsd.org/changeset/base/348970 Log: Make the warning intervals for deprecated crypto algorithms tunable. New sysctl/tunables can now set the interval (in seconds) between rate-limited crypto warnings.

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

2019-06-11 Thread John Baldwin
Author: jhb Date: Tue Jun 11 22:57:25 2019 New Revision: 348969 URL: https://svnweb.freebsd.org/changeset/base/348969 Log: Document sysctl nodes that translate their values. This documents the behavior of sysctl_msec_to_ticks and SYSCTL_{ADD,}_SBINTIME_[UM]SEC. Reviewed by: cem

svn commit: r348968 - head/sys/vm

2019-06-11 Thread Doug Moore
Author: dougm Date: Tue Jun 11 22:41:39 2019 New Revision: 348968 URL: https://svnweb.freebsd.org/changeset/base/348968 Log: To test to see if a free space is big enough compare the required length to the difference of the two offsets that define the gap, to avoid overflow, rather that

svn commit: r348967 - head/sbin/fsck_msdosfs

2019-06-11 Thread Xin LI
Author: delphij Date: Tue Jun 11 22:21:29 2019 New Revision: 348967 URL: https://svnweb.freebsd.org/changeset/base/348967 Log: Avoid out of boundary access when checking invalid long filenames. Obtained from:OpenBSD (dir.c,v 1.25) MFC after:3 days Modified:

svn commit: r348966 - in head/sys: netinet netinet6

2019-06-11 Thread John Baldwin
Author: jhb Date: Tue Jun 11 22:07:39 2019 New Revision: 348966 URL: https://svnweb.freebsd.org/changeset/base/348966 Log: Sort opt_foo.h #includes and add a missing blank line in ip_output(). Modified: head/sys/netinet/ip_output.c head/sys/netinet6/ip6_output.c Modified:

svn commit: r348965 - head/sys/sys

2019-06-11 Thread John Baldwin
Author: jhb Date: Tue Jun 11 22:06:31 2019 New Revision: 348965 URL: https://svnweb.freebsd.org/changeset/base/348965 Log: Add M_NOFREE to M_FLAG_BITS. Modified: head/sys/sys/mbuf.h Modified: head/sys/sys/mbuf.h ==

svn commit: r348964 - head/sys/kern

2019-06-11 Thread John Baldwin
Author: jhb Date: Tue Jun 11 22:06:05 2019 New Revision: 348964 URL: https://svnweb.freebsd.org/changeset/base/348964 Log: Trim an extra space. Modified: head/sys/kern/kern_sendfile.c Modified: head/sys/kern/kern_sendfile.c

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

2019-06-11 Thread Warner Losh
Author: imp Date: Tue Jun 11 20:48:19 2019 New Revision: 348963 URL: https://svnweb.freebsd.org/changeset/base/348963 Log: Minor white space changes. Remove trailing white space that's crept into this file. Modified: head/sys/cam/scsi/scsi_xpt.c Modified: head/sys/cam/scsi/scsi_xpt.c

svn commit: r348929 - head/usr.sbin/bhyve

2019-06-11 Thread Vincenzo Maffione
Author: vmaffione Date: Tue Jun 11 15:52:41 2019 New Revision: 348929 URL: https://svnweb.freebsd.org/changeset/base/348929 Log: bhyve: virtio: introduce vq_kick_enable() and vq_kick_disable() The VirtIO standard supports two schemes for notification suppression: a notification enable

svn commit: r348900 - head/sys/powerpc/pseries

2019-06-11 Thread Leandro Lupori
Author: luporl Date: Tue Jun 11 11:23:15 2019 New Revision: 348900 URL: https://svnweb.freebsd.org/changeset/base/348900 Log: [PPC] Fix build error when POWERNV is disabled When building a kernel supporting PSERIES but not POWERNV, the compiler would complain about an error variable

svn commit: r348899 - head/sys/powerpc/ofw

2019-06-11 Thread Leandro Lupori
Author: luporl Date: Tue Jun 11 11:16:41 2019 New Revision: 348899 URL: https://svnweb.freebsd.org/changeset/base/348899 Log: [PPC64] Fix ofw_initrd Before this change, OFW initrd (as md) handling code was simulating an ofwbus device. But as there isn't really a Device Tree (DT) node

Re: svn commit: r348873 - head/sys/dev/atkbdc

2019-06-11 Thread Niclas Zeising
On 2019-06-10 22:04, Rodney W. Grimes wrote: Author: zeising (doc,ports committer) Date: Mon Jun 10 18:19:49 2019 New Revision: 348873 URL: https://svnweb.freebsd.org/changeset/base/348873 Log: psm(4): Enable touchpads and trackpads by default Enable synaptics and elantech touchpads,