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

2018-07-23 Thread Allan Jude
Author: allanjude Date: Tue Jul 24 04:38:11 2018 New Revision: 336660 URL: https://svnweb.freebsd.org/changeset/base/336660 Log: ZFS: Reserve DMU_BACKUP_FEATURE flags for Native Encryption and ZSTD Modified: head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/zfs_ioctl.h Modified:

Re: svn commit: r336593 - head/release

2018-07-23 Thread Colin Percival
On 07/22/18 15:53, Matthew Macy wrote: > That would only fix it if svn weren't installed. Oops, good point. Thanks for fixing this, your commits look good to me. Colin Percival > On Sun, Jul 22, 2018 at 9:31 AM, Colin Percival wrote: >> On 07/22/18 08:04, Rodney W. Grimes wrote: Build

Re: svn commit: r336619 - head/lib/libc/gen

2018-07-23 Thread Cy Schubert
In message <1532398720.1344.206.ca...@freebsd.org>, Ian Lepore writes: > I don't think ssh is necessarily broken. It assumes pw_class will not > be NULL after a call to getpwnam(). That may be a fair assumption, > there's nothing in the manpage about it, but in practice the struct has > always

Re: svn commit: r336619 - head/lib/libc/gen

2018-07-23 Thread Ian Lepore
I don't think ssh is necessarily broken. It assumes pw_class will not be NULL after a call to getpwnam(). That may be a fair assumption, there's nothing in the manpage about it, but in practice the struct has always been initialized to have pointers to empty strings. I changed that so that one of

RE: svn commit: r336619 - head/lib/libc/gen

2018-07-23 Thread Cy Schubert
Well, the ssh client is still broken and IMO needs to be fixed sooner than later. If we want to maintain compatibility right now before any rewrite is attempted, our options are limited. Just saying that if this will be broken for a while we need some kind of workaround. Instead of a null

Re: svn commit: r336619 - head/lib/libc/gen

2018-07-23 Thread Ian Lepore
I don't wanna play whack-a-mole like that. This whole area is a great big mess, and it needs a great big cleanup, and I've got too many other irons in the fire right now to do that. -- Ian On Mon, 2018-07-23 at 16:52 -0700, Cy Schubert wrote: > I think you misunderstood me because of my terse

RE: svn commit: r336619 - head/lib/libc/gen

2018-07-23 Thread Cy Schubert
I think you misunderstood me because of my terse email. Sorry about that. We can address this with a NULL check in openssh's misc.c. I can't recall the actual path. I'll post a patch, which will explain it better than I can in English, as soon as I get home. --- Sent using a tiny phone

svn commit: r336659 - head/lib/geom/eli

2018-07-23 Thread Ben Woods
Author: woodsb02 (ports committer) Date: Mon Jul 23 23:04:43 2018 New Revision: 336659 URL: https://svnweb.freebsd.org/changeset/base/336659 Log: geli init: Allow initialization of multiple geli providers at once if they use same passphrase and keyfiles. Unique salt will be randomly

svn commit: r336658 - head

2018-07-23 Thread Warner Losh
== --- head/UPDATING Mon Jul 23 21:09:57 2018(r336657) +++ head/UPDATING Mon Jul 23 22:15:36 2018(r336658) @@ -33,7 +33,10 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 12.x IS SLOW: 20180723: loader.efi has been augmented to participate

svn commit: r336657 - head/share/man/man7

2018-07-23 Thread Ed Maste
Author: emaste Date: Mon Jul 23 21:09:57 2018 New Revision: 336657 URL: https://svnweb.freebsd.org/changeset/base/336657 Log: arch.7: fix whitespace from r336435 Previously armeb's Final Release rendered as 'Ta 11.x'. Sponsored by: The FreeBSD Foundation Modified:

Re: svn commit: r336619 - head/lib/libc/gen

2018-07-23 Thread Ian Lepore
On Mon, 2018-07-23 at 13:11 -0700, Cy Schubert wrote: > In message <1532364679.1344.161.ca...@freebsd.org>, Ian Lepore > writes: > > > > On Mon, 2018-07-23 at 09:41 -0700, Cy Schubert wrote: > > > > > > I'm sure. Rolling this libc commit back addressed the ssh > > > segfaults > > > on all my

Re: svn commit: r336619 - head/lib/libc/gen

