Author: melifaro
Date: Thu Apr 23 08:04:20 2020
New Revision: 360218
URL: https://svnweb.freebsd.org/changeset/base/360218
Log:
Convert rtentry field accesses into nhop field accesses.
One of the goals of the new routing KPI defined in r359823 is to entirely
hide`struct rtentry` from the
Author: kib
Date: Thu Apr 23 09:37:22 2020
New Revision: 360219
URL: https://svnweb.freebsd.org/changeset/base/360219
Log:
Make nfslockd depend on xdr.
This is needed after r360036.
Reported by: netchild
Sponsored by: The FreeBSD Foundation
Modified:
head/sys/nlm/nlm_prot_impl.c
Author: cy
Date: Thu Apr 23 13:46:34 2020
New Revision: 360221
URL: https://svnweb.freebsd.org/changeset/base/360221
Log:
In preparation for update to sqlite3-3.31.1 (3310100),
recommit r357201: MFV r357163, which was reverted by r357522
due to segfault under PowerPc.
Update sqlite3-3.3
Author: cy
Date: Thu Apr 23 13:58:11 2020
New Revision: 360222
URL: https://svnweb.freebsd.org/changeset/base/360222
Log:
MFV r360158:
Update sqlite3-3.31.0 (331) --> sqlite3-3.31.1 (3310100)
Tested by:Mark Millard
With to be committed PowerPC patch
MFC after
Author: cy
Date: Thu Apr 23 14:08:40 2020
New Revision: 360223
URL: https://svnweb.freebsd.org/changeset/base/360223
Log:
Fix PowerPC segfault.
The segfault fix was originally developed by our upstream, sqlite.org,
to address S/390 and Sparc segfaults, both of which are big endian.
Our
Author: cem
Date: Thu Apr 23 17:30:03 2020
New Revision: 360224
URL: https://svnweb.freebsd.org/changeset/base/360224
Log:
acpi_ec(4): Don't probe erroneously if success occurred
In r360131, acpi_ec probe was changed to not clobber an error status prior to
several error cases that did not
Author: cem
Date: Thu Apr 23 17:56:48 2020
New Revision: 360226
URL: https://svnweb.freebsd.org/changeset/base/360226
Log:
EKCD: Preload error strings, PRNG seed; use OAEP padding
Preload OpenSSL ERR string data so that the formatted error messages are
vaguely meaningful. Add OpenSSL erro
Author: cem
Date: Thu Apr 23 18:04:52 2020
New Revision: 360227
URL: https://svnweb.freebsd.org/changeset/base/360227
Log:
dumpon.8: Update minimum key size language
dumpon(8) has not accepted 1024-bit RSA keys since prior to r339784 (2018-10).
The manual page language was not updated at
Author: manu
Date: Thu Apr 23 19:16:20 2020
New Revision: 360228
URL: https://svnweb.freebsd.org/changeset/base/360228
Log:
arm64: rockchip: Fix TSADC on RK3328
The TSADC familiy is a little bit more complex than V2 and V3.
Early revision do not use syscon and do not use qsel (RK3288).
Author: allanjude
Date: Thu Apr 23 19:20:58 2020
New Revision: 360229
URL: https://svnweb.freebsd.org/changeset/base/360229
Log:
Add VIRTIO_BLK_T_DISCARD (TRIM) support to the bhyve virtio-blk backend
This will advertise support for TRIM to the guest virtio-blk driver and
perform the DIOC
Author: allanjude
Date: Thu Apr 23 20:14:59 2020
New Revision: 360230
URL: https://svnweb.freebsd.org/changeset/base/360230
Log:
trim(8): candelete() returns wrong results because fd is opened O_WRONLY
This was discovered while using trim(8) to test bhyve trim
Reviewed by: asomers
D
Author: kp
Date: Thu Apr 23 21:16:51 2020
New Revision: 360231
URL: https://svnweb.freebsd.org/changeset/base/360231
Log:
libc: Shortcut if_indextoname() if index == 0
If the index we're trying to convert is 0 we can avoid a potentially
expensive call to getifaddrs(). No interface has an
Author: np
Date: Thu Apr 23 23:54:23 2020
New Revision: 360232
URL: https://svnweb.freebsd.org/changeset/base/360232
Log:
cxgbe/crypto: Fix the key size in a couple of places to catch up with
the recent OCF refactor.
Sponsored by: Chelsio Communications
Modified:
head/sys/dev/cxgbe/cry
Author: vangyzen
Date: Thu Apr 23 23:57:43 2020
New Revision: 360233
URL: https://svnweb.freebsd.org/changeset/base/360233
Log:
Update jemalloc to version 5.2.1
Revert r354606 to restore r354605.
Apply one line from jemalloc commit d01b425e5d1e1 in hash_x86_128()
to fix the build wit
Author: kevans
Date: Fri Apr 24 01:27:25 2020
New Revision: 360235
URL: https://svnweb.freebsd.org/changeset/base/360235
Log:
bsm: add AUE_CLOSERANGE
AUE_CLOSERANGE has been accepted upstream as 43265; AUE_REALPATHAT has now
been upstreamed.
Modified:
head/sys/bsm/audit_kevents.h
Modi
Author: kevans
Date: Fri Apr 24 01:30:00 2020
New Revision: 360236
URL: https://svnweb.freebsd.org/changeset/base/360236
Log:
close_range(2): use newly assigned AUE_CLOSERANGE
Modified:
head/sys/compat/freebsd32/syscalls.master
head/sys/kern/syscalls.master
Modified: head/sys/compat/freebs
Author: kevans
Date: Fri Apr 24 01:30:33 2020
New Revision: 360237
URL: https://svnweb.freebsd.org/changeset/base/360237
Log:
sysent: re-roll after 360236 (AUE_CLOSERANGE used)
Modified:
head/sys/compat/freebsd32/freebsd32_sysent.c
head/sys/kern/init_sysent.c
head/sys/sys/sysproto.h
Modi
Author: philip
Date: Fri Apr 24 05:05:58 2020
New Revision: 360240
URL: https://svnweb.freebsd.org/changeset/base/360240
Log:
Import tzdata 2020a
Changes: https://github.com/eggert/tz/blob/2020a/NEWS
MFC after:3 days
Modified:
head/contrib/tzdata/Makefile
head/contrib/tzdata/N
> Author: vangyzen
> Date: Thu Apr 23 23:57:43 2020
> New Revision: 360233
> URL: https://svnweb.freebsd.org/changeset/base/360233
>
> Log:
> Update jemalloc to version 5.2.1
>
> Revert r354606 to restore r data-ukrnet-code="354605">354605.
>
> Apply one line from jemalloc commit d01b425e5d1e1
19 matches
Mail list logo