svn commit: r350367 - head/sys/ufs/ufs

2019-07-26 Thread Rick Macklem
Author: rmacklem Date: Sat Jul 27 01:52:34 2019 New Revision: 350367 URL: https://svnweb.freebsd.org/changeset/base/350367 Log: Lock the vnode before calling ufs_bmap_seekdata(). r346932 replaced a call to vn_bmap_seekhole() with a call to ufs_bmap_seekdata(). Although vn_bmap_seekhole()

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

2019-07-26 Thread Rick Macklem
Konstantin Belousov wrote: >On Thu, Jul 25, 2019 at 05:46:17AM +, Rick Macklem wrote: >> Author: rmacklem >> Date: Thu Jul 25 05:46:16 2019 >> New Revision: 350315 >> URL: https://svnweb.freebsd.org/changeset/base/350315 >> >> Log: >> Add kernel support for a Linux compatible copy_file_range(

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

2019-07-26 Thread Konstantin Belousov
On Thu, Jul 25, 2019 at 05:46:17AM +, Rick Macklem wrote: > Author: rmacklem > Date: Thu Jul 25 05:46:16 2019 > New Revision: 350315 > URL: https://svnweb.freebsd.org/changeset/base/350315 > > Log: > Add kernel support for a Linux compatible copy_file_range(2) syscall. > Modified: head/sys/

Re: svn commit: r349802 - head/sys/fs/ext2fs

2019-07-26 Thread Pedro Giffuni
Hi; On 2019-07-24 08:21, Ed Maste wrote: On Sun, 7 Jul 2019 at 04:58, Fedor Uporov wrote: Author: fsu Date: Sun Jul 7 08:58:02 2019 New Revision: 349802 URL: https://svnweb.freebsd.org/changeset/base/349802 Log: Add additional check for 'blocks per group' and 'fragments per group' superb

svn commit: r350364 - in head/sys/dev/virtio: mmio pci

2019-07-26 Thread Kristof Provost
Author: kp Date: Fri Jul 26 19:16:02 2019 New Revision: 350364 URL: https://svnweb.freebsd.org/changeset/base/350364 Log: virtio: Fix running on machines with memory above 0x We want to allocate a contiguous memory block anywhere in memory, but expressed this as having to be betwe

svn commit: r350363 - in head/sys/cam: ctl scsi

2019-07-26 Thread Alexander Motin
Author: mav Date: Fri Jul 26 19:14:12 2019 New Revision: 350363 URL: https://svnweb.freebsd.org/changeset/base/350363 Log: Add support for Long LBA mode parameter block descriptor. It is formally required for SBC Base 2016 feature set. MFC after:2 weeks Modified: head/sys/cam/ct

svn commit: r350362 - head/contrib/llvm/lib/CodeGen

2019-07-26 Thread Dimitry Andric
Author: dim Date: Fri Jul 26 18:49:20 2019 New Revision: 350362 URL: https://svnweb.freebsd.org/changeset/base/350362 Log: Pull in r366369 from upstream llvm trunk (by Francis Visoiu Mistrih): [CodeGen][NFC] Simplify checks for stack protector index checking Use `hasStackProtectorI

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

2019-07-26 Thread Guido Falsi
On 26/07/19 05:23, Emmanuel Vadot wrote: > On Fri, 26 Jul 2019 14:58:01 +0200 > Guido Falsi wrote: > Hello, > > I don't know the actual workings of this file and have not checked it in > depth, but this change is causing "make package" to not package > /etc/rc.d/sshd (and other

svn commit: r350361 - head

2019-07-26 Thread Ian Lepore
Author: ian Date: Fri Jul 26 17:58:46 2019 New Revision: 350361 URL: https://svnweb.freebsd.org/changeset/base/350361 Log: Re-wrap the text at 80 columns after fixing the indent in the prior commit. Modified: head/UPDATING Modified: head/UPDATING =

Re: svn commit: r350301 - head/lib/libsysdecode