2018-07-23 Thread Ian Lepore
On Mon, 2018-07-23 at 13:11 -0700, Cy Schubert wrote: > In message <1532364679.1344.161.ca...@freebsd.org>, Ian Lepore > writes: > > > > On Mon, 2018-07-23 at 09:41 -0700, Cy Schubert wrote: > > > > > > I'm sure. Rolling this libc commit back addressed the ssh > > > segfaults > > > on all my

svn commit: r336656 - in head: . stand/efi/loader

2018-07-23 Thread Warner Losh
.conf".) +20180723: + loader.efi has been augmented to participate more fully in the + UEFI boot manager protocol. + 20180720: zfsloader's functionality has now been folded into loader. zfsloader is no longer necesasary once you've updated your Modified: head/stand/

svn commit: r336653 - in head/stand/efi: include libefi

2018-07-23 Thread Warner Losh
Author: imp Date: Mon Jul 23 20:36:45 2018 New Revision: 336653 URL: https://svnweb.freebsd.org/changeset/base/336653 Log: Implement efi_devpath_match_node Returns true if the first node pointed to by devpath1 is identical to the first node pointed to by devpath2, with care taken to not

svn commit: r336652 - head/stand/efi/libefi

2018-07-23 Thread Warner Losh
Author: imp Date: Mon Jul 23 20:36:41 2018 New Revision: 336652 URL: https://svnweb.freebsd.org/changeset/base/336652 Log: Store the number of handles we get back in efipart_nhandles rather than the number of bytes. Don't divide by the element size every time we have to iterate. Eliminate

svn commit: r336655 - in head/stand/efi: include libefi

2018-07-23 Thread Warner Losh
Author: imp Date: Mon Jul 23 20:36:54 2018 New Revision: 336655 URL: https://svnweb.freebsd.org/changeset/base/336655 Log: Implement efiblk_get_pdinfo_by_device_path Lookup a block device by it's device path. We use a 'loose' lookup whereby we scan forward to the first Media Path portion

svn commit: r336654 - in head/stand/efi: include libefi

2018-07-23 Thread Warner Losh
Author: imp Date: Mon Jul 23 20:36:50 2018 New Revision: 336654 URL: https://svnweb.freebsd.org/changeset/base/336654 Log: Implement efi_devpath_length Return the total length, in bytes, of the device path (including the terminating node at the end). Sponsored by: Netflix Modified:

svn commit: r336651 - in head/stand/efi: include libefi

2018-07-23 Thread Warner Losh
Author: imp Date: Mon Jul 23 20:36:25 2018 New Revision: 336651 URL: https://svnweb.freebsd.org/changeset/base/336651 Log: Implement efi_devpath_to_media_path Takes a generic device path as its input. Scans through it to find the first media_path node in it and returns a pointer to it.

Re: svn commit: r336619 - head/lib/libc/gen

2018-07-23 Thread Cy Schubert
In message <1532364679.1344.161.ca...@freebsd.org>, Ian Lepore writes: > On Mon, 2018-07-23 at 09:41 -0700, Cy Schubert wrote: > > I'm sure. Rolling this libc commit back addressed the ssh segfaults > > on all my systems. > > > > --- > > Sent using a tiny phone keyboard. > > Apologies for any

svn commit: r336650 - head/sys/vm

2018-07-23 Thread Li-Wen Hsu
Author: lwhsu (ports committer) Date: Mon Jul 23 19:49:54 2018 New Revision: 336650 URL: https://svnweb.freebsd.org/changeset/base/336650 Log: Use __riscv to determine building for RISC-V Reviewed by: br Sponsored by: The FreeBSD Foundation Differential Revision:

svn commit: r336649 - head/share/man/man7

2018-07-23 Thread Ed Maste
Author: emaste Date: Mon Jul 23 19:39:20 2018 New Revision: 336649 URL: https://svnweb.freebsd.org/changeset/base/336649 Log: arch.7: Clarify architecture-specific macro use Compilers may define multiple variants of architecture-specific macros (for example, both __x86_64 and

svn commit: r336648 - head/sys/dev/uart

2018-07-23 Thread Warner Losh
Author: imp Date: Mon Jul 23 19:27:11 2018 New Revision: 336648 URL: https://svnweb.freebsd.org/changeset/base/336648 Log: Now that we set the busy_detect bit in the bas to support setting it for the console, set our override in the bas as well. Tested by: emaste@ Modified:

