Author: kevans
Date: Tue Dec 8 14:05:25 2020
New Revision: 368439
URL: https://svnweb.freebsd.org/changeset/base/368439
Log:
src.opts.mk: switch to bsdgrep as /usr/bin/grep
This has been years in the making, and we all knew it was bound to happen
some day. Switch to the BSDL grep impleme
Author: kevans
Date: Tue Dec 8 14:05:54 2020
New Revision: 368440
URL: https://svnweb.freebsd.org/changeset/base/368440
Log:
src.conf(5): regen after r368439 (WITH_BSD_GREP default)
Modified:
head/share/man/man5/src.conf.5
Modified: head/share/man/man5/src.conf.5
===
Author: emaste
Date: Tue Dec 8 14:56:15 2020
New Revision: 368441
URL: https://svnweb.freebsd.org/changeset/base/368441
Log:
Default to WITHOUT_GDB (GDB 6.1.1) for FreeBSD 13
As discussed on -current, -stable, -toolchain, and with jhb@ and imp@,
disable the obsolete in-tree GDB 6.1.1 by
Author: emaste
Date: Tue Dec 8 15:00:07 2020
New Revision: 368442
URL: https://svnweb.freebsd.org/changeset/base/368442
Log:
regen src.conf.5 after r368441, WITHOUT_GDB default
Modified:
head/share/man/man5/src.conf.5
Modified: head/share/man/man5/src.conf.5
Author: n_hibma
Date: Tue Dec 8 15:09:42 2020
New Revision: 368443
URL: https://svnweb.freebsd.org/changeset/base/368443
Log:
New Netgraph module ng_macfilter:
Macfilter to route packets through different hooks based on sender MAC
address.
Based on ng_macfilter written by Pekka Nikan
Author: andrew
Date: Tue Dec 8 15:41:18 2020
New Revision: 368444
URL: https://svnweb.freebsd.org/changeset/base/368444
Log:
Free the arm64 bootparams memory after initarm
This is only needed in initarm, we can return this memory to the stack
used by mi_startup.
Sponsored by: Inniva
Author: andrew
Date: Tue Dec 8 15:51:05 2020
New Revision: 368445
URL: https://svnweb.freebsd.org/changeset/base/368445
Log:
Use a macro to find the offset of kern_ttbr0
Rather than hard coding the offset of kern_ttbr0 within arm64_bootparams
use a macro like the other fields.
Spons
Author: glebius
Date: Tue Dec 8 16:36:46 2020
New Revision: 368446
URL: https://svnweb.freebsd.org/changeset/base/368446
Log:
Convert LAGG_RLOCK() to NET_EPOCH_ENTER(). No functional changes.
Modified:
head/sys/net/if_lagg.c
Modified: head/sys/net/if_lagg.c
=
Author: emaste
Date: Tue Dec 8 16:43:35 2020
New Revision: 368447
URL: https://svnweb.freebsd.org/changeset/base/368447
Log:
OpenSSL: address CVE-2020-1971
OpenSSL commit 3db2c9f3:
Complain if we are attempting to encode with an invalid ASN.1 template
OpenSSL commit 43a7033:
Check
Author: glebius
Date: Tue Dec 8 16:46:00 2020
New Revision: 368448
URL: https://svnweb.freebsd.org/changeset/base/368448
Log:
The list of ports in configuration path shall be protected by locks,
epoch shall be used only for fast path. Thus use LAGG_XLOCK() in
lagg_[un]register_vlan. This
Author: adrian
Date: Tue Dec 8 17:25:59 2020
New Revision: 368449
URL: https://svnweb.freebsd.org/changeset/base/368449
Log:
[ath] replace the hard-coded magic values in if_athioctl.h with constant
defines
Replace some hard-coded magic values in the ioctl stats struct with
#defines. I'
Author: adrian
Date: Tue Dec 8 17:27:24 2020
New Revision: 368450
URL: https://svnweb.freebsd.org/changeset/base/368450
Log:
[ath] Don't use hard-coded values in the sanity check.
Don't use hard-coded values in the phy error and receive antenna
checks.
Modified:
head/sys/dev/ath/if_at
Author: adrian
Date: Tue Dec 8 17:28:42 2020
New Revision: 368451
URL: https://svnweb.freebsd.org/changeset/base/368451
Log:
[ath] also remove the magic size value here for the transmit antenna
statistics.
Modified:
head/sys/dev/ath/if_athvar.h
Modified: head/sys/dev/ath/if_athvar.h
==
Author: n_hibma
Date: Tue Dec 8 17:42:32 2020
New Revision: 368452
URL: https://svnweb.freebsd.org/changeset/base/368452
Log:
Fix indenting for netmap.
Modified:
head/etc/mtree/BSD.tests.dist
Modified: head/etc/mtree/BSD.tests.dist
===
Author: n_hibma
Date: Tue Dec 8 17:44:34 2020
New Revision: 368453
URL: https://svnweb.freebsd.org/changeset/base/368453
Log:
Missed adding netgraph to mtree in r368443:
New Netgraph module ng_macfilter:
Macfilter to route packets through different hooks based on sender MA
Author: jhb
Date: Tue Dec 8 17:57:18 2020
New Revision: 368454
URL: https://svnweb.freebsd.org/changeset/base/368454
Log:
Stack unwinding robustness fixes for RISC-V.
- Push the kstack_contains check down into unwind_frame() so that it
is honored by DDB and DTrace.
- Check that th
Author: jhb
Date: Tue Dec 8 18:00:58 2020
New Revision: 368455
URL: https://svnweb.freebsd.org/changeset/base/368455
Log:
Check that the frame pointer is within the current stack.
This same check is used on other architectures. Previously this would
permit a stack frame to unwind into a
Author: mhorne
Date: Tue Dec 8 18:24:33 2020
New Revision: 368458
URL: https://svnweb.freebsd.org/changeset/base/368458
Log:
arm64: fix struct l_sigaction_t layout
The definition was copied from amd64, but the layout of the struct
differs slightly between these platforms. This fixes spur
Author: kevans
Date: Tue Dec 8 18:44:06 2020
New Revision: 368460
URL: https://svnweb.freebsd.org/changeset/base/368460
Log:
kern: cpuset: plug a unr leak
cpuset_rel_defer() is supposed to be functionally equivalent to
cpuset_rel() but with anything that might sleep deferred until
cpus
Author: kevans
Date: Tue Dec 8 18:45:47 2020
New Revision: 368461
URL: https://svnweb.freebsd.org/changeset/base/368461
Log:
kern: cpuset: resolve race between cpuset_lookup/cpuset_rel
The race plays out like so between threads A and B:
1. A ref's cpuset 10
2. B does a lookup of cpu
Author: kevans
Date: Tue Dec 8 18:47:22 2020
New Revision: 368462
URL: https://svnweb.freebsd.org/changeset/base/368462
Log:
cpuset_set{affinity,domain}: do not allow empty masks
cpuset_modify() would not currently catch this, because it only checks that
the new mask is a subset of the r
On Tue, Dec 8, 2020 at 8:05 AM Kyle Evans wrote:
>
> Author: kevans
> Date: Tue Dec 8 14:05:25 2020
> New Revision: 368439
> URL: https://svnweb.freebsd.org/changeset/base/368439
>
> Log:
> src.opts.mk: switch to bsdgrep as /usr/bin/grep
>
> [.. snip ...]
>
> I have some WIP to make bsdgrep f
Author: bdrewery
Date: Tue Dec 8 23:38:26 2020
New Revision: 368467
URL: https://svnweb.freebsd.org/changeset/base/368467
Log:
fts_read: Handle error from a NULL return better.
This is addressing cases such as fts_read(3) encountering an [EIO]
from fchdir(2) when FTS_NOCHDIR is not set.
Author: glebius
Date: Tue Dec 8 23:54:09 2020
New Revision: 368468
URL: https://svnweb.freebsd.org/changeset/base/368468
Log:
Fixup r368446 with KERN_TLS.
Modified:
head/sys/net/if_lagg.c
Modified: head/sys/net/if_lagg.c
==
Author: jkim
Date: Wed Dec 9 02:05:14 2020
New Revision: 368472
URL: https://svnweb.freebsd.org/changeset/base/368472
Log:
Merge OpenSSL 1.1.1i.
Modified:
head/crypto/openssl/CHANGES
head/crypto/openssl/NEWS
head/crypto/openssl/README
head/crypto/openssl/apps/ca.c
head/crypto/openssl
Author: jhibbits
Date: Wed Dec 9 02:07:01 2020
New Revision: 368473
URL: https://svnweb.freebsd.org/changeset/base/368473
Log:
dev/mfi: Make a seemingly bogus conditional unconditional
Summary:
r358689 attempted to fix a clang warning/error by inferring the intent
of the condition "(cd
Author: gjb
Date: Wed Dec 9 02:21:25 2020
New Revision: 368476
URL: https://svnweb.freebsd.org/changeset/base/368476
Log:
Copy arm64 make-memstick.sh and mkisoimages.sh to the riscv
directory to allow properly building *.iso and *.img files.
Sponsored by: Rubicon Communications, LLC (net
Author: cy
Date: Wed Dec 9 02:59:24 2020
New Revision: 368478
URL: https://svnweb.freebsd.org/changeset/base/368478
Log:
MFV r368464:
Update unbound from 1.12.0 to 1.13.0
MFC after:1 week
Security: CVE-2020-28935
Added:
head/contrib/unbound/contrib/metrics.awk
- copi
Author: kevans
Date: Wed Dec 9 03:20:51 2020
New Revision: 368479
URL: https://svnweb.freebsd.org/changeset/base/368479
Log:
_umtx_op(2): document recent addition of 32bit compat flags
This was part of D27325.
Reviewed by: kib
Modified:
head/lib/libc/sys/_umtx_op.2
Modified: head
Author: kevans
Date: Wed Dec 9 03:22:44 2020
New Revision: 368480
URL: https://svnweb.freebsd.org/changeset/base/368480
Log:
libsysdecode: decode _UMTX_OP flags
Assume that UMTX_OP with a double underbar following is a flag, while any
underbar+alphanumeric combination immeiately followin
Author: kevans
Date: Wed Dec 9 03:24:09 2020
New Revision: 368481
URL: https://svnweb.freebsd.org/changeset/base/368481
Log:
kdump/truss: decode new _umtx_op flags
In both cases, print the flag bits first followed by the command.
Output now looks something like this:
(ktrace)
_
Author: kevans
Date: Wed Dec 9 05:12:04 2020
New Revision: 368482
URL: https://svnweb.freebsd.org/changeset/base/368482
Log:
grep: tests: stop expecting a failure of gnuext w/ bsdgrep
libregex now supports these and we no longer offer to not link against
libregex.
Modified:
head/usr.b
Author: kevans
Date: Wed Dec 9 05:27:45 2020
New Revision: 368483
URL: https://svnweb.freebsd.org/changeset/base/368483
Log:
grep: replace the internal queue with a ring buffer
We know up front how many items we can have in the queue (-B/Bflag), so
pay the cost of those particular alloca
33 matches
Mail list logo