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

2019-08-12 Thread Jeff Roberson
Author: jeff Date: Tue Aug 13 04:54:02 2019 New Revision: 350972 URL: https://svnweb.freebsd.org/changeset/base/350972 Log: Move scheduler state into the per-cpu area where it can be allocated on the correct NUMA domain. Reviewed by: markj, gallatin Sponsored by: Netflix Differential

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

2019-08-12 Thread Ian Lepore
Author: ian Date: Tue Aug 13 03:49:53 2019 New Revision: 350971 URL: https://svnweb.freebsd.org/changeset/base/350971 Log: Fix the driver name in ads111x.4, and hook the manpage up to the build. The driver was originally written with the name ads1115, but at the last minute it got renamed

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

2019-08-12 Thread Pedro F. Giffuni
Author: pfg Date: Tue Aug 13 01:24:43 2019 New Revision: 350969 URL: https://svnweb.freebsd.org/changeset/base/350969 Log: Add deprecation notice to snd_ds1(4). As suggested in: https://wiki.freebsd.org/WhatsGoing/FreeBSD13 We will be dropping the snd_ds1 driver. The driver is known

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

2019-08-12 Thread Pedro F. Giffuni
Author: pfg Date: Tue Aug 13 01:25:07 2019 New Revision: 350970 URL: https://svnweb.freebsd.org/changeset/base/350970 Log: Add deprecation notice to snd_maestro(4). As suggested in: https://wiki.freebsd.org/WhatsGoing/FreeBSD13 this old driver is buggy and no one is working on it so

svn commit: r350966 - in head/sys: arm64/conf conf

2019-08-12 Thread Warner Losh
Author: imp Date: Mon Aug 12 23:25:14 2019 New Revision: 350966 URL: https://svnweb.freebsd.org/changeset/base/350966 Log: ukbdmap.h rule was identical on all platforms, so move them into sys/conf/files. This allows us to remove 'nodevice ukbd' from the arm64 NOTES file. Modified: head/

svn commit: r350967 - in head/sys: conf powerpc/conf

2019-08-12 Thread Warner Losh
Author: imp Date: Mon Aug 12 23:25:21 2019 New Revision: 350967 URL: https://svnweb.freebsd.org/changeset/base/350967 Log: Fix powerpc LINT build tcpratelimit isn't supported as there's now atomic_add_64, so add it to the exclusion list Add comment for why PPC_PROBE_CHIPSET is on the lis

svn commit: r350964 - in head/sys: arm/conf arm64/conf conf powerpc/conf sparc64/conf x86/conf

2019-08-12 Thread Warner Losh
Author: imp Date: Mon Aug 12 22:58:50 2019 New Revision: 350964 URL: https://svnweb.freebsd.org/changeset/base/350964 Log: Floppy driver really only works on x86 Move the floppy driver to the x86 specific notes file. Reviewed by: jhb, manu, jhibbits, emaste Differential Revision: htt

svn commit: r350965 - head/sys/conf

2019-08-12 Thread Warner Losh
Author: imp Date: Mon Aug 12 22:58:56 2019 New Revision: 350965 URL: https://svnweb.freebsd.org/changeset/base/350965 Log: Create files.x86 files.x86 is for the parts of the system that are common to both i386 and amd64 due too their nature. First up, to get the ball rolling, is fdc, the

svn commit: r350963 - in head/sys: arm/conf arm64/conf conf powerpc/conf sparc64/conf x86/conf

2019-08-12 Thread Warner Losh
Author: imp Date: Mon Aug 12 22:58:44 2019 New Revision: 350963 URL: https://svnweb.freebsd.org/changeset/base/350963 Log: Move sc out of the global file x86 needs sc, as does sparc64. powerpc doesn't use it by default, but some old powermac notebooks do not work with vt yet for reasons u

svn commit: r350962 - in head/sys: amd64/conf conf i386/conf x86/conf

2019-08-12 Thread Warner Losh
Author: imp Date: Mon Aug 12 22:58:13 2019 New Revision: 350962 URL: https://svnweb.freebsd.org/changeset/base/350962 Log: Start to split out the really x86 specific NOTES from the global notes file. Start with COMPAT_43, since it's really only relevant to x86. Reviewed by: jhb@ Differe

svn commit: r350961 - head/sys/dev/nvd

2019-08-12 Thread Alexander Motin
Author: mav Date: Mon Aug 12 21:51:47 2019 New Revision: 350961 URL: https://svnweb.freebsd.org/changeset/base/350961 Log: Missed part of r350523. MFC after:3 days Modified: head/sys/dev/nvd/nvd.c Modified: head/sys/dev/nvd/nvd.c =