2019-07-26 Thread Ed Maste
On Wed, 24 Jul 2019 at 22:04, Cy Schubert wrote: > > In message <201907242106.x6ol6kam068...@repo.freebsd.org>, Ed Maste > writes: > > Author: emaste > > Date: Wed Jul 24 21:06:19 2019 > > New Revision: 350301 > > URL: https://svnweb.freebsd.org/changeset/base/350301 > > > > Log: > > libsysdecod

svn commit: r350360 - in head: contrib/libcxxrt lib/libcxxrt

2019-07-26 Thread Dimitry Andric
Author: dim Date: Fri Jul 26 16:55:06 2019 New Revision: 350360 URL: https://svnweb.freebsd.org/changeset/base/350360 Log: Merge libcxxrt master f96846efbfd508f66d91fcbbef5dd808947c7f6d. Interesting fixes: f96846e Fix std::size_t -> size_t to unbreak build against libc++ 6.0.0 6f4cfa2 F

svn commit: r350359 - head/sbin/swapon

2019-07-26 Thread Doug Moore
Author: dougm Date: Fri Jul 26 15:18:11 2019 New Revision: 350359 URL: https://svnweb.freebsd.org/changeset/base/350359 Log: Rewrite the comments that explain swapon_trim() to make them more comprehensible. Suggested by: rpokala Approved by: markj (mentor) Differential Revision: https

svn commit: r350358 - head/cddl/contrib/opensolaris/lib/libzfs/common

2019-07-26 Thread Baptiste Daroussin
Author: bapt Date: Fri Jul 26 13:12:33 2019 New Revision: 350358 URL: https://svnweb.freebsd.org/changeset/base/350358 Log: Fix a bug introduced with parallel mounting of zfs Incorporate a fix from zol: https://github.com/zfsonlinux/zfs/commit/ab5036df1ccbe1b18c1ce6160b5829e8039d94ce

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

2019-07-26 Thread Emmanuel Vadot
On Fri, 26 Jul 2019 14:58:01 +0200 Guido Falsi wrote: > On 26/07/19 05:10, Emmanuel Vadot wrote: > > On Thu, 25 Jul 2019 00:17:31 +0200 > > Guido Falsi wrote: > > > >> On 25/07/19 00:14, Guido Falsi wrote: > >>> On 19/07/19 17:11, Emmanuel Vadot wrote: > Author: manu > Date: Fri Jul 1

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

2019-07-26 Thread Guido Falsi
On 26/07/19 05:10, Emmanuel Vadot wrote: > On Thu, 25 Jul 2019 00:17:31 +0200 > Guido Falsi wrote: > >> On 25/07/19 00:14, Guido Falsi wrote: >>> On 19/07/19 17:11, Emmanuel Vadot wrote: Author: manu Date: Fri Jul 19 15:11:32 2019 New Revision: 350135 URL: https://svnweb.freeb

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

2019-07-26 Thread Emmanuel Vadot
On Thu, 25 Jul 2019 00:17:31 +0200 Guido Falsi wrote: > On 25/07/19 00:14, Guido Falsi wrote: > > On 19/07/19 17:11, Emmanuel Vadot wrote: > >> Author: manu > >> Date: Fri Jul 19 15:11:32 2019 > >> New Revision: 350135 > >> URL: https://svnweb.freebsd.org/changeset/base/350135 > >> > >> Log: > >>

svn commit: r350351 - head/contrib/mandoc

2019-07-26 Thread Baptiste Daroussin
Author: bapt Date: Fri Jul 26 10:00:33 2019 New Revision: 350351 URL: https://svnweb.freebsd.org/changeset/base/350351 Log: Update mandoc to cvs snapshot 2019-07-23 This snapshot among other things includes a fix for a crash of mandoc with empty tbl reported by rea@ (his regression test

Re: svn commit: r349976 - head

2019-07-26 Thread Gary Jennejohn
On Thu, 25 Jul 2019 09:32:15 -0600 Ian Lepore wrote: > On Thu, 2019-07-25 at 10:27 -0300, Renato Botelho wrote: > > On 13/07/19 13:48, Ian Lepore wrote: > > > Author: ian > > > Date: Sat Jul 13 16:48:27 2019 > > > New Revision: 349976 > > > URL: https://svnweb.freebsd.org/changeset/base/349976