Re: svn commit: r336623 - head/sys/dev/uart

2018-07-23 Thread Ed Maste
On 22 July 2018 at 19:32, Matt Macy wrote: > Author: mmacy > Date: Sun Jul 22 23:32:21 2018 > New Revision: 336623 > URL: https://svnweb.freebsd.org/changeset/base/336623 > > Log: > Add busy detect quirk to list of console options After rebasing my working tree and testing this morning I found

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

2018-07-23 Thread Ian Lepore
On Mon, 2018-07-23 at 12:20 -0600, Brad Davis wrote: > On Mon, Jul 23, 2018, at 10:54 AM, Ian Lepore wrote: > > > > On Mon, 2018-07-23 at 10:48 -0600, Brad Davis wrote: > > > > > > On Mon, Jul 23, 2018, at 10:21 AM, Ian Lepore wrote: > > > > > > > > > > > > On Mon, 2018-07-23 at 16:11 +,

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

2018-07-23 Thread Brad Davis
On Mon, Jul 23, 2018, at 10:54 AM, Ian Lepore wrote: > On Mon, 2018-07-23 at 10:48 -0600, Brad Davis wrote: > > On Mon, Jul 23, 2018, at 10:21 AM, Ian Lepore wrote: > > > > > > On Mon, 2018-07-23 at 16:11 +, Brad Davis wrote: > > > > > > > > Author: brd > > > > Date: Mon Jul 23 16:11:03 2018

svn commit: r336645 - head/usr.sbin/crashinfo

2018-07-23 Thread John Baldwin
Author: jhb Date: Mon Jul 23 18:08:56 2018 New Revision: 336645 URL: https://svnweb.freebsd.org/changeset/base/336645 Log: Support compressed crash dumps in crashinfo(8). Temporarily decompress a copy of a crash dump compressed with either gzip or zstd and run various tools against the

Re: svn commit: r336439 - in head: share/man/man9 sys/crypto/aesni sys/crypto/armv8 sys/crypto/blake2 sys/crypto/ccp sys/crypto/via sys/dev/cesa sys/dev/cxgbe/crypto sys/dev/hifn sys/dev/safe sys/dev/

2018-07-23 Thread John Baldwin
On 7/17/18 5:56 PM, Conrad Meyer wrote: > Author: cem > Date: Wed Jul 18 00:56:25 2018 > New Revision: 336439 > URL: https://svnweb.freebsd.org/changeset/base/336439 > > Log: > OpenCrypto: Convert sessions to opaque handles instead of integers > > Track session objects in the framework,

svn commit: r336642 - head/lib/libc/gen

2018-07-23 Thread Ian Lepore
Author: ian Date: Mon Jul 23 17:26:38 2018 New Revision: 336642 URL: https://svnweb.freebsd.org/changeset/base/336642 Log: Revert r336619, it appears to cause problems with ssh, and probably other things which use pw_scan(). Modified: head/lib/libc/gen/pw_scan.c Modified:

RE: svn commit: r336625 - head/usr.sbin/pw

2018-07-23 Thread Cy Schubert
Unless I'm doing something non-standard (NIS user account Kerberos authenticated) the rev this reverted didn't cause the ssh segfaults, though it may have caused other issues -- I didn't look at Jenkins builds. Reverting r336619 resolved my ssh segfaullt. --- Sent using a tiny phone keyboard.

svn commit: r336641 - head/sys/security/audit

2018-07-23 Thread Andriy Gapon
Author: avg Date: Mon Jul 23 16:56:49 2018 New Revision: 336641 URL: https://svnweb.freebsd.org/changeset/base/336641 Log: fix incorrect operator in the AUDITPIPE_SET_QLIMIT bounds check PR: 229983 Submitted by: Aniket Pandey Reported by: Aniket Pandey MFC after:1

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

2018-07-23 Thread Ian Lepore
On Mon, 2018-07-23 at 10:48 -0600, Brad Davis wrote: > On Mon, Jul 23, 2018, at 10:21 AM, Ian Lepore wrote: > > > > On Mon, 2018-07-23 at 16:11 +, Brad Davis wrote: > > > > > > Author: brd > > > Date: Mon Jul 23 16:11:03 2018 > > > New Revision: 336640 > > > URL:

Re: svn commit: r336619 - head/lib/libc/gen