svn commit: r350957 - in head: include/rpcsvc lib/libc/net lib/libc/rpc usr.sbin/rpc.yppasswdd usr.sbin/rpc.ypupdated usr.sbin/ypldap usr.sbin/yppush usr.sbin/ypserv

2019-08-12 Thread Konstantin Belousov
Author: kib Date: Mon Aug 12 20:27:33 2019 New Revision: 350957 URL: https://svnweb.freebsd.org/changeset/base/350957 Log: Increase YPMAXRECORD to 16M to be compatible with Linux. Since YP protocol definition uses the constant to declare variable-size opaque byte strings, the change shoul

svn commit: r350953 - head/sys/powerpc/include

2019-08-12 Thread Leandro Lupori
Author: luporl Date: Mon Aug 12 19:44:57 2019 New Revision: 350953 URL: https://svnweb.freebsd.org/changeset/base/350953 Log: Fix style and clarify comment Fix code style in proc.h and clarify comment about empty structs. Modified: head/sys/powerpc/include/proc.h Modified: head/sys/powe

svn commit: r350902 - head/sys/powerpc/include

2019-08-12 Thread Leandro Lupori
Author: luporl Date: Mon Aug 12 17:18:20 2019 New Revision: 350902 URL: https://svnweb.freebsd.org/changeset/base/350902 Log: [ppc] avoid empty mdproc struct Avoid empty structs, that have undefined behavior in C99 and make compilers complain about it (empty struct has size 0 in C, size

Re: svn commit: r350843 - head

2019-08-12 Thread Enji Cooper
> On Aug 10, 2019, at 11:22 AM, Conrad Meyer wrote: > > Author: cem > Date: Sat Aug 10 18:22:22 2019 > New Revision: 350843 > URL: https://svnweb.freebsd.org/changeset/base/350843 > > Log: > .gitignore: Add LINT kernel configurations generated into SRCDIR Thank you for doing this Conrad :).

svn commit: r350899 - head/sys/powerpc/powerpc

2019-08-12 Thread Leandro Lupori
Author: luporl Date: Mon Aug 12 12:51:47 2019 New Revision: 350899 URL: https://svnweb.freebsd.org/changeset/base/350899 Log: [PPC64] Save FPU registers before enabling VSX Fixed trap handler logic, in order to make it save FPU registers, if FPU is enabled, before enabling VSX. Without th

svn commit: r350897 - in head: cddl/contrib/opensolaris/cmd/zpool sys/cddl/contrib/opensolaris/common/zfs

2019-08-12 Thread Andriy Gapon
Author: avg Date: Mon Aug 12 11:42:16 2019 New Revision: 350897 URL: https://svnweb.freebsd.org/changeset/base/350897 Log: MFV r350896: 6585 sha512, skein, and edonr have an unenforced dependency on extensible dataset illumos/illumos-gate@892586e8a147c02d7f4053cc405229a13e796928 https:/

svn commit: r350895 - head/usr.bin/xinstall

2019-08-12 Thread Mateusz Piotrowski
Author: 0mp (ports committer) Date: Mon Aug 12 10:57:56 2019 New Revision: 350895 URL: https://svnweb.freebsd.org/changeset/base/350895 Log: install.1: Add missing arguments to option descriptions While here: - Remove deprecated Tn macros. - Do not use macros with the -width option.

svn commit: r350894 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2019-08-12 Thread Andriy Gapon
Author: avg Date: Mon Aug 12 10:30:00 2019 New Revision: 350894 URL: https://svnweb.freebsd.org/changeset/base/350894 Log: a stop gap fix for a race between dnode_hold and dnode_sync_free The race was introduced in r337669, the large dnode feature import from ZoL. The problem was debugge

svn commit: r350893 - head/cddl/contrib/opensolaris/cmd/zfs

2019-08-12 Thread Andriy Gapon
Author: avg Date: Mon Aug 12 10:00:32 2019 New Revision: 350893 URL: https://svnweb.freebsd.org/changeset/base/350893 Log: Allow ZVOL bookmarks to be listed recursively Many thanks to cryx-free...@h3q.com for reporting the problem and submitting a fix. I have chosen to take an equivalent

svn commit: r350885 - head/sys/dev/rtwn/pci

2019-08-12 Thread Andriy Voskoboinyk
Author: avos Date: Mon Aug 12 08:01:21 2019 New Revision: 350885 URL: https://svnweb.freebsd.org/changeset/base/350885 Log: rtwn_pci: add device ID for RTL8192CE. PR: 239795 Submitted by: James Parsons MFC after:1 week Relnotes: yes Modified: head/sys/dev/rtwn/pc