svn commit: r344227 - head/stand/i386/zfsboot

2019-02-17 Thread Patrick Kelsey
Author: pkelsey Date: Sun Feb 17 03:52:44 2019 New Revision: 344227 URL: https://svnweb.freebsd.org/changeset/base/344227 Log: Remove whole-disk vdev support from zfsboot This is consistent with the removal of whole-disk vdev support from libsa/zfs/zfs.c in r342151, and is part way to

svn commit: r344226 - head/stand/libsa/zfs

2019-02-17 Thread Patrick Kelsey
Author: pkelsey Date: Sun Feb 17 03:35:15 2019 New Revision: 344226 URL: https://svnweb.freebsd.org/changeset/base/344226 Log: Fix memory corruption bug introduced in r325310 The bug occurred when a bounce buffer was used and the requested read size was greater than the size of the

svn commit: r344235 - head/sys/contrib/libnv

2019-02-17 Thread Mariusz Zaborski
Author: oshogbo Date: Sun Feb 17 18:26:27 2019 New Revision: 344235 URL: https://svnweb.freebsd.org/changeset/base/344235 Log: libnv: fix double free In r343986 we introduced a double free. The structure was already freed fixed in the r302966. This problem was introduced because the

Re: svn commit: r344235 - head/sys/contrib/libnv

2019-02-17 Thread O. Hartmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Am Sun, 17 Feb 2019 18:26:27 + (UTC) Mariusz Zaborski schrieb: > Author: oshogbo > Date: Sun Feb 17 18:26:27 2019 > New Revision: 344235 > URL: https://svnweb.freebsd.org/changeset/base/344235 > > Log: > libnv: fix double free > > In

svn commit: r344234 - head/stand/libsa/zfs

2019-02-17 Thread Patrick Kelsey
Author: pkelsey Date: Sun Feb 17 17:47:08 2019 New Revision: 344234 URL: https://svnweb.freebsd.org/changeset/base/344234 Log: It turns out r344226 narrowed the overrun bug but did not eliminate it entirely This commit fixes a remaining output buffer overrun in the single-sector case

Re: svn commit: r344021 - head/share/man/man7