2018-07-23 Thread Ian Lepore
On Mon, 2018-07-23 at 09:41 -0700, Cy Schubert wrote: > I'm sure. Rolling this libc commit back addressed the ssh segfaults > on all my systems. > > --- > Sent using a tiny phone keyboard. > Apologies for any typos and autocorrect. > Also, this old phone only supports top post. Apologies. > > Cy

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

2018-07-23 Thread Brad Davis
On Mon, Jul 23, 2018, at 10:21 AM, Ian Lepore wrote: > On Mon, 2018-07-23 at 16:11 +, Brad Davis wrote: > > Author: brd > > Date: Mon Jul 23 16:11:03 2018 > > New Revision: 336640 > > URL: https://svnweb.freebsd.org/changeset/base/336640 > > > > Log: > >   Add the initial DIRS infrastructure

RE: svn commit: r336619 - head/lib/libc/gen

2018-07-23 Thread Cy Schubert
I'm sure. Rolling this libc commit back addressed the ssh segfaults on all my systems. --- Sent using a tiny phone keyboard. Apologies for any typos and autocorrect. Also, this old phone only supports top post. Apologies. Cy Schubert or The need of the many outweighs the greed of the few. ---

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

2018-07-23 Thread Ian Lepore
On Mon, 2018-07-23 at 16:11 +, Brad Davis wrote: > Author: brd > Date: Mon Jul 23 16:11:03 2018 > New Revision: 336640 > URL: https://svnweb.freebsd.org/changeset/base/336640 > > Log: >   Add the initial DIRS infrastructure for creating directories with the >   necessary owner, group, mode

svn commit: r336640 - head/share/mk

2018-07-23 Thread Brad Davis
Author: brd Date: Mon Jul 23 16:11:03 2018 New Revision: 336640 URL: https://svnweb.freebsd.org/changeset/base/336640 Log: Add the initial DIRS infrastructure for creating directories with the necessary owner, group, mode and flags. Approved by: bapt (mentor) Differential Revision:

Re: svn commit: r336203 - in head: contrib/wpa contrib/wpa/hostapd contrib/wpa/hs20/client contrib/wpa/patches contrib/wpa/src/ap contrib/wpa/src/common contrib/wpa/src/crypto contrib/wpa/src/drive

2018-07-23 Thread Cy Schubert
In message , Kyle Evans writes: > On Mon, Jul 23, 2018 at 7:55 AM, Dave Cottlehuber wrote: > > On Thu, 19 Jul 2018, at 15:25, Niclas Zeising wrote: > >> On 07/19/18 15:20, Cy Schubert wrote: > >> > In message <2f0ab2c2-b7cc-3dae-2d65-ea3c4a951...@daemonic.se>, Niclas > >> > Zeising w > >> >

svn commit: r336639 - in head/sys: arm/arm arm/mv mips/atheros mips/atheros/ar531x mips/malta mips/mediatek mips/mips sparc64/sparc64

2018-07-23 Thread Andriy Gapon
Author: avg Date: Mon Jul 23 15:36:55 2018 New Revision: 336639 URL: https://svnweb.freebsd.org/changeset/base/336639 Log: follow-up to r336635, update TAILQ to CK_SLIST for ie_handlers arm, mips and sparc64 were affected. Modified: head/sys/arm/arm/intr.c head/sys/arm/mv/gpio.c

Re: svn commit: r336203 - in head: contrib/wpa contrib/wpa/hostapd contrib/wpa/hs20/client contrib/wpa/patches contrib/wpa/src/ap contrib/wpa/src/common contrib/wpa/src/crypto contrib/wpa/src/drive

2018-07-23 Thread Cy Schubert
In message <1532350523.2338008.1449756200.7870027F@webmail.messagingengi ne.com> , Dave Cottlehuber writes: > On Thu, 19 Jul 2018, at 15:25, Niclas Zeising wrote: > > On 07/19/18 15:20, Cy Schubert wrote: > > > In message <2f0ab2c2-b7cc-3dae-2d65-ea3c4a951...@daemonic.se>, Niclas > > > Zeising w >

Re: svn commit: r336625 - head/usr.sbin/pw

2018-07-23 Thread Ian Lepore
On Mon, 2018-07-23 at 08:53 -0600, Alan Somers wrote: > On Sun, Jul 22, 2018 at 5:41 PM, Ian Lepore wrote: > > > > > Author: ian > > Date: Sun Jul 22 23:41:40 2018 > > New Revision: 336625 > > URL: https://svnweb.freebsd.org/changeset/base/336625 > > > > Log: > >   Make pw(8) showuser work the

