svn commit: r342030 - head/sys/opencrypto

2018-12-13 Thread Andrey V. Elsukov
Author: ae Date: Thu Dec 13 08:59:51 2018 New Revision: 342030 URL: https://svnweb.freebsd.org/changeset/base/342030 Log: Plug memory leak for AES_*_NIST_GMAC algorithms. swcr_newsession() allocates sw_ictx for these algorithms, thus we need to free() it in swcr_freesession(). PR:

svn commit: r342042 - in head/contrib/libarchive/libarchive: . test

2018-12-13 Thread Martin Matuska
Author: mm Date: Thu Dec 13 11:18:45 2018 New Revision: 342042 URL: https://svnweb.freebsd.org/changeset/base/342042 Log: MFV r341771,342040,342041: Sync libarchive with vendor. Relevant vendor changes: PR #1102: RAR5 reader - fix big-endian problems PR #1105: Fix various crash, m

svn commit: r342045 - head/etc/mtree

2018-12-13 Thread Dag-Erling Smørgrav
Author: des Date: Thu Dec 13 12:58:42 2018 New Revision: 342045 URL: https://svnweb.freebsd.org/changeset/base/342045 Log: Create /etc/authpf, used by authpf(8) and authpf-noip(8). MFC after:1 week Modified: head/etc/mtree/BSD.root.dist Modified: head/etc/mtree/BSD.root.dist ===

svn commit: r342046 - in head/sys: cam/nvme dev/nvme

2018-12-13 Thread Chuck Tuffli
Author: chuck Date: Thu Dec 13 13:25:37 2018 New Revision: 342046 URL: https://svnweb.freebsd.org/changeset/base/342046 Log: nda(4) fix check for Dataset Management support In the nda(4) driver, only set DISKFLAG_CANDELETE (a.k.a. can support BIO_DELETE) if the drive supports Dataset Mana

svn commit: r342053 - head/sys/cddl/dev/dtrace/amd64

2018-12-13 Thread Mateusz Guzik
Author: mjg Date: Thu Dec 13 20:09:38 2018 New Revision: 342053 URL: https://svnweb.freebsd.org/changeset/base/342053 Log: dtrace: fix userspace access on boxes with SMAP dtrace has its own routines which were not updated after SMAP support got implemented. Use ifunc just like for other r

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

2018-12-13 Thread Rebecca Cran
Author: bcran Date: Thu Dec 13 23:20:58 2018 New Revision: 342054 URL: https://svnweb.freebsd.org/changeset/base/342054 Log: Print an error message in efi_main.c if we can't allocate memory for the heap With the default Qemu parameters, only 128MB RAM gets given to a VM. This causes the

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

2018-12-13 Thread Rebecca Cran
Author: bcran Date: Thu Dec 13 23:49:20 2018 New Revision: 342055 URL: https://svnweb.freebsd.org/changeset/base/342055 Log: Cast error message in efi_main.c to CHAR16* to avoid build error Modified: head/stand/efi/loader/efi_main.c Modified: head/stand/efi/loader/efi_main.c

svn commit: r342056 - in head/sys/contrib/dev/acpica: . common compiler components/dispatcher components/executer components/namespace components/parser components/utilities include

2018-12-13 Thread Jung-uk Kim
Author: jkim Date: Fri Dec 14 00:40:38 2018 New Revision: 342056 URL: https://svnweb.freebsd.org/changeset/base/342056 Log: MFV: r342049 Merge ACPICA 20181213. Modified: head/sys/contrib/dev/acpica/changes.txt head/sys/contrib/dev/acpica/common/ahpredef.c head/sys/contrib/dev

svn commit: r342057 - head/crypto/openssl/crypto/engine

2018-12-13 Thread Jung-uk Kim
Author: jkim Date: Fri Dec 14 01:06:34 2018 New Revision: 342057 URL: https://svnweb.freebsd.org/changeset/base/342057 Log: Do not complain when /dev/crypto does not exist. Now the new devcrypto engine is enabled since r342009, many users started seeing "Could not open /dev/crypto: No suc

Re: svn commit: r342057 - head/crypto/openssl/crypto/engine

2018-12-13 Thread Kubilay Kocak
On 14/12/2018 12:06 pm, Jung-uk Kim wrote: Author: jkim Date: Fri Dec 14 01:06:34 2018 New Revision: 342057 URL: https://svnweb.freebsd.org/changeset/base/342057 Log: Do not complain when /dev/crypto does not exist. Now the new devcrypto engine is enabled since r342009, many users star

Re: svn commit: r342057 - head/crypto/openssl/crypto/engine

2018-12-13 Thread Kevin Bowling
But why, you can trivially see the open() call with truss or more advanced tracers if you are debugging this On Thu, Dec 13, 2018 at 6:39 PM Kubilay Kocak wrote: > On 14/12/2018 12:06 pm, Jung-uk Kim wrote: > > Author: jkim > > Date: Fri Dec 14 01:06:34 2018 > > New Revision: 342057 > > URL: htt

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

2018-12-13 Thread Mateusz Guzik
Author: mjg Date: Fri Dec 14 03:55:08 2018 New Revision: 342058 URL: https://svnweb.freebsd.org/changeset/base/342058 Log: vfs: mostly depessimize NDINIT_ALL 1) filecaps_init was unnecesarily a function call 2) an asignment at the end was preventing tail calling of cap_rights_init Sp

svn commit: r342059 - head/sys/dev/mrsas

2018-12-13 Thread Kashyap D Desai
Author: kadesai Date: Fri Dec 14 07:57:00 2018 New Revision: 342059 URL: https://svnweb.freebsd.org/changeset/base/342059 Log: This patch will add support for next generation(SAS3.5) of Tri mode(SAS, SATA, NVMe) MegaRAID adapters. Submitted by: Sumit Saxena Reviewed by: Kashyap Desai

svn commit: r342060 - head/sys/dev/mrsas

2018-12-13 Thread Kashyap D Desai
Author: kadesai Date: Fri Dec 14 07:59:09 2018 New Revision: 342060 URL: https://svnweb.freebsd.org/changeset/base/342060 Log: This patch will add support for new Dynamic RaidMap to have different sizes for different number of supported VDs for SAS3.5 MegaRAID adapters. Submitted by: Sumi