2019-02-17 Thread Enji Cooper
> On Feb 17, 2019, at 04:17, Jan Beich wrote: > > Edward Tomasz Napierala writes: > >> ... while the >> +.Em quarterly > > .Em looks unnecessary as "the" is enough. /quarterly is a package set > (or repository), not an actual name of the branch. > > - /head -> /latest > - /branches/*Q* ->

svn commit: r344232 - head/sys/amd64/sgx

2019-02-17 Thread Mark Johnston
Author: markj Date: Sun Feb 17 16:43:44 2019 New Revision: 344232 URL: https://svnweb.freebsd.org/changeset/base/344232 Log: Fix refcount leaks in the SGX Linux compat ioctl handler. Some argument validation error paths would return without releasing the file reference obtained at the

Re: svn commit: r344021 - head/share/man/man7

2019-02-17 Thread Jan Beich
Edward Tomasz Napierala writes: > ... while the > +.Em quarterly .Em looks unnecessary as "the" is enough. /quarterly is a package set (or repository), not an actual name of the branch. - /head -> /latest - /branches/*Q* -> /quarterly - /tags/RELEASE_* -> /release_* > +subdirectory, eg: Did

svn commit: r344231 - head/sys/vm

2019-02-17 Thread Mark Johnston
Author: markj Date: Sun Feb 17 16:35:19 2019 New Revision: 344231 URL: https://svnweb.freebsd.org/changeset/base/344231 Log: Remove a redundant flag variable. Use the object pointer itself to determine whether the object is locked. No functional change intended. Reviewed by: kib

svn commit: r344233 - head/sys/kern

2019-02-17 Thread Mark Johnston
Author: markj Date: Sun Feb 17 16:56:41 2019 New Revision: 344233 URL: https://svnweb.freebsd.org/changeset/base/344233 Log: Remove a write-only variable orphaned by r340677. Modified: head/sys/kern/sys_pipe.c Modified: head/sys/kern/sys_pipe.c

svn commit: r344241 - head/stand/common

2019-02-17 Thread Ian Lepore
Author: ian Date: Sun Feb 17 23:48:51 2019 New Revision: 344241 URL: https://svnweb.freebsd.org/changeset/base/344241 Log: Garbage collection no-longer-used constant. Modified: head/stand/common/disk.c Modified: head/stand/common/disk.c

svn commit: r344238 - head/stand/common

2019-02-17 Thread Ian Lepore
Author: ian Date: Sun Feb 17 23:32:09 2019 New Revision: 344238 URL: https://svnweb.freebsd.org/changeset/base/344238 Log: Restore loader(8)'s ability for lsdev to show partitions within a bsd slice. I'm pretty sure this used to work at one time, perhaps long ago. It has been failing

Re: svn commit: r344243 - head/stand/lua

2019-02-17 Thread Kyle Evans
On Sun, Feb 17, 2019 at 9:00 PM Kyle Evans wrote: > > Author: kevans > Date: Mon Feb 18 02:59:47 2019 > New Revision: 344243 > URL: https://svnweb.freebsd.org/changeset/base/344243 > > Log: > lualoader: only clear the screen before first password prompt > > This was previously an

svn commit: r344240 - head/stand/common

2019-02-17 Thread Ian Lepore
Author: ian Date: Sun Feb 17 23:46:11 2019 New Revision: 344240 URL: https://svnweb.freebsd.org/changeset/base/344240 Log: Make lsdev -v output line up in neat columns by using a fixed width for the size field and a tab between the partition type and the size. Changes this disk

Re: svn commit: r344243 - head/stand/lua

2019-02-17 Thread Warner Losh
On Sun, Feb 17, 2019 at 8:42 PM Rodney W. Grimes < free...@pdx.rh.cn85.dnsmgr.net> wrote: > > On Sun, Feb 17, 2019 at 9:00 PM Kyle Evans wrote: > > > > > > Author: kevans > > > Date: Mon Feb 18 02:59:47 2019 > > > New Revision: 344243 > > > URL: https://svnweb.freebsd.org/changeset/base/344243 >

svn commit: r344236 - head/sys/contrib/libnv

2019-02-17 Thread Mariusz Zaborski
Author: oshogbo Date: Sun Feb 17 18:32:19 2019 New Revision: 344236 URL: https://svnweb.freebsd.org/changeset/base/344236 Log: libnv: fix revert Reported by: jenkins Modified: head/sys/contrib/libnv/nvpair.c Modified: head/sys/contrib/libnv/nvpair.c

svn commit: r344242 - in head: etc/mtree stand/powerpc/uboot usr.sbin/bsdinstall/partedit

2019-02-17 Thread Justin Hibbits
Author: jhibbits Date: Mon Feb 18 01:57:47 2019 New Revision: 344242 URL: https://svnweb.freebsd.org/changeset/base/344242 Log: powerpc/boot: Move ubldr to /boot/uboot, and make this a separate filesystem Summary: Now that mpc85xx can boot via ubldr, move ubldr to a separate

svn commit: r344245 - head/usr.sbin/bsnmpd/modules/snmp_hostres

2019-02-17 Thread Andriy Voskoboinyk
Author: avos Date: Mon Feb 18 03:23:10 2019 New Revision: 344245 URL: https://svnweb.freebsd.org/changeset/base/344245 Log: snmp_hostres(3): fix a typo in sanity checks in handle_chunk() PR: 204253 Submitted by: David Binderman MFC after:5 days Modified:

svn commit: r344244 - head/usr.sbin/rpc.ypupdated

2019-02-17 Thread Andriy Voskoboinyk
Author: avos Date: Mon Feb 18 03:15:25 2019 New Revision: 344244 URL: https://svnweb.freebsd.org/changeset/base/344244 Log: Fix memory / resource leaks in usr.sbin/rpc.ypupdated/update.c Re-apply r343909 to this file to get the issue fixed. PR: 204956 Reported by: David

Re: svn commit: r344243 - head/stand/lua

2019-02-17 Thread Ian Lepore
On Sun, 2019-02-17 at 19:41 -0800, Rodney W. Grimes wrote: > > On Sun, Feb 17, 2019 at 9:00 PM Kyle Evans > > wrote: > > > > > > Author: kevans > > > Date: Mon Feb 18 02:59:47 2019 > > > New Revision: 344243 > > > URL: https://svnweb.freebsd.org/changeset/base/344243 > > > > > > Log: > > >

Re: svn commit: r344243 - head/stand/lua

2019-02-17 Thread Rodney W. Grimes
> On Sun, Feb 17, 2019 at 9:00 PM Kyle Evans wrote: > > > > Author: kevans > > Date: Mon Feb 18 02:59:47 2019 > > New Revision: 344243 > > URL: https://svnweb.freebsd.org/changeset/base/344243 > > > > Log: > > lualoader: only clear the screen before first password prompt > > > > This was

svn commit: r344247 - in head/stand/uboot: common lib

2019-02-17 Thread Ian Lepore
Author: ian Date: Mon Feb 18 04:44:52 2019 New Revision: 344247 URL: https://svnweb.freebsd.org/changeset/base/344247 Log: Make uboot_devdesc properly alias disk_devdesc, so that parsing the u-boot loaderdev variable works correctly. The uboot_devdesc struct is variously cast back and

svn commit: r344239 - head/stand/common

2019-02-17 Thread Ian Lepore
Author: ian Date: Sun Feb 17 23:38:17 2019 New Revision: 344239 URL: https://svnweb.freebsd.org/changeset/base/344239 Log: Use a couple local variables to avoid repetitive long expressions that cause line-wrapping. Modified: head/stand/common/disk.c Modified: head/stand/common/disk.c

svn commit: r344243 - head/stand/lua

2019-02-17 Thread Kyle Evans
Author: kevans Date: Mon Feb 18 02:59:47 2019 New Revision: 344243 URL: https://svnweb.freebsd.org/changeset/base/344243 Log: lualoader: only clear the screen before first password prompt This was previously an unconditional screen clear, regardless of whether or not we would be

svn commit: r344246 - head/usr.bin/kdump

2019-02-17 Thread Ed Maste
Author: emaste Date: Mon Feb 18 03:49:16 2019 New Revision: 344246 URL: https://svnweb.freebsd.org/changeset/base/344246 Log: kdump: expand comment on reasons for CAPFAIL_LOOKUP Comment for CAPFAIL_LOOKUP refered only to paths containing ".." but it is returned for other restricted VFS

Re: svn commit: r344243 - head/stand/lua

2019-02-17 Thread Devin Teske
> On 17 Feb 2019, at 9:18 PM, Warner Losh wrote: > > We did a lot of that traditionally in the FORTH loader too, and weren't > always that good about it. Uh, no. I only clear regions of the screen by positioning the cursor using ANSI escape sequences and then drawing spaces. I do not clear