svn commit: r336638 - head/usr.sbin/pw

2018-07-23 Thread Ian Lepore
Author: ian Date: Mon Jul 23 14:58:44 2018 New Revision: 336638 URL: https://svnweb.freebsd.org/changeset/base/336638 Log: Revert r336625 until I figure out why it worked with simple testing but reportedly fails the kyua tests and causes other real-world problems. Reported by: cy@

Re: svn commit: r336625 - head/usr.sbin/pw

2018-07-23 Thread Alan Somers
On Sun, Jul 22, 2018 at 5:41 PM, Ian Lepore wrote: > Author: ian > Date: Sun Jul 22 23:41:40 2018 > New Revision: 336625 > URL: https://svnweb.freebsd.org/changeset/base/336625 > > Log: > Make pw(8) showuser work the same with or without -R for non-root > users. Without -R, pw(8) uses

Re: svn commit: r336619 - head/lib/libc/gen

2018-07-23 Thread Alan Somers
On Sun, Jul 22, 2018 at 11:13 PM, Cy Schubert wrote: > In message <20180734.w6mmykpn030...@repo.freebsd.org>, Ian Lepore > writes: > > Author: ian > > Date: Sun Jul 22 22:34:20 2018 > > New Revision: 336619 > > URL: https://svnweb.freebsd.org/changeset/base/336619 > > > > Log: > > Set the

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

2018-07-23 Thread Andriy Gapon
On 23/07/2018 15:51, Andriy Gapon wrote: > Author: avg > Date: Mon Jul 23 12:51:23 2018 > New Revision: 336635 > URL: https://svnweb.freebsd.org/changeset/base/336635 > > Log: > change interrupt event's list of handlers from TAILQ to CK_SLIST This commit broke a lot of !x86 architectures that

Re: svn commit: r336203 - in head: contrib/wpa contrib/wpa/hostapd contrib/wpa/hs20/client contrib/wpa/patches contrib/wpa/src/ap contrib/wpa/src/common contrib/wpa/src/crypto contrib/wpa/src/drivers

