Re: svn commit: r349046 - head/sys/vm

2019-06-14 Thread Doug Moore
The patch makes it appear that a call to vm_map_simplify_entry has been removed, and that another has been added.  They are the same call, just moved from after a comment to before it. Doug Moore On 6/15/19 12:30 AM, Oliver Pinter wrote: > > > On Saturday, June 15, 2019, Doug Moore

Re: svn commit: r349046 - head/sys/vm

2019-06-14 Thread Oliver Pinter
On Saturday, June 15, 2019, Doug Moore wrote: > Author: dougm > Date: Sat Jun 15 04:30:13 2019 > New Revision: 349046 > URL: https://svnweb.freebsd.org/changeset/base/349046 > > Log: > Critical comments were lost in r349203. This patch seeks to restore > the lost information in new comments.

svn commit: r349046 - head/sys/vm

2019-06-14 Thread Doug Moore
Author: dougm Date: Sat Jun 15 04:30:13 2019 New Revision: 349046 URL: https://svnweb.freebsd.org/changeset/base/349046 Log: Critical comments were lost in r349203. This patch seeks to restore the lost information in new comments. Reported by: alc Reviewed by: alc Approved by: kib

svn commit: r349045 - svnadmin/conf

2019-06-14 Thread Glen Barber
Author: gjb Date: Sat Jun 15 01:27:49 2019 New Revision: 349045 URL: https://svnweb.freebsd.org/changeset/base/349045 Log: Thaw stable/11 after releng/11.3 has branched. Committers are requested to excercise caution for the duration of the 11.3-RELEASE cycle, especially regarding changes

svn commit: r349044 - head/sys/arm64/include

2019-06-14 Thread Julian Elischer
Author: julian Date: Sat Jun 15 00:47:39 2019 New Revision: 349044 URL: https://svnweb.freebsd.org/changeset/base/349044 Log: Lightly hide the 'var' inside the macros to read the arm special registers. I just happenned to have 3rd party code using 'var' as the output variable which drew my

svn commit: r349043 - head/usr.bin/calendar/calendars

2019-06-14 Thread Greg Lehey
Author: grog Date: Fri Jun 14 23:53:19 2019 New Revision: 349043 URL: https://svnweb.freebsd.org/changeset/base/349043 Log: Edvard Hagerup Grieg parses as given name, mother's maiden name, surname Modified: head/usr.bin/calendar/calendars/calendar.birthday Modified:

svn commit: r349042 - head/sys/arm64/arm64

2019-06-14 Thread Alan Cox
Author: alc Date: Fri Jun 14 22:06:43 2019 New Revision: 349042 URL: https://svnweb.freebsd.org/changeset/base/349042 Log: Batch the TLB invalidations that are performed by pmap_protect() rather than performing them one at a time. MFC after:10 days Modified:

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

2019-06-14 Thread Alan Somers
Author: asomers Date: Fri Jun 14 20:35:37 2019 New Revision: 349041 URL: https://svnweb.freebsd.org/changeset/base/349041 Log: open(2): fix the description of O_FSYNC The man page claims that with O_FSYNC (aka O_SYNC) the kernel will not cache written data. However, that's not true. Nor

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

2019-06-14 Thread Alexander Motin
Author: mav Date: Fri Jun 14 20:04:28 2019 New Revision: 349040 URL: https://svnweb.freebsd.org/changeset/base/349040 Log: Minimize aggsum_compare(_size, arc_c) calls. For busy ARC situation when arc_size close to arc_c is desired. But then it is quite likely that aggsum_compare(_size,

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

2019-06-14 Thread Alexander Motin
Author: mav Date: Fri Jun 14 19:57:32 2019 New Revision: 349039 URL: https://svnweb.freebsd.org/changeset/base/349039 Log: Alike to ZoL disable metaslab allocation tracing code. It is too generous to collect in production debug traces that can only be read with kernel debugger. Illumos

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

2019-06-14 Thread Alexander Motin
Author: mav Date: Fri Jun 14 17:09:39 2019 New Revision: 349035 URL: https://svnweb.freebsd.org/changeset/base/349035 Log: Properly align struct multilist_sublist to cache line. Manual Illumos alignment does not fit us due to different kmutex_t size. MFC after:1 week Sponsored

svn commit: r349034 - stable/12/cddl/contrib/opensolaris/cmd/zpool

2019-06-14 Thread Allan Jude
Author: allanjude Date: Fri Jun 14 15:09:08 2019 New Revision: 349034 URL: https://svnweb.freebsd.org/changeset/base/349034 Log: MFC r348714: zpool.8: the comment property is not read-only The comment property was listed in the man page twice, once under the list of read-only

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

2019-06-14 Thread Bruce Evans
On Fri, 14 Jun 2019, Alexander Motin wrote: On 14.06.2019 08:58, Bruce Evans wrote: On Fri, 14 Jun 2019, Alexander Motin wrote: Log: ??Update td_runtime of running thread on each statclock(). ??Normally td_runtime is updated on context switch, but there are some kernel ??threads that due to

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

2019-06-14 Thread Alexander Motin
Hi Bruce, On 14.06.2019 08:58, Bruce Evans wrote: > On Fri, 14 Jun 2019, Alexander Motin wrote: > >> Log: >>  Update td_runtime of running thread on each statclock(). >> >>  Normally td_runtime is updated on context switch, but there are some >> kernel >>  threads that due to high absolute

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

2019-06-14 Thread Bruce Evans
On Fri, 14 Jun 2019, Alexander Motin wrote: Log: Update td_runtime of running thread on each statclock(). Normally td_runtime is updated on context switch, but there are some kernel threads that due to high absolute priority may run for many seconds without context switches (yes, that is

svn commit: r349033 - stable/12/sys/sys

2019-06-14 Thread Andrey V. Elsukov
Author: ae Date: Fri Jun 14 10:39:05 2019 New Revision: 349033 URL: https://svnweb.freebsd.org/changeset/base/349033 Log: MFC r348774: Use underscores for internal variable name to avoid conflicts. Modified: stable/12/sys/sys/counter.h Directory Properties: stable/12/ (props changed)

Re: svn commit: r348882 - head/sys/dev/sdhci

2019-06-14 Thread Bjoern A. Zeeb
On 10 Jun 2019, at 21:50, Luiz Otavio O Souza wrote: Author: loos Date: Mon Jun 10 21:50:07 2019 New Revision: 348882 URL: https://svnweb.freebsd.org/changeset/base/348882 Log: Add support for the GPIO SD Card VCC regulator/switch and the GPIO SD Card detection pins to the Marvell Xenon

svn commit: r349032 - head/sbin/dump

2019-06-14 Thread Kirk McKusick
Author: mckusick Date: Fri Jun 14 06:10:15 2019 New Revision: 349032 URL: https://svnweb.freebsd.org/changeset/base/349032 Log: Clarify that the -r and -R options can be used only to create level 0 dumps. Suggested by: phk MFC after:3 days Modified: head/sbin/dump/dump.8