Gleb Smirnoff (gleb...@freebsd.org) wrote:
> On Fri, Aug 28, 2020 at 02:31:30PM -0700, Oleksandr Tymoshenko wrote:
> O> Gleb Smirnoff (gleb...@freebsd.org) wrote:
> O> > Author: glebius
> O> > Date: Thu Oct 10 23:42:55 2019
> O> > New Revision: 353419
> O> > URL: https://svnweb.freebsd.org/changese
Author: avg
Date: Thu Sep 3 07:42:53 2020
New Revision: 365288
URL: https://svnweb.freebsd.org/changeset/base/365288
Log:
twsi: replace a couple of errno codes with i2c error codes
Reviewed by: manu
MFC after:1 week
Modified:
head/sys/dev/iicbus/twsi/twsi.c
Modified: head/sys/de
Author: avg
Date: Thu Sep 3 08:01:21 2020
New Revision: 365289
URL: https://svnweb.freebsd.org/changeset/base/365289
Log:
twsi: no need to compare boolean with boolean constant
Testing the boolean directly is shorter and more idiomatic.
MFC after:1 week
Modified:
head/sys/dev/i
Author: avg
Date: Thu Sep 3 08:02:19 2020
New Revision: 365290
URL: https://svnweb.freebsd.org/changeset/base/365290
Log:
move defintion of hw.i2c sysctl node from iicbb to iicbus
MFC after:2 weeks
Modified:
head/sys/dev/iicbus/iicbb.c
head/sys/dev/iicbus/iicbus.c
Modified: head/
Author: lwhsu
Date: Thu Sep 3 08:16:57 2020
New Revision: 365291
URL: https://svnweb.freebsd.org/changeset/base/365291
Log:
Temporarily skip sbin.bectl.bectl_test.* i386 kernel in CI
kldload zfs.ko on i386 hangs in CI
Sponsored by: The FreeBSD Foundation
Modified:
head/sbin/bectl/t
Author: andrew
Date: Thu Sep 3 10:11:12 2020
New Revision: 365296
URL: https://svnweb.freebsd.org/changeset/base/365296
Log:
Switch to an empty ttbr0 pagetable when the MMU is enabled
We don't need these pagetables after the early boot. Remove the chance we
write to memory we didn't expe
Author: jhb
Date: Thu Sep 3 14:50:15 2020
New Revision: 365302
URL: https://svnweb.freebsd.org/changeset/base/365302
Log:
Various fixes to the load() function.
- Use getline() instead of fgetln(). This ensures the returned string
is always null-terminated without losing the last chara
Author: mhorne
Date: Thu Sep 3 17:07:58 2020
New Revision: 365304
URL: https://svnweb.freebsd.org/changeset/base/365304
Log:
arm64: update the set of HWCAP definitions
This is in sync with what is defined for Linux 5.8. Note that all bits
in HWCAP are exhausted, and HWCAP2 has been added
On Fri, Apr 17, 2020 at 1:05 AM Gleb Smirnoff wrote:
>
> Author: glebius
> Date: Fri Apr 17 06:05:08 2020
> New Revision: 360037
> URL: https://svnweb.freebsd.org/changeset/base/360037
>
> Log:
> Make ZFS depend on xdr.ko only. It doesn't need kernel RPC.
>
> Differential Revision:htt
Author: dim
Date: Thu Sep 3 18:21:58 2020
New Revision: 365305
URL: https://svnweb.freebsd.org/changeset/base/365305
Log:
Ensure zpool-features(5) doesn't get removed by make delete-old.
Apparently, somewhere in 2012 ZFS-on-FreeBSD moved it from section 5 to
7, but ZFS-on-Linux never did
Author: dim
Date: Thu Sep 3 18:27:13 2020
New Revision: 365306
URL: https://svnweb.freebsd.org/changeset/base/365306
Log:
Add a few more files to libllvm, which are required when doing sanitized
builds, for example with -fsanitize=undefined.
MFC after:6 weeks
X-MFC-With: r364284
Author: dim
Date: Thu Sep 3 18:34:01 2020
New Revision: 365307
URL: https://svnweb.freebsd.org/changeset/base/365307
Log:
Merge commit f26fc568402f from llvm git (by me):
Eliminate the sizing template parameter N from CoalescingBitVector
Since the parameter is not used anywhere, a
On Thu, 3 Sep 2020 at 14:22, Dimitry Andric wrote:
>
> Author: dim
> Date: Thu Sep 3 18:21:58 2020
> New Revision: 365305
> URL: https://svnweb.freebsd.org/changeset/base/365305
>
> Log:
> Ensure zpool-features(5) doesn't get removed by make delete-old.
>
> Apparently, somewhere in 2012 ZFS-o
Author: avg
Date: Thu Sep 3 20:30:52 2020
New Revision: 365308
URL: https://svnweb.freebsd.org/changeset/base/365308
Log:
mac_framework.h: fix build with DEBUG_VFS_LOCKS and !MAC
I have such a custom kernel configuration and its build failed with:
linking kernel.full
ld: error: undefin
Author: rmacklem
Date: Thu Sep 3 20:42:30 2020
New Revision: 365309
URL: https://svnweb.freebsd.org/changeset/base/365309
Log:
Add entries for the OID used for NFS-over-TLS "user@domain".
The NFS-over-TLS server daemon (rpc.tlsservd) can optionally replace user
credentials in the RPC hea
Author: melifaro
Date: Thu Sep 3 22:24:52 2020
New Revision: 365315
URL: https://svnweb.freebsd.org/changeset/base/365315
Log:
Fix regression for IPv6 loopback routes.
After nexthop introduction, loopback routes for the interface addresses
were created without embedding actual interface
Author: mhorne
Date: Thu Sep 3 22:40:51 2020
New Revision: 365316
URL: https://svnweb.freebsd.org/changeset/base/365316
Log:
Remove a duplicate declaration
This is already declared in sys/file.h, which is included directly.
Compiling with GCC9 emits an error.
Discussed with: rmackle
Author: jhb
Date: Fri Sep 4 00:11:01 2020
New Revision: 365318
URL: https://svnweb.freebsd.org/changeset/base/365318
Log:
Quiet int-to-pointer-cast warnings on i386 with GCC 9.
Reviewed by: emaste
Differential Revision:https://reviews.freebsd.org/D26200
Modified:
head/stand/e
Author: markj
Date: Fri Sep 4 00:12:28 2020
New Revision: 365319
URL: https://svnweb.freebsd.org/changeset/base/365319
Log:
Add emulation support for the Linux kcov(4) ioctl API.
This makes it possible to run an unmodified Linux syzkaller executor
against the Linuxulator, and have it gat
Author: stevek
Date: Fri Sep 4 04:31:56 2020
New Revision: 365325
URL: https://svnweb.freebsd.org/changeset/base/365325
Log:
Avoid collisions with function names in openssl headers.
Just using MD5, SHA1, RMD160 and SHA256 for defines collides with
functions of the same name in OpenSSL. T
20 matches
Mail list logo