2018-07-23 Thread Kyle Evans
On Mon, Jul 23, 2018 at 7:55 AM, Dave Cottlehuber wrote: > On Thu, 19 Jul 2018, at 15:25, Niclas Zeising wrote: >> On 07/19/18 15:20, Cy Schubert wrote: >> > In message <2f0ab2c2-b7cc-3dae-2d65-ea3c4a951...@daemonic.se>, Niclas >> > Zeising w >> > rites: >> >> [ sending this again since I missed

Re: svn commit: r336203 - in head: contrib/wpa contrib/wpa/hostapd contrib/wpa/hs20/client contrib/wpa/patches contrib/wpa/src/ap contrib/wpa/src/common contrib/wpa/src/crypto contrib/wpa/src/drivers

2018-07-23 Thread Dave Cottlehuber
On Thu, 19 Jul 2018, at 15:25, Niclas Zeising wrote: > On 07/19/18 15:20, Cy Schubert wrote: > > In message <2f0ab2c2-b7cc-3dae-2d65-ea3c4a951...@daemonic.se>, Niclas > > Zeising w > > rites: > >> [ sending this again since I missed the list the first time, apologies > >> if anyone receives a

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

2018-07-23 Thread Andriy Gapon
Author: avg Date: Mon Jul 23 12:51:23 2018 New Revision: 336635 URL: https://svnweb.freebsd.org/changeset/base/336635 Log: change interrupt event's list of handlers from TAILQ to CK_SLIST The primary reason for this commit is to separate mechanical and nearly mechanical code changes from

Re: svn commit: r336620 - head/contrib/ofed/include

2018-07-23 Thread Li-Wen Hsu
On Mon, Jul 23, 2018 at 10:38 AM Hans Petter Selasky wrote: > > On 07/23/18 00:35, Li-Wen Hsu wrote: > > Author: lwhsu (ports committer) > > Date: Sun Jul 22 22:35:17 2018 > > New Revision: 336620 > > URL: https://svnweb.freebsd.org/changeset/base/336620 > > > > Log: > >Add udma_barrier

svn commit: r336634 - in head/sys/contrib/ck/include: . gcc/x86 gcc/x86_64

2018-07-23 Thread Andriy Gapon
Author: avg Date: Mon Jul 23 11:21:43 2018 New Revision: 336634 URL: https://svnweb.freebsd.org/changeset/base/336634 Log: MFV CK@r336629: Import CK as of commit 1c1f9901c2dea7a883342cd03d3906a1bc482583 This adds CK_SLIST_INSERT_PREVPTR and CK_SLIST_REMOVE_PREVPTR macros as well as

svn commit: r336633 - in head: lib/libc/riscv/gen sys/riscv/include

2018-07-23 Thread Ruslan Bukin
Author: br Date: Mon Jul 23 09:54:28 2018 New Revision: 336633 URL: https://svnweb.freebsd.org/changeset/base/336633 Log: Fix setjmp for RISC-V: o The correct value for _JB_SIGMASK is 27. o The storage size for double-precision floating point register is 8 bytes. Submitted by:

Re: svn commit: r336620 - head/contrib/ofed/include

2018-07-23 Thread Hans Petter Selasky
On 07/23/18 00:35, Li-Wen Hsu wrote: Author: lwhsu (ports committer) Date: Sun Jul 22 22:35:17 2018 New Revision: 336620 URL: https://svnweb.freebsd.org/changeset/base/336620 Log: Add udma_barrier definitions for RISC-V Reviewed by: kib Sponsored by:The FreeBSD Foundation

svn commit: r336632 - head/sys/dev/sound/pcm

2018-07-23 Thread Hans Petter Selasky
Author: hselasky Date: Mon Jul 23 09:16:23 2018 New Revision: 336632 URL: https://svnweb.freebsd.org/changeset/base/336632 Log: Update modify counter when setting a mixer control. PR: 229969 MFC after:1 week Modified: head/sys/dev/sound/pcm/mixer.c Modified:

Re: svn commit: r336628 - head/sys/net

2018-07-23 Thread O. Hartmann
On Mon, 23 Jul 2018 07:11:58 + (UTC) Eugene Grosbein wrote: > Author: eugen > Date: Mon Jul 23 07:11:58 2018 > New Revision: 336628 > URL: https://svnweb.freebsd.org/changeset/base/336628 > > Log: > epair(4): make sure we do not duplicate MAC addresses > in case of reused if_index. >

svn commit: r336631 - head

2018-07-23 Thread Ulrich Spoerlein
Author: uqs Date: Mon Jul 23 08:52:57 2018 New Revision: 336631 URL: https://svnweb.freebsd.org/changeset/base/336631 Log: Remove duplicated entry Modified: head/UPDATING Modified: head/UPDATING == --- head/UPDATING

svn commit: r336628 - head/sys/net

2018-07-23 Thread Eugene Grosbein
Author: eugen Date: Mon Jul 23 07:11:58 2018 New Revision: 336628 URL: https://svnweb.freebsd.org/changeset/base/336628 Log: epair(4): make sure we do not duplicate MAC addresses in case of reused if_index. PR: 229957 Tested by:O. Hartmann Approved by: avg (mentor)

Re: svn commit: r336596 - in head/sys/netinet: . cc

2018-07-23 Thread Lawrence Stewart
On 22/07/2018 15:37, Matt Macy wrote: > Author: mmacy > Date: Sun Jul 22 05:37:58 2018 > New Revision: 336596 > URL: https://svnweb.freebsd.org/changeset/base/336596 > > Log: > NULL out cc_data in pluggable TCP {cc}_cb_destroy > > When ABE was added (rS331214) to NewReno and leak fixed

svn commit: r336627 - head/stand/efi/loader

2018-07-23 Thread Warner Losh
Author: imp Date: Mon Jul 23 06:38:48 2018 New Revision: 336627 URL: https://svnweb.freebsd.org/changeset/base/336627 Log: Fix the attempt to see if we're overriding the console in the command line args. I had thought console would be NULL, but it's efi. Set it to efi (as a clue) before we

svn commit: r336626 - in head: . stand/i386/loader stand/sparc64/loader

2018-07-23 Thread Warner Losh
Author: imp Date: Mon Jul 23 06:04:05 2018 New Revision: 336626 URL: https://svnweb.freebsd.org/changeset/base/336626 Log: Older zfs boot blocks don't support symlinks. install the link to zfsloader as a hard link. While newer ones do, the whole point of the link was to transition to the